ntk/apt.git
13 years agoadd the methods we will need to write to make working with EDSP possible
David Kalnischkies [Thu, 31 Mar 2011 12:56:10 +0000 (14:56 +0200)]
add the methods we will need to write to make working with EDSP possible

13 years agostrip the Dir::state from the config name as it will never be there
David Kalnischkies [Thu, 31 Mar 2011 12:50:34 +0000 (14:50 +0200)]
strip the Dir::state from the config name as it will never be there

13 years agoparse the state of the package from the scenario file correctly
David Kalnischkies [Thu, 31 Mar 2011 10:17:39 +0000 (12:17 +0200)]
parse the state of the package from the scenario file correctly

13 years agorename the 'universe' to 'scenario' to reflect the naming in the draft
David Kalnischkies [Thu, 31 Mar 2011 09:58:24 +0000 (11:58 +0200)]
rename the 'universe' to 'scenario' to reflect the naming in the draft

13 years agoadd a special scenario filename for using stdin
David Kalnischkies [Thu, 31 Mar 2011 09:47:01 +0000 (11:47 +0200)]
add a special scenario filename for using stdin

13 years agobe able to write solutions, too
David Kalnischkies [Wed, 30 Mar 2011 20:15:40 +0000 (22:15 +0200)]
be able to write solutions, too

13 years agoadd a first round of stuff needed for talking between APT and solvers
David Kalnischkies [Wed, 30 Mar 2011 15:23:43 +0000 (17:23 +0200)]
add a first round of stuff needed for talking between APT and solvers
based on a very early draft for EDSP by Stefano

APT can now write a scenario as well as load most stuff from it.

13 years agobe able to disable resolver with APT::Get::CallResolver and disable
David Kalnischkies [Tue, 29 Mar 2011 11:13:25 +0000 (13:13 +0200)]
be able to disable resolver with APT::Get::CallResolver and disable
auto installation with APT::Get::AutoSolving

13 years agobe able to disable resolver with APT::Get::AutoSolving
David Kalnischkies [Mon, 28 Mar 2011 12:10:49 +0000 (14:10 +0200)]
be able to disable resolver with APT::Get::AutoSolving

