summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/acquire-item.cc:martin@piware.de2010-06-111-0/+4
| | | | | - Fix return value of pkgAcqFile::Custom600Headers() in the non-index case, to avoid returning NULL and causing crashers in callers. This also fixes a compiler warning.
* changelog: clarify abi break, it's not externalmartin@piware.de2010-06-111-2/+2
|
* * configure.in:martin@piware.de2010-06-111-0/+2
| | | - Check for zlib library and headers.
* * doc/po/apt-doc.pot, doc/po/de.po:martin@piware.de2010-06-111-0/+2
| | | - German translation of new Acquire::GzipIndexes option.
* * doc/apt.conf.5.xml:martin@piware.de2010-06-111-0/+2
| | | - Document the new Acquire::GzipIndexes option.
* * debian/rules:martin@piware.de2010-06-112-1/+4
| | | | - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS.
* * Add test/test-indexes.sh:martin@piware.de2010-06-101-0/+3
| | | | - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes.
* mention abi break in changelogmartin@piware.de2010-06-101-0/+2
|
* * apt-pkg/acquire-item.cc:martin@piware.de2010-06-101-0/+4
| | | | | - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it.
* * apt-pkg/deb/debindexfile.cc:martin@piware.de2010-06-091-0/+3
| | | | - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones.
* * apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de2010-06-092-1/+7
| | | | - Add support for transparent reading of gzipped files. - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
* Italian translation update. Closes: #581742bubulle@debian.org2010-05-151-0/+1
|
* Slovak translation update. Closes: #581159bubulle@debian.org2010-05-111-0/+6
|
* * debian/rules:Michael Vogt2010-05-053-1/+7
|\ | | | | - install html doxygen in libapt-pkg-doc as well
| * * debian/rules:Michael Vogt2010-05-053-1/+7
| | | | | | - install html doxygen in libapt-pkg-doc as well
* | * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-051-0/+2
|\| | | | | - fix max tag buffer size (LP: #545336, closes: #578959)
| * * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-051-0/+2
| | | | | | - fix max tag buffer size (LP: #545336, closes: #578959)
* | merge from the mvo branchMichael Vogt2010-05-041-0/+13
|\|
| * * apt-pkg/indexfile.cc:Michael Vogt2010-05-031-0/+5
| | | | | | | | | | | | - If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix
| * * apt-pkg/depcache.cc:Michael Vogt2010-04-281-0/+2
| | | | | | - fix incorrect std::cout usage for debug output
| * * [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt2010-04-281-0/+3
| | | | | | | | - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers
| * Remember hosts with general failures forMichael Vogt2010-04-141-0/+4
| | | | | | | | https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
* | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-03-261-0/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | - fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option
| * * apt-pkg/indexfile.cc:Michael Vogt2010-03-121-0/+2
| | | | | | - deal correctly with three letter langcodes (LP: #391409)
| * * cmdline/apt-get.cc:Michael Vogt2010-03-121-0/+3
| | | | | | | | - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641)
| * * cmdline/apt-mark:Michael Vogt2010-03-121-0/+3
| | | | | | | | - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-02-251-0/+2
| | | | | | - fix backgrounding when dpkg runs (closes: #486222)
* | * ftparchive/apt-ftparchive.cc:Julian Andres Klode2010-03-262-0/+9
| | | | | | - Read default configuration (Closes: #383257)
* | cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show ↵Julian Andres Klode2010-03-211-0/+2
| | | | | | | | (Closes: #512046).
* | * cmdline/apt-key:Julian Andres Klode2010-03-211-0/+2
| | | | | | - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
* | * apt-pkg/policy.cc:Julian Andres Klode2010-03-211-0/+3
| | | | | | | | - Always return a candidate if there is at least one version pinned > 0 (Closes: #512318)
* | Add conflict with manpages-plbubulle@debian.org2010-03-192-1/+3
| |
* | Polish manpages translation updatebubulle@debian.org2010-03-191-0/+1
| |
* | Dutch translation updatebubulle@debian.org2010-03-161-0/+1
| |
* | * debian/rules:Julian Andres Klode2010-03-122-2/+5
| | | | | | | | - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
* | apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ↵Julian Andres Klode2010-03-121-0/+2
| | | | | | | | list of members.
* | Spanish manpages translation updatebubulle@debian.org2010-03-101-0/+1
| |
* | * cmdline/apt-mark:Julian Andres Klode2010-03-012-0/+6
| | | | | | - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
* | German translation updatebubulle@debian.org2010-02-241-0/+6
| |
* | fix crash when LANGUAGE is not setMichael Vogt2010-02-181-0/+6
| |
* | refreshed po/ doc/po filesMichael Vogt2010-02-181-2/+2
| |
* | 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)