summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-183-9/+27
|\
| * * doc/apt-cdrom.8.xml:David Kalnischkies2010-02-181-0/+2
| | | | | | | | - fix typo spotted by lintian: proc(c)eed
| * * debian/rules:David Kalnischkies2010-02-182-1/+3
| | | | | | | | - remove creation of empty dir /usr/share/apt
| * we break the ABI, so let use increase the ABI number :)David Kalnischkies2010-02-181-7/+7
| | | | | | | | (This is the revert of the glibc-abi-compatibility-hack)
| * * doc/apt_preferences.5.xml:David Kalnischkies2010-02-181-0/+2
| | | | | | | | - explicitly warn against careless use (Closes: #567669)
| * * debian/control:David Kalnischkies2010-02-182-1/+3
| | | | | | | | - update with no changes to debian policy 3.8.4
| * * aptconfiguration.cc:David Kalnischkies2010-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | - include all existing Translation files in the Cache (Closes: 564137) Previously if APT was executed with a different LC_* all these invocations needed to rebuild the Cache as too many files were included or missing: Now the lists-directory is checked for Translation-files and all these will be included in getLanguages() regardless of the environment setting (after a "none" so APT will not use them for displaying information).
| * * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-181-0/+2
| | | | | | | | - add ngettext support with P_()
| * - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-181-0/+3
| | | | | | | | | | - if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-02-181-0/+3
| | | | | | | | | | - stdin redirected to /dev/null takes all CPU (Closes: #569488) Thanks to Aurelien Jarno for providing (again) a patch!
* | * [BREAK] merged lp:~mvo/apt/historyMichael Vogt2010-02-182-7/+35
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker * Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
| * * abicheck/Michael Vogt2010-02-181-0/+3
| | | | | | | | - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
| * Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-181-0/+5
| | | | | | | | useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
| * merged from debian-sidMichael Vogt2010-02-175-24/+130
| |\
| * | debian/changelog: updatedMichael Vogt2010-02-081-0/+1
| | |
| * | add Acquire::http::ProxyAutoDetect configuration that Michael Vogt2010-02-051-0/+3
| | | | | | | | | | | | can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout
| * | * methods/http.cc:Michael Vogt2010-02-031-0/+3
| | | | | | | | | | | | - add cache-control headers even if no cache is given to allow adding options for intercepting proxies
| * | debian/changelog: add --auto-detect optionMichael Vogt2010-01-271-0/+3
| | |
| * | merged from libudev-dlopenMichael Vogt2010-01-271-1/+0
| |\ \
| | * | debian/apt.dirs: remove var/lib/apt/media againMichael Vogt2010-01-271-1/+0
| | | |
| * | | merged the latest lp:~mvo/apt/libudev-cdrom branchMichael Vogt2010-01-261-0/+1
| |\| |
| | * | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-261-0/+1
| | | |
| * | | * apt-pkg/cdrom.cc:Michael Vogt2010-01-261-0/+2
| |/ / | | | | | | - fix crash in pkgUdevCdromDevices
| * | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-261-0/+2
| | | | | | | | | the dlopen of libudev for automatic cdrom detection
| * | * methods/cdrom.cc:Michael Vogt2010-01-221-0/+2
| | | | | | | | | - fixes in multi cdrom setup code
| * | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-0/+3
| | | | | | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
| * | * cmdline/apt-get.cc:Michael Vogt2009-12-231-0/+2
| | | | | | | | | - fix apt-get source pkg=version regression (closes: #561971)
| * | * merged lp:~mvo/apt/historyMichael Vogt2009-12-182-1/+17
| |\ \ | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| | * | debian/apt.logrotate: keep histories for 12 monthMichael Vogt2009-12-181-2/+2
| | | |
| | * | * debian/apt.logrotate:Michael Vogt2009-12-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | - add to logratation * doc/examples/configure-index: - add as example
* | | | merge with debian-sidDavid Kalnischkies2010-02-131-8/+41
|\ \ \ \ | | |_|/ | |/| |
| * | | Slovak translation updatebubulle@debian.org2010-02-031-0/+7
| | | |
| * | | releasing version 0.7.25.3Michael Vogt2010-02-011-5/+4
| | | |
| * | | merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-311-0/+3
| | | |
| * | | * cmdline/acqprogress.cc:Michael Vogt2010-01-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) * ftparchive/writer.cc: - generate sha1 and sha256 checksums for dsc (Closes: #567343) * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180)
| * | | commit debian/changelog for final 0.7.25.2 uploadMichael Vogt2010-01-311-6/+12
| | | |
| * | | French translation updatebubulle@debian.org2010-01-291-0/+1
| | | |
| * | | Italian translation updatebubulle@debian.org2010-01-291-0/+3
| | | |
| * | | merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-271-0/+5
| | | |
| * | | add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt2010-01-261-0/+3
| | | | | | | | | | | | | | | | the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome
| * | | * ftparchive/writer.{cc,h}:Michael Vogt2010-01-251-0/+3
| | | | | | | | | | | | | | | | - merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664)
| * | | * cmdline/apt-mark:Michael Vogt2010-01-251-4/+6
| | | | | | | | | | | | | | | | | | | | - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
| * | | * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
| * | | * methods/cdrom.cc:Michael Vogt2010-01-221-0/+2
| | | | | | | | | | | | - fixes in multi cdrom setup code
| * | | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-0/+8
| | | | | | | | | | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
* | | | * cmdline/apt-get.cc:David Kalnischkies2010-01-311-0/+2
| | | | | | | | | | | | | | | | - don't mark as manually if in download only (Closes: #468180)
* | | | * ftparchive/writer.cc:David Kalnischkies2010-01-301-0/+2
| | | | | | | | | | | | | | | | - generate sha1 and sha256 checksums for dsc (Closes: #567343)
* | | | * cmdline/acqprogress.cc:David Kalnischkies2010-01-301-0/+3
| | | | | | | | | | | | | | | | | | | | - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
* | | | * apt-pkg/contrib/macros.h:David Kalnischkies2010-01-301-1/+9
| | | | | | | | | | | | | | | | | | | | - move the header system.h with a new name to the public domain, to be able to use it in other headers (Closes: #567662)
* | | | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-01-201-0/+3
| | | | | | | | | | | | | | | | | | | | - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)