13 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Mon, 28 Mar 2011 10:29:38 +0000 (12:29 +0200)]
* apt-pkg/deb/deblistparser.cc:
  - create foo:any provides for all architectures for an allowed package

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Sat, 26 Mar 2011 11:53:51 +0000 (12:53 +0100)]
* cmdline/apt-get.cc:
  - do not show simulation notice for non-root commands (Closes: #619072)

13 years agodo not change protected packages in autoinstall (Closes: #618848)
David Kalnischkies [Sat, 26 Mar 2011 11:41:51 +0000 (12:41 +0100)]
do not change protected packages in autoinstall (Closes: #618848)

13 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Sat, 26 Mar 2011 00:31:32 +0000 (01:31 +0100)]
* apt-pkg/aptconfiguration.cc:
  - use dpkg --print-foreign-architectures to get multiarch configuration
    if non is specified with APT::Architectures (Closes: #612958)

13 years ago* apt-pkg/cacheiterator.h:
David Kalnischkies [Fri, 25 Mar 2011 21:12:29 +0000 (22:12 +0100)]
* apt-pkg/cacheiterator.h:
  - return "all" instead of native architecture without breaking the abi
    (too much) by extending enum instead of using bitflags (LP: #733741)

With the next abi break that enum should be a char bitflag instead

13 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Fri, 25 Mar 2011 19:17:32 +0000 (20:17 +0100)]
* apt-pkg/pkgcachegen.cc:
  - make "all"->"native" an implementation detail of NewPackage
    rather than rewrite it in higher methods

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 25 Mar 2011 19:06:40 +0000 (20:06 +0100)]
* apt-pkg/depcache.cc:
  - remove pseudo handling leftover from SetReInstall

13 years agodocument ButAutomaticUpgrades together with NotAutomatic
David Kalnischkies [Wed, 23 Mar 2011 01:21:58 +0000 (02:21 +0100)]
document ButAutomaticUpgrades together with NotAutomatic
as suggested by Charles Plessy (Closes: #619083)

13 years ago* doc/apt_preferences.5.xml:
David Kalnischkies [Wed, 23 Mar 2011 01:09:14 +0000 (02:09 +0100)]
* doc/apt_preferences.5.xml:
  - correct typo spotted by Charles Plessy (Closes: #619088)

13 years ago* debian/apt.conf.autoremove:
David Kalnischkies [Wed, 23 Mar 2011 01:06:28 +0000 (02:06 +0100)]
* debian/apt.conf.autoremove:
  - adapt to new gnumach kernel package naming (Closes: #619337)

13 years ago* apt-pkg/deb/deblistparser.h:
David Kalnischkies [Wed, 23 Mar 2011 00:54:52 +0000 (01:54 +0100)]
* apt-pkg/deb/deblistparser.h:
  - enable StripMultiArch by default for ParseDepends

13 years agoadd a method to insert packages into dpkg's status file
David Kalnischkies [Wed, 23 Mar 2011 00:50:32 +0000 (01:50 +0100)]
add a method to insert packages into dpkg's status file

13 years agoreorganize the marker methods a bit by moving the common part to a
David Kalnischkies [Sun, 20 Mar 2011 18:52:53 +0000 (19:52 +0100)]
reorganize the marker methods a bit by moving the common part to a
seperate IsModeChangeOk which checks sanity and dpkg holds

13 years ago* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
David Kalnischkies [Wed, 16 Mar 2011 20:26:54 +0000 (21:26 +0100)]
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
  - mark them as deprecated as they are unused

13 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Wed, 16 Mar 2011 17:39:11 +0000 (18:39 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - skip --configure if all packages disappeared

13 years agoenable buildsimplenativepackage to build packages for multiple
David Kalnischkies [Wed, 16 Mar 2011 17:18:32 +0000 (18:18 +0100)]
enable buildsimplenativepackage to build packages for multiple
architectures in a row as it is needed for Multi-Arch:same that
the shared files are the same

13 years agoreleasing version 0.8.13 0.8.13
Michael Vogt [Wed, 16 Mar 2011 07:22:04 +0000 (08:22 +0100)]
releasing version 0.8.13

13 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Tue, 15 Mar 2011 08:19:23 +0000 (09:19 +0100)]
merged from lp:~mvo/apt/mvo

13 years agoapt-pkg/acquire-method.cc: fix copy/paste error
Michael Vogt [Tue, 15 Mar 2011 08:07:02 +0000 (09:07 +0100)]
apt-pkg/acquire-method.cc: fix copy/paste error

13 years agomethods/mirror.cc: randomize only based on hostname
Michael Vogt [Mon, 14 Mar 2011 17:03:14 +0000 (18:03 +0100)]
methods/mirror.cc: randomize only based on hostname

13 years agomethods/mirror.cc: init random seed at startup
Michael Vogt [Mon, 14 Mar 2011 15:40:29 +0000 (16:40 +0100)]
methods/mirror.cc: init random seed at startup

13 years agoapt-pkg/acquire-item.cc: add some more missing Fail-Ignore
Michael Vogt [Mon, 14 Mar 2011 15:27:24 +0000 (16:27 +0100)]
apt-pkg/acquire-item.cc: add some more missing Fail-Ignore

13 years agorandomize mirror list to ensure more even load
Michael Vogt [Mon, 14 Mar 2011 14:44:08 +0000 (15:44 +0100)]
randomize mirror list to ensure more even load

13 years agoapt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the mirror...
Michael Vogt [Mon, 14 Mar 2011 14:08:52 +0000 (15:08 +0100)]
apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the mirror methods does not retry on each mirror

13 years agodebian/changelog: mark UNRELEASED
Michael Vogt [Mon, 14 Mar 2011 12:17:25 +0000 (13:17 +0100)]
debian/changelog: mark UNRELEASED

13 years ago* po/sl.po:
Michael Vogt [Mon, 14 Mar 2011 12:14:05 +0000 (13:14 +0100)]
* po/sl.po:
  - updated, thanks to Andrej Znidarsic

13 years ago* mirror method:
Michael Vogt [Mon, 14 Mar 2011 10:34:32 +0000 (11:34 +0100)]
* mirror method:
  - when downloading data, show the mirror being used

13 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Fri, 11 Mar 2011 12:57:52 +0000 (13:57 +0100)]
merged from lp:~mvo/apt/mvo

13 years agomethods/mirror.cc: improve debug output and fix selecting the next mirror
Michael Vogt [Fri, 11 Mar 2011 12:53:50 +0000 (13:53 +0100)]
methods/mirror.cc: improve debug output and fix selecting the next mirror

13 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Fri, 11 Mar 2011 10:24:49 +0000 (11:24 +0100)]
* apt-pkg/acquire-item.cc:
  - mark pkgAcqIndexTrans as Index-File to avoid asking the
    user to insert the CD on each apt-get update

13 years agorename debian/apt.cron.daily back for now until the conffile is properly copyied
Michael Vogt [Fri, 11 Mar 2011 09:59:01 +0000 (10:59 +0100)]
rename debian/apt.cron.daily back for now until the conffile is properly copyied

13 years ago* debian/zzapt.cron.daily:
Michael Vogt [Thu, 10 Mar 2011 14:57:50 +0000 (15:57 +0100)]
* debian/zzapt.cron.daily:
  - move cron job to the end of execution (LP: #727685)
* methods/rsh.cc
  - fix rsh/ssh option parsing (LP: #678080), thanks to
    Ville Mattila

13 years agomerged from debian-sid
Michael Vogt [Thu, 10 Mar 2011 14:45:47 +0000 (15:45 +0100)]
merged from debian-sid

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!