ntk/apt.git
13 years agoreleasing version 0.8.12 0.8.12
Michael Vogt [Thu, 10 Mar 2011 14:39:08 +0000 (15:39 +0100)]
releasing version 0.8.12

13 years agoapt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (also...
Michael Vogt [Thu, 10 Mar 2011 13:42:34 +0000 (14:42 +0100)]
apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (also in this case its probably not needed because pkgUDevCDrom is not used outside libapt itself, still its better to be on the save side)

13 years agodoc/po/fr.po: fix typo
Michael Vogt [Thu, 10 Mar 2011 10:39:54 +0000 (11:39 +0100)]
doc/po/fr.po: fix typo

13 years agomerged the lp:~mvo/apt/mvo branch
Michael Vogt [Thu, 10 Mar 2011 10:31:34 +0000 (11:31 +0100)]
merged the lp:~mvo/apt/mvo branch

13 years ago* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
Michael Vogt [Thu, 10 Mar 2011 10:13:44 +0000 (11:13 +0100)]
* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
  - deal with missing FSTAB_DIR when using libudev to discover cdrom
  - add experimental APT::cdrom::CdromOnly option (on by default).
    When this is set to false apt-cdrom will handle any removable
    deivce (like a usb-stick) as a "cdrom/dvd" source

13 years agomerged from donkult
Michael Vogt [Thu, 10 Mar 2011 09:43:39 +0000 (10:43 +0100)]
merged from donkult

13 years agoapt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.cc: use...
Michael Vogt [Wed, 9 Mar 2011 11:15:13 +0000 (12:15 +0100)]
apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; apt-pkg/cdrom.cc: use string

13 years agoapt-pkg/cdrom.{cc,h}: add ScanForRemovable helper
Michael Vogt [Wed, 9 Mar 2011 10:31:08 +0000 (11:31 +0100)]
apt-pkg/cdrom.{cc,h}: add ScanForRemovable helper

13 years agoapt-pkg/cdrom.h: move new member to the end to minimize ABI risk
Michael Vogt [Wed, 9 Mar 2011 10:20:05 +0000 (11:20 +0100)]
apt-pkg/cdrom.h: move new member to the end to minimize ABI risk

13 years agoRemove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies [Tue, 8 Mar 2011 18:32:35 +0000 (19:32 +0100)]
Remove the "pseudopackage" handling of Architecture: all packages for
Multi-Arch; instead, Arch: all packages only satisfy dependencies for
the native arch, except where the Arch: all package is declared
Multi-Arch: foreign.  (Closes: #613584)

This has the sideeffect that arch:all packages internally show up as
coming from the native arch - so packages with the architecture "all"
doesn't exist any longer in the pkgcache

13 years agouse FullName and strdup instead of handmade and new[]
David Kalnischkies [Mon, 7 Mar 2011 22:06:36 +0000 (23:06 +0100)]
use FullName and strdup instead of handmade and new[]

13 years ago* apt-pkg/deb/dpkgpm.cc:
Steve Langasek [Mon, 7 Mar 2011 21:57:52 +0000 (22:57 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - make sure that for multiarch packages, we are passing the full
    qualified package name to dpkg for removals. (Closes: #614298)

13 years agoItalian translation update (Milo Casagrande). Closes: #614395
David Kalnischkies [Mon, 7 Mar 2011 21:43:37 +0000 (22:43 +0100)]
Italian translation update (Milo Casagrande). Closes: #614395

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Mon, 7 Mar 2011 21:19:19 +0000 (22:19 +0100)]
* cmdline/apt-get.cc:
  - reinstall dependencies of reinstalled "garbage" (Closes: #617257)

13 years agoapt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/cdrom...
Michael Vogt [Fri, 4 Mar 2011 21:24:09 +0000 (22:24 +0100)]
apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; apt-pkg/cdrom.cc: deal with missing FSTAB_DIR

13 years agoapt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class
Michael Vogt [Fri, 4 Mar 2011 20:17:00 +0000 (21:17 +0100)]
apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class

13 years ago* apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 3 Mar 2011 16:09:30 +0000 (17:09 +0100)]
* apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
  - honor Dpkg::Chroot-Directory in the RunScripts*() methods

13 years ago* apt-inst/deb/debfile.cc:
David Kalnischkies [Sun, 27 Feb 2011 23:20:35 +0000 (00:20 +0100)]
* apt-inst/deb/debfile.cc:
  - support data.tar's compressed with any configured compressor

13 years agosupport every compression we have a compressor configured
David Kalnischkies [Sun, 27 Feb 2011 22:31:25 +0000 (23:31 +0100)]
support every compression we have a compressor configured

13 years ago - load the supported compressors from configuration
David Kalnischkies [Sun, 27 Feb 2011 22:01:40 +0000 (23:01 +0100)]
  - load the supported compressors from configuration
  - support adding new compressors by configuration

13 years agod'uh! implement and not only declare the string wrapper for FindVector
David Kalnischkies [Sun, 27 Feb 2011 13:30:50 +0000 (14:30 +0100)]
d'uh! implement and not only declare the string wrapper for FindVector

13 years ago* apt-pkg/deb/debindexfile.cc:
Michael Vogt [Fri, 25 Feb 2011 11:29:13 +0000 (12:29 +0100)]
* apt-pkg/deb/debindexfile.cc:
  - ignore missing deb-src files in /var/lib/apt/lists, thanks
    to Thorsten Spindler (LP: #85590)

13 years agoItalian translation update (Milo Casagrande). Closes: #614395
bubulle@debian.org [Thu, 24 Feb 2011 18:39:12 +0000 (19:39 +0100)]
Italian translation update (Milo Casagrande). Closes: #614395

13 years ago* ftparchive/contents.cc:
David Kalnischkies [Thu, 24 Feb 2011 11:24:51 +0000 (12:24 +0100)]
* ftparchive/contents.cc:
  - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc

13 years agotest the xz compressor, too
David Kalnischkies [Tue, 22 Feb 2011 17:31:59 +0000 (18:31 +0100)]
test the xz compressor, too

13 years ago* apt-pkg/deb/debsrcrecords.cc:
David Kalnischkies [Tue, 22 Feb 2011 17:17:44 +0000 (18:17 +0100)]
* apt-pkg/deb/debsrcrecords.cc:
  - support xz-compressed source v3 debian.tar files

13 years ago* apt-pkg/deb/debsrcrecords.cc:
David Kalnischkies [Tue, 22 Feb 2011 17:13:20 +0000 (18:13 +0100)]
* apt-pkg/deb/debsrcrecords.cc:
  - support xz-compressed source v3 debian.tar files

13 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Tue, 22 Feb 2011 17:11:10 +0000 (18:11 +0100)]
* apt-pkg/aptconfiguration.cc:
  - support download of xz-compressed indexes files

13 years ago* ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
David Kalnischkies [Tue, 22 Feb 2011 14:05:01 +0000 (15:05 +0100)]
* ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
  - support xz compressor to create xz-compressed Indexes and be able
    to open data.tar.xz files
* ftparchive/writer.cc:
  - include xz-compressed Packages and Sources files in Release file

13 years ago* ftparchive/writer.cc:
David Kalnischkies [Tue, 22 Feb 2011 13:52:10 +0000 (14:52 +0100)]
* ftparchive/writer.cc:
  - include xz-compressed Packages and Sources files in Release file

13 years agoadd options to disable specific checksums for Indexes
David Kalnischkies [Tue, 22 Feb 2011 13:49:16 +0000 (14:49 +0100)]
add options to disable specific checksums for Indexes

13 years ago* ftparchive/writer.cc:
David Kalnischkies [Tue, 22 Feb 2011 12:24:40 +0000 (13:24 +0100)]
* ftparchive/writer.cc:
  - ensure that Date and Valid-Until time strings are not localised

13 years ago* ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
David Kalnischkies [Tue, 22 Feb 2011 11:50:47 +0000 (12:50 +0100)]
* ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
  - support xz compressor to create xz-compressed Indexes and be able
    to open data.tar.xz files

13 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Tue, 22 Feb 2011 10:26:47 +0000 (11:26 +0100)]
* apt-pkg/contrib/fileutl.cc:
  - reorder the loaded filesize bytes for big endian (Closes: #612986)
    Thanks to Jörg Sommer for the detailed analyse!

13 years agoFix error in French translation of manpages (apt_preferences(5)).
Christian Perrier [Tue, 22 Feb 2011 10:21:18 +0000 (11:21 +0100)]
Fix error in French translation of manpages (apt_preferences(5)).
Merci, Rémi Vanicat. Closes: #613689

13 years agofix the pointer to the VCS-Bzr
David Kalnischkies [Tue, 22 Feb 2011 10:16:47 +0000 (11:16 +0100)]
fix the pointer to the VCS-Bzr

13 years agodoc/examples/configure-index: remove no longer used option NoConfigure
Michael Vogt [Mon, 21 Feb 2011 08:32:05 +0000 (09:32 +0100)]
doc/examples/configure-index: remove no longer used option NoConfigure

13 years ago* Fix error in French translation of manpages (apt_preferences(5)).
bubulle@debian.org [Fri, 18 Feb 2011 04:55:23 +0000 (05:55 +0100)]
* Fix error in French translation of manpages (apt_preferences(5)).
  Merci, Rémi Vanicat. Closes: #613689
* Complete French manpage translation

13 years agodebian/control: remove Luca Bruno from the maintainers (on his own request)
Michael Vogt [Thu, 17 Feb 2011 18:16:56 +0000 (19:16 +0100)]
debian/control: remove Luca Bruno from the maintainers (on his own request)

13 years agoreleasing version 0.8.11.5 0.8.11.5
Michael Vogt [Thu, 17 Feb 2011 17:31:03 +0000 (18:31 +0100)]
releasing version 0.8.11.5

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Thu, 17 Feb 2011 17:20:23 +0000 (18:20 +0100)]
merged from lp:~donkult/apt/sid

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Thu, 17 Feb 2011 14:23:50 +0000 (15:23 +0100)]
* apt-pkg/depcache.cc:
  - party revert fix in 0.8.11.2 which marked all packages as manual
    installed if the FromUser bit is set in the MarkInstall call.
    The default for this bit is true and aptitude depends on the old
    behavior so the package is only marked as manual if its not marked
    ("old" behavior) or if automatic installation is enabled - which
    aptitude disables always (see also #613775)

13 years agoRefresh PO files
bubulle@debian.org [Wed, 16 Feb 2011 18:57:31 +0000 (19:57 +0100)]
Refresh PO files

13 years ago* Add missing dot in French translation of manpages. Merci, Olivier
bubulle@debian.org [Wed, 16 Feb 2011 18:55:28 +0000 (19:55 +0100)]
* Add missing dot in French translation of manpages. Merci, Olivier
  Humbert.
* French translation update
* French manpages translation update

13 years agoreleasing version 0.8.11.4 0.8.11.4
Michael Vogt [Wed, 16 Feb 2011 14:04:02 +0000 (15:04 +0100)]
releasing version 0.8.11.4

13 years agomerged from donkult and fix dashish
Michael Vogt [Wed, 16 Feb 2011 13:36:36 +0000 (14:36 +0100)]
merged from donkult and fix dashish

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Tue, 15 Feb 2011 19:47:04 +0000 (20:47 +0100)]
* cmdline/apt-get.cc:
  - don't remove new dependencies of garbage packages (Closes: #613420)

13 years agotest/integration/: remove a bunch of "local" statements from the shellscript, keep...
Michael Vogt [Tue, 15 Feb 2011 15:04:46 +0000 (16:04 +0100)]
test/integration/: remove a bunch of "local" statements from the shellscript, keep tests running even on failure but log failures

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 15 Feb 2011 13:59:19 +0000 (14:59 +0100)]
merged from lp:~donkult/apt/sid

13 years ago* apt-pkg/contrib/error.cc:
David Kalnischkies [Tue, 15 Feb 2011 13:04:06 +0000 (14:04 +0100)]
* apt-pkg/contrib/error.cc:
  - ensure that va_list is not invalid in second try

13 years agoreleasing version 0.8.11.3 0.8.11.3
Michael Vogt [Mon, 14 Feb 2011 20:55:15 +0000 (21:55 +0100)]
releasing version 0.8.11.3

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 14 Feb 2011 20:42:04 +0000 (21:42 +0100)]
merged from lp:~donkult/apt/sid

