summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * doc/apt_preferences.5.xml:David Kalnischkies2010-02-182-1/+11
| | | | - 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-185-9/+105
| | | | | | | | | | - 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-184-5/+13
| | | | - add ngettext support with P_()
* dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-185-47/+127
|
* - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-185-24/+34
| | | | | - 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-182-1/+4
| | | | | - stdin redirected to /dev/null takes all CPU (Closes: #569488) Thanks to Aurelien Jarno for providing (again) a patch!
* merge with debian-sidDavid Kalnischkies2010-02-1314-682/+891
|\
| * Slovak translation updatebubulle@debian.org2010-02-032-184/+225
| |
| * releasing version 0.7.25.3Michael Vogt2010-02-011-5/+4
| |
| * merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-3111-19/+16
| |
| * * cmdline/acqprogress.cc:Michael Vogt2010-01-316-30/+53
| | | | | | | | | | | | | | | | | | - 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
| |
| * First French updatebubulle@debian.org2010-01-291-58/+43
| |
| * French translation updatebubulle@debian.org2010-01-292-175/+208
| |
| * Italian translation updatebubulle@debian.org2010-01-292-196/+229
| |
| * merged from lp:~mvo/apt/mvoMichael Vogt2010-01-271-1/+2
| |
| * merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-276-13/+94
| |
| * add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt2010-01-262-1/+5
| | | | | | | | the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome
| * * ftparchive/writer.{cc,h}:Michael Vogt2010-01-253-14/+22
| | | | | | | | - merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664)
| * * cmdline/apt-mark:Michael Vogt2010-01-252-6/+13
| | | | | | | | | | - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
| * methods/cdrom.cc: fix compile errorMichael Vogt2010-01-251-2/+2
| |
| * * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-2331-4252/+6167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-222-11/+11
| | | | | | - fixes in multi cdrom setup code
| * * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-222-21/+38
| | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
* | fix progress reporting while reading extended_states fileDavid Kalnischkies2010-02-071-3/+3
| |
* | * cmdline/apt-get.cc:David Kalnischkies2010-01-312-1/+4
| | | | | | | | - don't mark as manually if in download only (Closes: #468180)
* | * ftparchive/writer.cc:David Kalnischkies2010-01-302-5/+27
| | | | | | | | - generate sha1 and sha256 checksums for dsc (Closes: #567343)
* | * cmdline/acqprogress.cc:David Kalnischkies2010-01-302-1/+4
| | | | | | | | | | - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
* | cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies2010-01-302-23/+16
| | | | | | | | and remove the using std::string
* | * apt-pkg/contrib/macros.h:David Kalnischkies2010-01-3012-21/+24
| | | | | | | | | | - move the header system.h with a new name to the public domain, to be able to use it in other headers (Closes: #567662)
* | mark the Error methods as __coldDavid Kalnischkies2010-01-221-4/+6
| |
* | add a few gcc helpers, including [un]likely() and __deprecatedDavid Kalnischkies2010-01-221-0/+22
| |
* | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-01-202-16/+36
| | | | | | | | | | - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
* | replace the per language addendum with a global addendum andDavid Kalnischkies2010-01-2018-3129/+3947
| | | | | | | | | | add a explanation why translations include (maybe) english parts to this new global addendum (Closes: #561636)
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-01-192-3/+7
| | | | | | | | | | - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770)
* | merge with lp:~mvo/apt/apt-sid to get the complete frDavid Kalnischkies2010-01-175-802/+1173
|\|
| * Missing \nbubulle@debian.org2010-01-171-1/+1
| |
| * Completed translationbubulle@debian.org2010-01-161-9/+39
| |
| * French translation update (17 left)bubulle@debian.org2010-01-143-60/+137
| |
* | Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-1610-22/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * 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 And a lovely test application of course.
* | correct a spelling error spotted by lintian in the debian/NEWS file:David Kalnischkies2010-01-131-1/+1
| | | | | | | | W: spelling-error-in-news-debian: informations -> information
* | merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-1362-8969/+9819
|\|
| * releasing version 0.7.25.1Michael Vogt2010-01-111-2/+2
| |
| * * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-094-10/+91
| | | | | | | | | | - add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
| * Update PO filesbubulle@debian.org2010-01-0943-7149/+7311
| |
| * Russian translation updatebubulle@debian.org2010-01-092-68/+90
| |
| * fix merge errorMichael Vogt2010-01-081-0/+2
| |
| * * po/ru.po:Michael Vogt2010-01-082-249/+250
| | | | | | - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
| * * cmdline/apt-get.cc:Michael Vogt2010-01-082-8/+22
| | | | | | - fix apt-get source pkg=version regression (closes: #561971)