| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- 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.
|
| |
|
|
|
| |
- Check for zlib library and headers.
|
|
|
| |
- German translation of new Acquire::GzipIndexes option.
|
|
|
| |
- Document the new Acquire::GzipIndexes option.
|
|
|
|
| |
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.
|
|
|
|
| |
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.
|
| |
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
- If we do not find uncompressed package/source/translation indexes, look
for gzip compressed ones.
|
|
|
|
| |
- Add support for transparent reading of gzipped files.
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
|
| |
|
| |
|
|\
| |
| | |
- install html doxygen in libapt-pkg-doc as well
|
| |
| |
| | |
- install html doxygen in libapt-pkg-doc as well
|
|\|
| |
| | |
- fix max tag buffer size (LP: #545336, closes: #578959)
|
| |
| |
| | |
- fix max tag buffer size (LP: #545336, closes: #578959)
|
|\| |
|
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| | |
- fix incorrect std::cout usage for debug output
|
| |
| |
| |
| | |
- add "IsIndexFile" to constructor of pkgAcqFile so that it sends
the right cache control headers
|
| |
| |
| |
| | |
https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| | |
- deal correctly with three letter langcodes (LP: #391409)
|
| |
| |
| |
| | |
- if apt-get source foo=version or foo/distro can not be found,
error out (LP: #502641)
|
| |
| |
| |
| | |
- show error on incorrect aguments (LP: #517917), thanks to
Torsten Spindler
|
| |
| |
| | |
- fix backgrounding when dpkg runs (closes: #486222)
|
| |
| |
| | |
- Read default configuration (Closes: #383257)
|
| |
| |
| |
| | |
(Closes: #512046).
|
| |
| |
| | |
- Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
|
| |
| |
| |
| | |
- Always return a candidate if there is at least one version pinned > 0
(Closes: #512318)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of
libapt-pkg-4.9.
|
| |
| |
| |
| | |
list of members.
|
| | |
|
| |
| |
| | |
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
- fix typo spotted by lintian: proc(c)eed
|
| | |
| | |
| | |
| | | |
- remove creation of empty dir /usr/share/apt
|
| | |
| | |
| | |
| | | |
(This is the revert of the glibc-abi-compatibility-hack)
|
| | |
| | |
| | |
| | | |
- explicitly warn against careless use (Closes: #567669)
|
| | |
| | |
| | |
| | | |
- update with no changes to debian policy 3.8.4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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).
|
| | |
| | |
| | |
| | | |
- add ngettext support with P_()
|
| | |
| | |
| | |
| | |
| | | |
- if an arch is given accept only *_all.deb and *_arch.deb instead
of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
|