13 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Mon, 14 Feb 2011 16:03:35 +0000 (17:03 +0100)]
* apt-pkg/contrib/fileutl.cc:
  - really detect bigendian machines by including config.h,
    so we can really (Closes: #612986)
* apt-pkg/contrib/mmap.cc:
  - Base has as 'valid' failure states 0 and -1 so add a simple
    validData method to check for failure states

13 years agoreleasing version 0.8.11.2 0.8.11.2
Michael Vogt [Mon, 14 Feb 2011 13:04:26 +0000 (14:04 +0100)]
releasing version 0.8.11.2

13 years agodoc/po/*: refreshed
Michael Vogt [Mon, 14 Feb 2011 12:51:00 +0000 (13:51 +0100)]
doc/po/*: refreshed

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 14 Feb 2011 11:05:35 +0000 (12:05 +0100)]
merged from lp:~donkult/apt/sid

13 years agouse inttypes to avoid suprises with different type sizes
David Kalnischkies [Mon, 14 Feb 2011 10:20:48 +0000 (11:20 +0100)]
use inttypes to avoid suprises with different type sizes

13 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Sun, 13 Feb 2011 12:06:03 +0000 (13:06 +0100)]
* apt-pkg/contrib/fileutl.cc:
  - reorder the loaded filesize bytes for big endian (Closes: #612986)
    Thanks to Jörg Sommer for the detailed analyse!

13 years agoupdate size of dynamic MMap as we write in from the outside
David Kalnischkies [Sun, 13 Feb 2011 10:37:22 +0000 (11:37 +0100)]
update size of dynamic MMap as we write in from the outside

13 years ago* apt-pkg/contrib/mmap.cc:
David Kalnischkies [Sat, 12 Feb 2011 18:40:47 +0000 (19:40 +0100)]
* apt-pkg/contrib/mmap.cc:
  - do not try to free the mapping if its is unset

13 years ago* methods/rred.cc:
David Kalnischkies [Sat, 12 Feb 2011 12:43:32 +0000 (13:43 +0100)]
* methods/rred.cc:
  - read patch into MMap only if we work on uncompressed patches

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 11 Feb 2011 16:47:50 +0000 (17:47 +0100)]
* apt-pkg/depcache.cc:
  - mark a package which was requested to be installed on commandline
    always as manual regardless if it is already marked or not as the
    marker could be lost later by the removal of rdepends (Closes: #612557)

13 years agouse apt-mark instead of hand-mangling with the extended_states file
David Kalnischkies [Thu, 10 Feb 2011 17:10:14 +0000 (18:10 +0100)]
use apt-mark instead of hand-mangling with the extended_states file

13 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Thu, 10 Feb 2011 16:51:44 +0000 (17:51 +0100)]
merged from lp:~mvo/apt/mvo

13 years ago* merged lp:~evfool/apt/fix641673:
Michael Vogt [Thu, 10 Feb 2011 16:47:32 +0000 (17:47 +0100)]
* merged lp:~evfool/apt/fix641673:
* merged lp:~evfool/apt/fix418552:
  - Grammar fix for bug LP: #418552, thanks to Robert Roth

13 years ago* merged lp:~evfool/apt/fix641673
Michael Vogt [Thu, 10 Feb 2011 16:38:16 +0000 (17:38 +0100)]
* merged lp:~evfool/apt/fix641673
  - String-fix in the source and the translations for the grammatical
    mistake reported in bug LP: #641673, thanks to Robert Roth

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Wed, 9 Feb 2011 21:57:51 +0000 (22:57 +0100)]
* cmdline/apt-get.cc:
  - add --install-suggests option (Closes: #473089)

13 years agoreleasing version 0.8.11.1 0.8.11.1
Michael Vogt [Wed, 9 Feb 2011 18:39:57 +0000 (19:39 +0100)]
releasing version 0.8.11.1

13 years agodebian/apt-utils.symbols: fix symbol instead of removing it
Michael Vogt [Wed, 9 Feb 2011 18:35:44 +0000 (19:35 +0100)]
debian/apt-utils.symbols: fix symbol instead of removing it

13 years agodebian/apt-utils.symbols: remove gcc-4.4 specific symbol to make it build again
Michael Vogt [Wed, 9 Feb 2011 17:30:16 +0000 (18:30 +0100)]
debian/apt-utils.symbols: remove gcc-4.4 specific symbol to make it build again

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Wed, 9 Feb 2011 09:20:52 +0000 (10:20 +0100)]
merged from lp:~donkult/apt/sid

13 years ago* debian/apt.symbols:
David Kalnischkies [Tue, 8 Feb 2011 21:33:27 +0000 (22:33 +0100)]
* debian/apt.symbols:
  - add more arch dependent symbols

13 years ago[ Stefan Lippers-Hollmann ]
Stefan Lippers-Hollmann [Tue, 8 Feb 2011 21:26:15 +0000 (22:26 +0100)]
[ Stefan Lippers-Hollmann ]
* cmdline/apt-key:
  - fix root test which prevented setting of trustdb-name
    which lets gpg fail if it adds/remove keys from trusted.gpg
    as it tries to open the (maybe) not existent /root/.gnupg

13 years agoreleasing version 0.8.11 0.8.11
Michael Vogt [Tue, 8 Feb 2011 12:09:59 +0000 (13:09 +0100)]
releasing version 0.8.11

13 years agomerged lp:~donkult/apt/sid
Michael Vogt [Tue, 8 Feb 2011 11:57:42 +0000 (12:57 +0100)]
merged lp:~donkult/apt/sid

13 years agoupdate apt.symbols file to reflect 0.8.11 release
David Kalnischkies [Tue, 8 Feb 2011 11:53:51 +0000 (12:53 +0100)]
update apt.symbols file to reflect 0.8.11 release

13 years agopo/*: make update-po
Michael Vogt [Tue, 8 Feb 2011 10:09:01 +0000 (11:09 +0100)]
po/*: make update-po

13 years agodebian/changelog, debian/NEWS: prepare upload
Michael Vogt [Tue, 8 Feb 2011 10:01:25 +0000 (11:01 +0100)]
debian/changelog, debian/NEWS: prepare upload

13 years agomerged lp:~donkult/apt/sid
Michael Vogt [Tue, 8 Feb 2011 09:35:39 +0000 (10:35 +0100)]
merged lp:~donkult/apt/sid

13 years agomerged from lp:~mvo/apt/mvo (which is really lp:~donkult/apt/sid with some updated...
Michael Vogt [Tue, 8 Feb 2011 09:27:51 +0000 (10:27 +0100)]
merged from lp:~mvo/apt/mvo (which is really lp:~donkult/apt/sid with some updated comments ;)

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 8 Feb 2011 09:25:47 +0000 (10:25 +0100)]
merged from lp:~donkult/apt/sid

13 years agoa notice is printed for ignored files (Closes: #597615)
David Kalnischkies [Mon, 7 Feb 2011 21:15:51 +0000 (22:15 +0100)]
a notice is printed for ignored files (Closes: #597615)

13 years ago* apt-pkg/contrib/error.cc:
David Kalnischkies [Mon, 7 Feb 2011 20:42:36 +0000 (21:42 +0100)]
* apt-pkg/contrib/error.cc:
  - remove 400 char size limit of error messages (LP: #365611)

13 years agorename changelog and autoremove testfile to indicate better what is tested
David Kalnischkies [Mon, 7 Feb 2011 16:57:06 +0000 (17:57 +0100)]
rename changelog and autoremove testfile to indicate better what is tested

13 years agoimplement --print-uris for download command
David Kalnischkies [Mon, 7 Feb 2011 16:54:49 +0000 (17:54 +0100)]
implement --print-uris for download command

13 years agoimplement download-only for changelog command which downloads the
David Kalnischkies [Mon, 7 Feb 2011 16:30:06 +0000 (17:30 +0100)]
implement download-only for changelog command which downloads the
changelog to the file $PKGNAME.changelog in the current directory

13 years agoimplement --print-uris support for changelog command
David Kalnischkies [Mon, 7 Feb 2011 13:55:11 +0000 (14:55 +0100)]
implement --print-uris support for changelog command

13 years agotest changelogs locally instead of depending on an online service
David Kalnischkies [Mon, 7 Feb 2011 13:38:01 +0000 (14:38 +0100)]
test changelogs locally instead of depending on an online service

13 years agoalways do removes first and set not installed remove packages
David Kalnischkies [Mon, 7 Feb 2011 12:08:43 +0000 (13:08 +0100)]
always do removes first and set not installed remove packages
on hold to prevent temporary installation later (Closes: #549968)

13 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Mon, 7 Feb 2011 10:45:06 +0000 (11:45 +0100)]
* apt-pkg/pkgcachegen.cc:
  - in multiarch, let :all packages conflict with :any packages
    with a different version to be sure

13 years agoallow conflicts in the same group again (Closes: #612099)
David Kalnischkies [Mon, 7 Feb 2011 10:32:55 +0000 (11:32 +0100)]
allow conflicts in the same group again (Closes: #612099)

13 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Mon, 7 Feb 2011 10:23:28 +0000 (11:23 +0100)]
* apt-pkg/algorithms.cc:
  - mark pseudo packages of installed all packages as configured
    in the simulation as we don't call configure for these packages

13 years ago* cmdline/apt-cache.cc:
David Kalnischkies [Fri, 4 Feb 2011 21:56:51 +0000 (22:56 +0100)]
* cmdline/apt-cache.cc:
  - remove not implemented 'apt-cache add' command
* doc/apt-cache.8.xml:
  - describe reality as apt-cache just queries and doesn't manipulate
    the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)

13 years agotest various situation with and without autobit setting
David Kalnischkies [Thu, 3 Feb 2011 22:25:53 +0000 (23:25 +0100)]
test various situation with and without autobit setting

13 years agocheck that the right amount of packages is installed if multiple passed in
David Kalnischkies [Thu, 3 Feb 2011 22:25:41 +0000 (23:25 +0100)]
check that the right amount of packages is installed if multiple passed in

13 years agoremove duplicated config-option setting and rename testdpkgnotinstalled
David Kalnischkies [Thu, 3 Feb 2011 21:48:37 +0000 (22:48 +0100)]
remove duplicated config-option setting and rename testdpkgnotinstalled

13 years agomerged from the debian-sid branch
Michael Vogt [Thu, 3 Feb 2011 14:37:41 +0000 (15:37 +0100)]
merged from the debian-sid branch

13 years agomerge 'after squeeze release'-stuff
David Kalnischkies [Thu, 3 Feb 2011 13:22:32 +0000 (14:22 +0100)]
merge 'after squeeze release'-stuff

[ David Kalnischkies ]
* apt-pkg/depcache.cc:
  - add SetCandidateRelease() to set a candidate version and
    the candidates of dependencies if needed to a specified
    release (Closes: #572709)
* cmdline/apt-get.cc:
  - if --print-uris is used don't setup downloader as we don't need
    progress, lock nor the directories it would create otherwise
  - show dependencies of essential packages which are going to remove
    only if they cause the remove of this essential (Closes: #601961)
  - keep not installed garbage packages uninstalled instead of showing
    in the autoremove section and installing those (Closes: #604222)
  - change pkg/release behavior to use the new SetCandidateRelease
    so installing packages from experimental or backports is easier
  - really do not show packages in the extra section if they were
    requested on the commandline, e.g. with a modifier (Closes: #184730)
* debian/control:
  - add Vcs-Browser now that loggerhead works again (Closes: #511168)
  - depend on debhelper 7 to raise compat level
  - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
* apt-pkg/contrib/fileutl.cc:
  - add a RealFileExists method and check that your configuration files
    are real files to avoid endless loops if not (Closes: #604401)
  - ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
* apt-pkg/contrib/weakptr.h:
  - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
* methods/https.cc:
  - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
* deb/dpkgpm.cc:
  - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
    Reinholdtsen for report and patch! (Closes: #607803)
* doc/apt.conf.5.xml:
  - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
* apt-inst/contrib/extracttar.cc:
  - let apt-utils work with encoded tar headers if uid/gid are large.
    Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
* apt-pkg/cacheiterator.h:
  - do not segfault if cache is not build (Closes: #254770)
* doc/apt-get.8.xml:
  - remove duplicated mentioning of --install-recommends
* doc/sources.list.5.xml:
  - remove obsolete references to non-us (Closes: #594495)
* debian/rules:
  - use -- instead of deprecated -u for dh_gencontrol
  - remove shlibs.local creation and usage
  - show differences in the symbol files, but never fail
* pre-build.sh:
  - remove as it is not needed for a working 'bzr bd'
* debian/{apt,apt-utils}.symbols:
  - ship experimental unmangled c++ symbol files
* methods/rred.cc:
  - operate optional on gzip compressed pdiffs
* apt-pkg/acquire-item.cc:
  - don't uncompress downloaded pdiff files before feeding it to rred
  - try downloading clearsigned InRelease before trying Release.gpg
  - change the internal handling of Extensions in pkgAcqIndex
  - add a special uncompressed compression type to prefer those files
  - download and use i18n/Index to choose which Translations to download
* cmdline/apt-key:
  - don't set trustdb-name as non-root so 'list' and 'finger'
    can be used without being root (Closes: #393005, #592107)
* apt-pkg/deb/deblistparser.cc:
  - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
* ftparchive/writer.cc:
  - add config option to search for more patterns in release command
  - include Index files by default in the Release file
* methods/{gzip,bzip}.cc:
  - print a good error message if FileSize() is zero
* apt-pkg/aptconfiguration.cc:
  - remove the inbuilt Translation files whitelist

13 years agomerged from the lp:~mvo/apt/mvo branch
Michael Vogt [Wed, 2 Feb 2011 21:49:41 +0000 (22:49 +0100)]
merged from the lp:~mvo/apt/mvo branch

13 years ago* debian/control:
Michael Vogt [Wed, 2 Feb 2011 21:43:14 +0000 (22:43 +0100)]
* debian/control:
  - make Vcs-Bzr point to http://bzr.debian.org/apt/debian-squeeze
    branch