summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* readd "linux-image" (and friends) to the auto-removeMichael Vogt2009-01-262-0/+11
| | | blacklist
* * apt-inst/contrib/arfile.cc:Michael Vogt2009-01-081-3/+17
|\ | | | | | | | | | | | | | | | | | | | | | | - support members ending with '/' as well (thanks to Michal Cihr, closes: #500988) * Translations: - Galician updated. Closes: #509151 - Catalan updated. Closes: #509375 - Vietnamese updated. Closes: #509422 - Traditional Chinese added. Closes: #510664 * COPYING: - Actualized. Removed obsolete Qt section, added GPLv2 clause. (Closes: #440049, #509337)
| * * COPYING:Michael Vogt2009-01-051-0/+3
| | | | | | | | - Actualized. Removed obsolete Qt section, added GPLv2 clause. (Closes: #440049, #509337)
| * ready for 0.7.20 uploadMichael Vogt2009-01-051-18/+8
| |
| * prepare 0.7.20 uploadMichael Vogt2009-01-051-1/+1
| |
| * Be clear about the debian-sid not being released as of nowbubulle@debian.org2009-01-041-1/+1
| |
| * Added Traditional Chinese translationbubulle@debian.org2009-01-041-0/+1
| |
| * Commit pending translationsbubulle@debian.org2008-12-221-0/+2
| |
| * Galician translation updatebubulle@debian.org2008-12-191-0/+1
| |
| * * apt-inst/contrib/arfile.cc:Michael Vogt2008-12-171-0/+3
| | | | | | | | - support members ending with '/' as well (thanks to Michal Cihr, closes: #500988)
* | merge from the mvo branchMichael Vogt2009-01-081-0/+7
| |
* | Clarify the --help for 'purge' (LP: #243948)Michael Vogt2008-12-161-0/+3
| |
* | * Translations:Michael Vogt2008-12-163-11/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - French corrected (remove awful use of first person) - Finnish updated. Closes: #508449 * doc/examples/sources.list: - Removed obsolete commented non-us deb-src entry, replaced it with 'deb-src security.debian.org' one. (Closes: #411298) * apt-pkg/contrib/mmap.cc: - Added instruction how to work around MMap error in MMap error message. (Closes: #385674, 436028) * buildlib/config.{sub,guess}: - Renewed. This fixes lintian errors. * doc/apt.conf.5.xml, debian/apt-transport-https: - Documented briefly 'APT::https' group of options. (Closes: #507398) - Applied patch from Daniel Burrows to document 'Debug' group of options. (Closes: #457265) - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. (Closes: #438559) - Mentioned '/* ... */' comments. (Closes: #507601) * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^")
| * debian/changelog: and fix the bugnumber (thanks to jackyfMichael Vogt2008-12-151-1/+1
| |
| * debian/changelog: make the build-dep changelog entry match (debian) realityMichael Vogt2008-12-151-4/+5
| |
| * Mentioned '/* ... */' comments. (Closes: #507601)Michael Vogt2008-12-151-0/+1
| |\
| | * apt.conf: mentioned '/* ... */'-comments.Eugene V. Lyubimkin2008-12-101-0/+1
| | |
| * | Finnish translation updatebubulle@debian.org2008-12-121-0/+4
| | |
| * | debian/changelog: fix changelogMichael Vogt2008-12-081-4/+2
| | |
| * | merged lp:~jackyf-devel/apt/debian-sidMichael Vogt2008-12-083-11/+32
| |\|
| | * Included missing file debian/apt-transport-https.README to repo.Eugene V. Lyubimkin2008-12-061-0/+2
| | |
| | * Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.Eugene V. Lyubimkin2008-12-061-0/+2
| | |
| | * Applied patch from Daniel Burrows to document 'Debug' group of options.Eugene V. Lyubimkin2008-12-061-0/+2
| | |
| | * Documented briefly 'APT::https' group of options.Eugene V. Lyubimkin2008-12-062-1/+3
| | |
| | * Renewed buildlib/config.{sub,guess} files.Eugene V. Lyubimkin2008-12-061-0/+2
| | |
| | * Fixed place of 'merged install-recommends and install-task branches' in ↵Eugene V. Lyubimkin2008-12-061-10/+19
| | | | | | | | | | | | debian/changelog.
| * | Drop awful use of first person in French translation. The same should happen ↵bubulle@debian.org2008-12-071-0/+4
| | | | | | | | | | | | to English messages after lenny
| * | make "apt-get build-dep" installed packages marked automaticMichael Vogt2008-12-021-2/+8
| |/ | | | | | | | | by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
| * Added instruction how to work around MMap error in MMap error message.Eugene V. Lyubimkin2008-11-261-0/+3
| |
| * Removed obsolete commented non-us deb-src entry, replaced with ↵Eugene V. Lyubimkin2008-11-261-0/+9
| | | | | | | | 'security.debian.org' one.
* | * apt-pkg/indexrecords.cc:Michael Vogt2008-12-162-2/+8
| | | | | | | | | | | | | | - fix some i18n issues * apt-pkg/contrib/strutl.h: - add new strprintf() function to make i18n strings easier * apt-pkg/dev/debsystem.cc: - add missing apti18n.h header
* | * cmdline/apt-get.cc:Michael Vogt2008-12-081-0/+5
| | | | | | | | | | | | - fix "apt-get source pkg=ver" if binary name != source name (LP: #202219) * doc/makefile: - add examples/apt-https-method-example.conf
* | * /apt-pkg/deb/debsystem.cc:Michael Vogt2008-11-261-0/+6
| | | | | | | | - add 'sudo' to the error message to "run 'dpkg --configure -a'" (LP: #52697)
* | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-11-261-0/+7
| | | | | | - filter "ENOMEM" errors when creating apport reports
* | merged from debian-sidMichael Vogt2008-11-2412-18/+337
|\|
| * upload as 0.7.19Michael Vogt2008-11-241-5/+3
| |
| * Ukrainian translation updatedbubulle@debian.org2008-11-231-0/+1
| |
| * Marathi translation updatedbubulle@debian.org2008-11-231-0/+1
| |
| * Translation updatesbubulle@debian.org2008-11-211-0/+1
| |
| * Basque translation updatebubulle@debian.org2008-11-181-0/+1
| |
| * Translation updatesbubulle@debian.org2008-11-171-0/+4
| |
| * Simplified Chinese translation updatebubulle@debian.org2008-11-151-0/+1
| |
| * Romanian translation updatebubulle@debian.org2008-11-151-0/+1
| |
| * Spanish translation updatebubulle@debian.org2008-11-151-0/+1
| |
| * * doc/apt-get.8.xml:Michael Vogt2008-11-141-0/+4
| |\ | | | | | | - Explicitly say that 'dist-upgrade' command may remove packages.
| | * doc/apt-get.8.xml: explicitly say that 'dist-upgrade' command may remove ↵Eugene V. Lyubimkin2008-11-121-0/+4
| | | | | | | | | | | | packages.
| * | Updated translationsbubulle@debian.org2008-11-141-1/+2
| | |
| * | Updates to translation (and a mistake of mine with ru.po)bubulle@debian.org2008-11-131-0/+8
| | |
| * | Updated Bulgarian translationbubulle@debian.org2008-11-121-0/+5
| |/
| * fix SIGHUP handling (closes: #463030)Michael Vogt2008-11-121-0/+3
| |