summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-284-1/+82
| | | - remove duplicate architectures in getArchitectures()
* try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies2010-05-282-5/+3
|
* * apt-pkg/depcache.cc:David Kalnischkies2010-05-282-3/+9
| | | | - do the autoremove mark process also for required packages to handle these illegally depending on lower priority packages (Closes: #583517)
* * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-05-286-11/+15
| | | - add better config item for extended_states file
* forward manual-installed bit on package disappearanceDavid Kalnischkies2010-05-273-2/+63
|
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-05-273-10/+33
| | | - write Disappeared also to the history.log
* merged from debian-sidMichael Vogt2010-05-253-937/+783
|\
| * Italian translation completedbubulle@debian.org2010-05-161-5/+7
| |
| * Italian translation update. Closes: #581742bubulle@debian.org2010-05-152-2/+11
| |
| * Slovak translation update. Closes: #581159bubulle@debian.org2010-05-112-6/+17
| |
* | methods/http.cc: shorten comment on return values of DealWithHeaders ↵Michael Vogt2010-05-252-9/+3
| | | | | | | | (because we use a enum now)
* | * methods/http.{cc,h}:Michael Vogt2010-05-253-25/+61
|\ \ | | | | | | | | | - code cleanup, use enums instead of magic ints
| * | * methods/http.cc: Michael Vogt2010-05-073-25/+59
| | | | | | | | | - code cleanup, add (some) doxygen strings
* | | merged lp:~donkult/apt/sidMichael Vogt2010-05-2574-18889/+23176
|\ \ \
| * | | - show at the end of the install process a list of disappeared packagesDavid Kalnischkies2010-05-244-4/+41
| | | | | | | | | | | | | | | | * apt-pkg/packagemanager.h: - export info about disappeared packages with GetDisappearedPackages()
| * | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-05-242-1/+5
| | | | | | | | | | | | - add 'disappear' to the known processing states, thanks Jonathan Nieder
| * | | remove the gnome-apt reference as it is removed from unstableDavid Kalnischkies2010-05-243-7/+2
| | | |
| * | | * doc/apt-get.8.xml:David Kalnischkies2010-05-242-20/+9
| | | | | | | | | | | | | | | | - do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166)
| * | | * debian/libapt-pkg-doc.doc-base.cache:David Kalnischkies2010-05-242-18/+2
| | | | | | | | | | | | - remove yet another reference to the removed cache.sgml
| * | | use dpkg-buildflags if available for CXXFLAGSDavid Kalnischkies2010-05-242-3/+8
| | | |
| * | | use $(CURDIR) instead of $(pwd)David Kalnischkies2010-05-242-3/+4
| | | |
| * | | * README.arch:David Kalnischkies2010-05-152-12/+2
| | | | | | | | | | | | - remove the file completely as it has no use nowadays
| * | | handle multiple --{tar,diff,dsc}-only options correctlyDavid Kalnischkies2010-05-142-14/+19
| | | |
| * | | add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies2010-05-132-1/+10
| | | |
| * | | * doc/apt.entDavid Kalnischkies2010-05-136-17/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
| * | | * contrib/mmap.cc:David Kalnischkies2010-05-132-4/+6
| | | | | | | | | | | | | | | | - clarify "MMap reached size limit" error message, thanks Ivan Masár!
| * | | * methods/gpgv.cc:David Kalnischkies2010-05-122-25/+19
| | | | | | | | | | | | - remove the keyrings count limit by using vector magic
| * | | * apt-pkg/depcache.cc:David Kalnischkies2010-05-112-10/+13
| | | | | | | | | | | | - be doublesure that the killer query is empty before starting reinstall
| * | | merge with debian-experimental-maDavid Kalnischkies2010-05-0613-40/+209
| |\ \ \
| * | | | don't suggest held packages as they are installed (Closes: #578135)David Kalnischkies2010-05-062-3/+5
| | | | |
| * | | | convert FileExists to DirectoryExists to check if the path is really aDavid Kalnischkies2010-05-063-8/+8
| | | | | | | | | | | | | | | | | | | | directory (and to have a better method name in the error message if not)
| * | | | * debian/rules:David Kalnischkies2010-05-042-43/+2
| | | | | | | | | | | | | | | - remove targets refering to CVS or arch as they are useless
| * | | | * debian/rules:David Kalnischkies2010-05-042-39/+34
| | | | | | | | | | | | | | | | | | | | | | | | | - spell out some less known options to reduce manpage consulation-rate - Use POSIX command substitution: $(<command sequence>) - Remove EOL whitespace (Closes: #577804)
| * | | | rerun dpkg-source in source if --fix-broken is given (Closes: #576752)David Kalnischkies2010-05-042-1/+3
| | | | |
| * | | | return in SingleArch a package also for "any"David Kalnischkies2010-05-042-1/+2
| | | | |
| * | | | * methods/rred.cc:David Kalnischkies2010-05-042-8/+14
| | | | | | | | | | | | | | | | | | | | - use the patchfile modification time instead of the one from the "old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
| * | | | make update-poDavid Kalnischkies2010-05-0453-18655/+22942
| | | | |
| * | | | fix compiler warning: reaching end of non-void methodDavid Kalnischkies2010-05-041-0/+1
| | | | |
| * | | | merge from the debian-sid branchDavid Kalnischkies2010-05-047-7/+44
| |\ \ \ \
* | | | | | apt-pkg/acquire-item.cc: Fix pkgAcqFile::Custom600Headers() to always return ↵Julian Andres Klode2010-05-072-0/+9
| |_|/ / / |/| | | | | | | | | | | | | | something.
* | | | | releasing version 0.7.26~exp4Michael Vogt2010-05-061-1/+1
| | | | |
* | | | | - install html doxygen in libapt-pkg-doc Michael Vogt2010-05-064-6/+8
| | | | | | | | | | | | | | | | | | | | * debian/control: - build-depend on doxygen
* | | | | * debian/rules:Michael Vogt2010-05-054-2/+8
|\ \ \ \ \ | | |_|_|/ | |/| | | - install html doxygen in libapt-pkg-doc as well
| * | | | * debian/rules:Michael Vogt2010-05-054-2/+8
| |\ \ \ \ | | | |_|/ | | |/| | - install html doxygen in libapt-pkg-doc as well
| | * | | * debian/rules:Michael Vogt2010-05-054-2/+8
| | | | | | | | | | | | | | | - install html doxygen in libapt-pkg-doc as well
* | | | | * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-052-1/+4
|\| | | | | | | | | | | | | | - fix max tag buffer size (LP: #545336, closes: #578959)
| * | | | * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-052-1/+4
| |\| | | | | |_|/ | |/| | - fix max tag buffer size (LP: #545336, closes: #578959)
| | * | * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-052-1/+4
| | | | | | | | | | | | - fix max tag buffer size (LP: #545336, closes: #578959)
* | | | Move the showauto command to apt-cache and sort output.Julian Andres Klode2010-05-043-24/+30
| | | | | | | | | | | | | | | | | | | | * cmdline/apt-cache.cc: - Add a showauto command to apt-cache. - Add apt-get markauto and unmarkauto commands.
* | | | Makefile: Fix, committed wrong version.Julian Andres Klode2010-05-041-0/+5
| | | |