summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: ↵Christian PERRIER2013-09-231-0/+7
| | | | #724073
* releasing package apt version 0.9.11.4Michael Vogt2013-09-201-0/+12
|
* Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵Michael Vogt2013-09-101-0/+2
| | | | #722324)
* prepare uploadMichael Vogt2013-09-101-0/+15
|
* Remove invalid "-f" option for apt-get checkMichael Vogt2013-09-011-1/+1
| | | | Thanks to Philipp Weis (closes: #721477)
* prepare upload of 0.9.12Michael Vogt2013-08-311-2/+9
|
* Update Italian translation. Closes: #721030Christian PERRIER2013-08-271-0/+3
|
* update changelogMichael Vogt2013-08-261-1/+3
|
* dselect/install:Michael Vogt2013-08-261-1/+5
| | | | | * dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532)
* Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-08-261-0/+7
|\ | | | | | | | | Conflicts: debian/changelog
| * Changelog entry for Vietnamese translationChristian PERRIER2013-08-251-0/+7
| |
* | update changelog for updateMichael Vogt2013-08-241-0/+23
|/
* Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-08-221-2/+3
|\
| * add versions to manpages-it Replaces+BreaksDavid Kalnischkies2013-08-221-1/+2
| | | | | | | | | | | | | | | | In the meantime the package was updated to remove the old APT manpages from this package, so we can now add a Breaks and version it, too. The intial Replaces was added in: b57220d815aedbc023847d0885e08c6ed50e629a
| * add a breaks libapt-inst for FileFd changes in 0.9.9David Kalnischkies2013-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | Partial upgrades… The fix for 704608 assumes that bf35c19b817cc1474b3deabce0b0953c248bad42 was applied to libapt-inst which isn't the case for partial upgrades of course, so break it to ensure that it is the case. Closes: 720449
* | prepare unstable uploadMichael Vogt2013-08-211-16/+5
|/
* fix incorrect bugnumber for the Pre-Install-Pkgs hook (Closes: #671726)Michael Vogt2013-08-191-1/+7
|
* add lintian override for no-shlibs-control-file and only install ↵Michael Vogt2013-08-193-1/+11
| | | | libapt-private.so.* instead libapt-private.so
* prepare for releaseMichael Vogt2013-08-191-4/+2
|
* update changelogMichael Vogt2013-08-171-0/+13
|
* Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-173-2/+6
|\ | | | | | | | | Conflicts: cmdline/apt-get.cc
| * really build apt.installMichael Vogt2013-08-121-2/+2
| |
| * install libapt-private* into the apt binaryMichael Vogt2013-08-121-0/+1
| |
* | Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sidChristian PERRIER2013-08-172-7/+66
|\ \
| * | * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-151-0/+2
| | | | | | | | | | | | | | | | | | | | | - add Glob() to fileutl.{cc,h} Conflicts: apt-pkg/contrib/fileutl.h debian/changelog
| * | * lp:~mvo/apt/config-clear:Michael Vogt2013-08-151-0/+5
| | | | | | | | | | | | | | | | | | | | | - support Configuration.Clear() for a clear of the entire configuration Conflicts: debian/changelog
| * | merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade ↵Michael Vogt2013-08-151-0/+2
| | | | | | | | | | | | | | | | | | is used with additional arguments (closes: #705510)
| * | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵Michael Vogt2013-08-151-1/+8
| |/ | | | | | | | | | | | | (closes: #705445) Conflicts: debian/changelog
| * update changelog for uploadMichael Vogt2013-08-121-2/+41
| |
| * do not call 'apt-key update' in apt.postinstDavid Kalnischkies2013-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The debian-archive-keyring package ships trusted.gpg.d fragment files for a while now and dropped their call to 'apt-key update', so there is no need for use to call it as the keys will always be available. This also finally allows a user to remove key(ring)s without APT to overriding this decision by readding them with this step. The functionality is kept around in the odd case that an old debian-archive-keyring package is used which still calls 'apt-key update' and depends on the import (hence, we also do not enforce a newer version of the debian-archive-keyring via our dependencies)
| * use a tmpfile for trustdb.gpg in apt-keyDavid Kalnischkies2013-08-121-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for some "interesting" reason gpg decides that it needs to update its trustdb.gpg file in a --list-keys command even if right before gpg is asked to --check-trustdb. That wouldn't be as bad if it wouldn't modify the keyring being listed at that moment as well, which generates not only warnings which are not a problem for us, but as the keyring modified can be in /usr it modified files which aren't allowed to be modified. The suggested solution in the bugreport is running --check-trustdb unconditionally in an 'apt-key update' call, but this command will not be used in the future and this could still potentially bite us in net-update or adv calls. All of this just to keep a file around, which we do not need… The commit therefore switches to the use of a temporary created trusted.gpg file for everyone and asks gpg to not try to update the trustdb after its intial creation, which seems to avoid the problem altogether. It is using your also faked secring btw as calling the check-trustdb without a keyring is a lot slower … Closes: #687611 Thanks: Andreas Beckmann for the initial patch!
* | French translation update.Christian PERRIER2013-08-171-0/+1
|/
* Japanese translation update. Closes: #719279Christian PERRIER2013-08-101-0/+1
|
* Vietnamese translation update. Closes: #718615Christian PERRIER2013-08-031-0/+6
|
* update the symbol files to reflect current stateDavid Kalnischkies2013-07-272-74/+53
|
* exclude config.{sub,guess} from source packageDavid Kalnischkies2013-07-261-1/+6
| | | | | | | Lintian complains about these links in the source package as they leave the source directory and as they are autogenerated there isn't that much sense in shipping them, we can just recreate them before calling configure.
* implement debian/rules build-{arch,indep} as required by policy 3.9.4David Kalnischkies2013-07-262-16/+16
|
* correct management-typo in description found by lintianDavid Kalnischkies2013-07-261-3/+3
|
* make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-261-1/+1
| | | | Git-Dch: Ignore
* update changelog for uploadMichael Vogt2013-07-261-0/+15
|
* skip all Description fields in apt-cache, not just first (Closes: 717254)Michael Vogt2013-07-251-2/+6
| | | | | * skip all Description fields in apt-cache, not just first (Closes: 717254) * fix 'apt-cache search' crash with missing description (Closes: 647590)
* debian/apt.postinst:Michael Vogt2013-07-232-0/+10
| | | | | | | * debian/apt.postinst: - run /etc/kernel/postinst.d/apt-auto-removal once on upgrade to ensure that the correct auto-removal list is generated (closes: #717615)
* debian/apt.auto-removal.sh:Michael Vogt2013-07-232-1/+10
| | | | | | * debian/apt.auto-removal.sh: - do not include debug symbol packages for the kernel in the blacklist (closes: #717616)
* fix if-clause to generate hook-info for 'rc' packages (Closes: 717006)Michael Vogt2013-07-171-2/+5
|
* Vietnamese updated by Tran Ngoc Quan. Closes: #717016Christian PERRIER2013-07-161-0/+7
|
* update changelogMichael Vogt2013-07-111-2/+9
|
* debian/apt.auto-removal.sh: merge the remaining bitsMichael Vogt2013-07-111-3/+3
|
* * Fix up two things in debian/apt.auto-removal.sh:Adam Conrad2013-07-112-3/+10
| | | | | | | | | | - Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent
* get dpkg from apt-config as well and add robustness against missing/failing ↵Michael Vogt2013-07-111-3/+10
| | | | | | | apt-config (for paranoia) Conflicts: debian/apt.auto-removal.sh
* Make sure we always have at least two kernels marked not for removalSteve Langasek2013-07-111-0/+18
|