| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
- 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)
|
| |
| |
| |
| |
| | |
- stdin redirected to /dev/null takes all CPU (Closes: #569488)
Thanks to Aurelien Jarno for providing (again) a patch!
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- this writes a /var/log/apt/history tagfile that contains details
from the transaction (complements term.log)
* methods/http.cc:
- add cache-control headers even if no cache is given to allow
adding options for intercepting proxies
- add Acquire::http::ProxyAutoDetect configuration that
can be used to call a external helper to figure out the
proxy configuration and return it to apt via stdout
(this is a step towards WPAD and zeroconf/avahi support)
* abicheck/
- add new abitest tester using the ABI Compliance Checker from
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
* Change the package index Info methods to allow apt-cache policy to be
useful when using several different archives on the same host.
(Closes: #329814, LP: #22354)
|
| |
| |
| |
| | |
- add new abitest tester using the ABI Compliance Checker from
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
|
| |
| |
| |
| | |
useful when using several different archives on the same host.
(Closes: #329814, LP: #22354)
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
can be used to call a external helper to figure out the
proxy configuration and return it to apt via stdout
|
| | |
| | |
| | |
| | | |
- add cache-control headers even if no cache is given to allow
adding options for intercepting proxies
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |\| | |
|
| | | | |
|
| |/ /
| | |
| | | |
- fix crash in pkgUdevCdromDevices
|
| | |
| | |
| | | |
the dlopen of libudev for automatic cdrom detection
|
| | |
| | |
| | | |
- fixes in multi cdrom setup code
|
| | |
| | |
| | |
| | | |
- fix UnmountCdrom() fails, give it a bit more time and try
the umount again
|
| | |
| | |
| | | |
- fix apt-get source pkg=version regression (closes: #561971)
|
| |\ \
| | | |
| | | |
| | | | |
- this writes a /var/log/apt/history tagfile that contains details
from the transaction (complements term.log)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- add to logratation
* doc/examples/configure-index:
- add as example
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
the dlopen of libudev for automatic cdrom detection. Off by default
currently, feedback/testing welcome
|
| | | |
| | | |
| | | |
| | | | |
- merge crash fix for apt-ftparchive on hurd, thanks to
Samuel Thibault for the patch (closes: #566664)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- merge fix from Gene Cash that supports markauto for
packages that are not in the extended_states file yet
(closes: #534920)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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)
|
| | | |
| | | |
| | | | |
- fixes in multi cdrom setup code
|
| | | |
| | | |
| | | |
| | | | |
- fix UnmountCdrom() fails, give it a bit more time and try
the umount again
|
| | | |
| | | |
| | | |
| | | | |
- don't mark as manually if in download only (Closes: #468180)
|
| | | |
| | | |
| | | |
| | | | |
- generate sha1 and sha256 checksums for dsc (Closes: #567343)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Set Mode to Medium so that the correct prefix is used.
Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- move the header system.h with a new name to the public domain,
to be able to use it in other headers (Closes: #567662)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- fix malloc asseration fail with ja_JP.eucJP locale in
apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
|