ntk/apt.git
11 years ago - add method to open (maybe) clearsigned files transparently
David Kalnischkies [Mon, 18 Mar 2013 18:36:55 +0000 (19:36 +0100)]
  - add method to open (maybe) clearsigned files transparently
* ftparchive/writer.cc:
  - use OpenMaybeClearSignedFile to be free from detecting and
    skipping clearsigning metadata in dsc files

11 years agorename testcase to mention CVE number, make the code more consistent with
David Kalnischkies [Mon, 18 Mar 2013 16:06:51 +0000 (17:06 +0100)]
rename testcase to mention CVE number, make the code more consistent with
the rest and add some more tests (by fixing commented ones)

11 years agoensure that we fclose/unlink/free in the new gpg-code as soon as possible
David Kalnischkies [Sat, 16 Mar 2013 11:40:43 +0000 (12:40 +0100)]
ensure that we fclose/unlink/free in the new gpg-code as soon as possible

11 years agoadd testcase and update changelog
Michael Vogt [Sat, 16 Mar 2013 09:08:28 +0000 (10:08 +0100)]
add testcase and update changelog

11 years agomerged from davids bundle
Michael Vogt [Sat, 16 Mar 2013 08:15:46 +0000 (09:15 +0100)]
merged from davids bundle

11 years ago - if ExecGPGV deals with a clear-signed file it will split this file
David Kalnischkies [Fri, 15 Mar 2013 17:53:53 +0000 (18:53 +0100)]
  - if ExecGPGV deals with a clear-signed file it will split this file
    into data and signatures, pass it to gpgv for verification and
    recombines it after that in a known-good way without unsigned blocks
    and whitespaces resulting usually in more or less the same file as
    before, but later code can be sure about the format
* apt-pkg/deb/debmetaindex.cc:
  - reenable InRelease by default

11 years agosplit out a method to strip whitespaces only on the right side
Michael Vogt [Fri, 15 Mar 2013 13:57:27 +0000 (14:57 +0100)]
split out a method to strip whitespaces only on the right side

11 years ago* apt-pkg/acquire-item.cc:
David Kalnischkies [Fri, 15 Mar 2013 13:55:43 +0000 (14:55 +0100)]
* apt-pkg/acquire-item.cc:
  - keep the last good InRelease file around just as we do it with
    Release.gpg in case the new one we download isn't good for us

11 years agodon't close stdout/stderr if it is also the statusfd
David Kalnischkies [Fri, 15 Mar 2013 13:49:05 +0000 (14:49 +0100)]
don't close stdout/stderr if it is also the statusfd

11 years ago* apt-pkg/contrib/gpgv.cc:
David Kalnischkies [Fri, 15 Mar 2013 13:29:46 +0000 (14:29 +0100)]
* apt-pkg/contrib/gpgv.cc:
  - ExecGPGV is a method which should never return, so mark it as such
    and fix the inconsistency of returning in error cases

11 years ago* apt-pkg/indexcopy.cc:
David Kalnischkies [Fri, 15 Mar 2013 13:17:01 +0000 (14:17 +0100)]
* apt-pkg/indexcopy.cc:
  - rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc

11 years ago* SECURITY UPDATE: InRelease verification bypass 0.9.7.8
Michael Vogt [Thu, 14 Mar 2013 13:26:43 +0000 (14:26 +0100)]
* SECURITY UPDATE: InRelease verification bypass
  - CVE-2013-1051

* apt-pkg/deb/debmetaindex.cc,
  test/integration/test-bug-595691-empty-and-broken-archive-files,
  test/integration/test-releasefile-verification:
  - disable InRelease downloading until the verification issue is
    fixed, thanks to Ansgar Burchardt for finding the flaw

11 years agoreleasing version 0.9.7.7 0.9.7.7
Michael Vogt [Thu, 13 Dec 2012 09:01:52 +0000 (10:01 +0100)]
releasing version 0.9.7.7

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Thu, 13 Dec 2012 08:25:15 +0000 (09:25 +0100)]
merged from lp:~donkult/apt/sid

11 years agochange permissions of /var/log/apt/term.log to 0640 (LP: #975199)
Michael Vogt [Thu, 13 Dec 2012 08:02:04 +0000 (09:02 +0100)]
change permissions of /var/log/apt/term.log to 0640 (LP: #975199)

11 years agoFix Plural forms in German, French, Japanese and Portuguese
bubulle@debian.org [Sat, 8 Dec 2012 18:35:40 +0000 (19:35 +0100)]
Fix Plural forms in German, French, Japanese and Portuguese
translations. Thanks to Jakub Wilk for reporting these errors.

11 years agoVietnamese (Trần Ngọc Quân). Closes: #693773
bubulle@debian.org [Tue, 20 Nov 2012 20:10:47 +0000 (21:10 +0100)]
Vietnamese (Trần Ngọc Quân). Closes: #693773

11 years ago* apt-pkg/algorithms.cc:
Jonathan Thomas [Sat, 10 Nov 2012 13:25:45 +0000 (14:25 +0100)]
* apt-pkg/algorithms.cc:
  - fix package-pointer array memory leak in ResolveByKeepInternal()

11 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Fri, 9 Nov 2012 10:00:02 +0000 (11:00 +0100)]
* apt-pkg/algorithms.cc:
  - ensure pkgProblemResolver calls MarkDelete without FromUser set
    so that it can't overrule holds and the protection flag

11 years ago* cmdline/apt-get.cc:
David Kalnischkies [Fri, 9 Nov 2012 09:49:21 +0000 (10:49 +0100)]
* cmdline/apt-get.cc:
  - do not call Mark{Install,Delete} from the autoremove code with
    the FromUser bit set to avoid modifying the auto-installed bit

11 years agono mode changes should obviously be ok for pkgDepCache::IsModeChangeOk
David Kalnischkies [Fri, 9 Nov 2012 09:47:30 +0000 (10:47 +0100)]
no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk

11 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 9 Nov 2012 09:43:12 +0000 (10:43 +0100)]
* apt-pkg/depcache.cc:
  - don't call MarkInstall with the FromUser flag set for packages
    which are dependencies of APT::Never-MarkAuto-Sections matchers

11 years agomerged frm donkult
Michael Vogt [Thu, 1 Nov 2012 09:30:49 +0000 (10:30 +0100)]
merged frm donkult

11 years agoThai (Theppitak Karoonboonyanan). Closes: #691613
bubulle@debian.org [Sun, 28 Oct 2012 07:26:07 +0000 (08:26 +0100)]
Thai (Theppitak Karoonboonyanan). Closes: #691613

11 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Tue, 23 Oct 2012 23:30:19 +0000 (01:30 +0200)]
* apt-pkg/packagemanager.cc:
  - do not do lock-step configuration for a M-A:same package if it isn't
    unpacked yet in SmartConfigure and do not unpack a M-A:same package
    again in SmartUnPack if we have already configured it (LP: #1062503)

11 years agoadds a comment for Translators to the 'do as I say' prompt to
David Kalnischkies [Sat, 20 Oct 2012 13:23:21 +0000 (15:23 +0200)]
adds a comment for Translators to the 'do as I say' prompt to
prevent problems like #691024 in new translations

11 years agoDrop a confusing non-breaking space. Closes: #691024
bubulle@debian.org [Sat, 20 Oct 2012 12:48:07 +0000 (14:48 +0200)]
Drop a confusing non-breaking space. Closes: #691024

11 years agoCatalan (Jordi Mallach)
Jordi Mallach [Fri, 19 Oct 2012 12:10:37 +0000 (14:10 +0200)]
Catalan (Jordi Mallach)

11 years agoreleasing version 0.9.7.6 0.9.7.6
Michael Vogt [Tue, 16 Oct 2012 16:29:59 +0000 (18:29 +0200)]
releasing version 0.9.7.6

11 years ago* apt-pkg/pkgcachegen.cc:
Michael Vogt [Mon, 15 Oct 2012 14:00:44 +0000 (16:00 +0200)]
* apt-pkg/pkgcachegen.cc:
  - Fix crash if the cache is remapped while writing a Provides version
    (LP: #1066445).

11 years agomerge from lp:~donkult/apt/sid
Michael Vogt [Mon, 15 Oct 2012 07:59:12 +0000 (09:59 +0200)]
merge from lp:~donkult/apt/sid

11 years agoremove 256 char line limit by using getline() (POSIX.1-2008)
David Kalnischkies [Sat, 13 Oct 2012 16:56:23 +0000 (18:56 +0200)]
remove 256 char line limit by using getline() (POSIX.1-2008)

11 years ago* apt-pkg/contrib/netrc.cc:
David Kalnischkies [Sat, 13 Oct 2012 15:25:07 +0000 (17:25 +0200)]
* apt-pkg/contrib/netrc.cc:
  - remove the 64 char limit for login/password in internal usage

11 years agoAdd a Closes tag for the self-conflict fix:
David Kalnischkies [Sat, 13 Oct 2012 11:21:13 +0000 (13:21 +0200)]
Add a Closes tag for the self-conflict fix:
ignore negative dependencies applying in the same group for M-A:same
packages on the real package name as self-conflicts (Closes: #688863)

11 years ago* apt-pkg/policy.cc:
David Kalnischkies [Sat, 13 Oct 2012 11:18:29 +0000 (13:18 +0200)]
* apt-pkg/policy.cc:
  - match pins with(out) an architecture as we do on the commandline
    (partly fixing #687255, b= support has to wait for jessie)

11 years ago* apt-pkg/edsp.cc:
David Kalnischkies [Sat, 13 Oct 2012 10:14:44 +0000 (12:14 +0200)]
* apt-pkg/edsp.cc:
  - include reinstall requests and already installed (= protected) packages
    in the install-request for external resolvers (Closes: #689331)

11 years agowrite the native architecture as unique string into the cache header
David Kalnischkies [Sat, 13 Oct 2012 09:16:30 +0000 (11:16 +0200)]
write the native architecture as unique string into the cache header
as it is used for arch:all packages as a map to arch:native.
Otherwise arch comparisons later will see differences (Closes: #689323)

11 years agocorrect "3 missing" to "2 missing" remap registrations as the Version
David Kalnischkies [Sat, 13 Oct 2012 07:59:54 +0000 (09:59 +0200)]
correct "3 missing" to "2 missing" remap registrations as the Version
handled in NewVersion is already registered

11 years agomerged lp:~mvo/apt/mvo
Michael Vogt [Fri, 12 Oct 2012 12:44:09 +0000 (14:44 +0200)]
merged lp:~mvo/apt/mvo

11 years agoUkrainian program translation update (A. Bondarenko)
A. Bondarenko [Tue, 2 Oct 2012 09:08:50 +0000 (11:08 +0200)]
Ukrainian program translation update (A. Bondarenko)

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 28 Sep 2012 12:50:38 +0000 (14:50 +0200)]
merged from lp:~donkult/apt/sid

11 years ago* cmdline/apt-cache.cc:
David Kalnischkies [Wed, 26 Sep 2012 19:34:49 +0000 (21:34 +0200)]
* cmdline/apt-cache.cc:
  - print versioned dependency relations in (r)depends if the option
    APT::Cache::ShowVersion is true (default: false) as discussed in
    #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder
    for initial patch and Steve McIntyre for nagging and testing!

11 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Wed, 19 Sep 2012 10:04:02 +0000 (12:04 +0200)]
* apt-pkg/pkgcache.cc:
  - ignore negative dependencies applying in the same group for
    M-A:same packages on the real package name as self-conflicts

11 years agoadd 3 missing remap registrations causing a segfault in case
David Kalnischkies [Wed, 19 Sep 2012 09:39:20 +0000 (11:39 +0200)]
add 3 missing remap registrations causing a segfault in case
we use the not remapped iterators after a move of the mmap again

11 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Wed, 19 Sep 2012 09:35:53 +0000 (11:35 +0200)]
* apt-pkg/pkgcachegen.cc:
  - ensure that dependencies for packages:none are always generated

11 years agoreleasing version 0.9.7.5 0.9.7.5
Michael Vogt [Tue, 11 Sep 2012 16:07:34 +0000 (18:07 +0200)]
releasing version 0.9.7.5

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 11 Sep 2012 12:32:24 +0000 (14:32 +0200)]
merged from lp:~donkult/apt/sid

11 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Sun, 9 Sep 2012 19:22:54 +0000 (21:22 +0200)]
* apt-pkg/pkgcachegen.cc:
  - do not create 'native' (or now 'none') package structures as a side
    effect of description translation parsing as it pollutes the cache

11 years agohandle packages without a mandatory architecture (debian-policy §5.3)
David Kalnischkies [Sun, 9 Sep 2012 14:03:52 +0000 (16:03 +0200)]
handle packages without a mandatory architecture (debian-policy §5.3)
by introducing a pseudo-architecture 'none' so that the small group of
users with these packages can get right of them without introducing too
much hassle for other users (Closes: #686346)

11 years agoPortuguese (Américo Monteiro) (Closes: #686975)
bubulle@debian.org [Sat, 8 Sep 2012 17:01:36 +0000 (19:01 +0200)]
Portuguese (Américo Monteiro) (Closes: #686975)

11 years agoapt-pkg/aptconfiguration.h: fix compiler error
Michael Vogt [Tue, 4 Sep 2012 13:34:39 +0000 (15:34 +0200)]
apt-pkg/aptconfiguration.h: fix compiler error

11 years agomerged lp:~donkult/apt/sid
Michael Vogt [Tue, 4 Sep 2012 12:49:41 +0000 (14:49 +0200)]
merged lp:~donkult/apt/sid

11 years agoreport the package name with architecture in the "no file" error message
David Kalnischkies [Mon, 3 Sep 2012 11:03:02 +0000 (13:03 +0200)]
report the package name with architecture in the "no file" error message

11 years agounpack versions only in case a different version from the package
David Kalnischkies [Mon, 3 Sep 2012 10:42:22 +0000 (12:42 +0200)]
unpack versions only in case a different version from the package
and avoid re-unpack otherwise (Closes: #670900)

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Mon, 3 Sep 2012 10:28:19 +0000 (12:28 +0200)]
* apt-pkg/cdrom.cc:
  - copy only configured translation files from a CD-ROM and not all
    available translation files preventing new installs with d-i from
    being initialized with all translations (Closes: #678227)
  - handle Components in the reduction for the source.list as multi-arch CDs
    otherwise create duplicated source entries (e.g. "wheezy main main")

11 years ago - do not create duplicated flat-archive CD-ROM sources for foreign
David Kalnischkies [Mon, 3 Sep 2012 10:26:34 +0000 (12:26 +0200)]
  - do not create duplicated flat-archive CD-ROM sources for foreign
    architectures on multi-arch CD-ROMs
  - do not warn about files which have a record in the Release file, but
    are not present on the CD to mirror the behavior of the other methods
    and to allow uncompressed indexes to be dropped without scaring users
  - handle Components in the reduction for the source.list as multi-arch CDs

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Sun, 2 Sep 2012 19:32:40 +0000 (21:32 +0200)]
* apt-pkg/cdrom.cc:
  - handle Components in the reduction for the source.list as multi-arch cds
    otherwise create duplicated source entries (e.g. "wheezy main main")

11 years ago* apt-pkg/indexcopy.cc:
David Kalnischkies [Sun, 2 Sep 2012 16:31:07 +0000 (18:31 +0200)]
* apt-pkg/indexcopy.cc:
  - do not create duplicated flat-archive cdrom sources for foreign
    architectures on multi-arch cdroms

11 years ago* Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)
KURASAWA Nozomu [Thu, 30 Aug 2012 20:29:51 +0000 (22:29 +0200)]
* Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)

11 years ago* doc/apt_preferences.5.xml:
David Kalnischkies [Thu, 30 Aug 2012 11:06:33 +0000 (13:06 +0200)]
* doc/apt_preferences.5.xml:
  - use the correct interval (x <= P < y) for pin value documentation as
    these are the intervals used by the code (Closes: #685989)

11 years ago* debian/control:
Raphael Geissert [Thu, 30 Aug 2012 10:30:26 +0000 (12:30 +0200)]
* debian/control:
  - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
    method supports the new redirection-style, thanks to Raphael Geissert
    for reporting & testing (Closes: #685192)

11 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Thu, 30 Aug 2012 10:21:32 +0000 (12:21 +0200)]
* apt-pkg/packagemanager.cc:
  - unpack versions in case a different version from the package
    is currently in unpack state to recover from broken system states
    (like different file in M-A:same package and other dpkg errors)

11 years agoapt-pkg/contrib/netrc.cc: use a slightly smaller login/password size
Michael Vogt [Tue, 28 Aug 2012 09:44:26 +0000 (11:44 +0200)]
apt-pkg/contrib/netrc.cc: use a slightly smaller login/password size

11 years agomake netrc parser more robust and parser biger login tokens, thanks to "TJ" (LP:...
Michael Vogt [Mon, 13 Aug 2012 15:27:05 +0000 (17:27 +0200)]
make netrc parser more robust and parser biger login tokens, thanks to "TJ" (LP: #1008289)

11 years agoJapanese (KURASAWA Nozomu) (Closes: #684435)
bubulle@debian.org [Fri, 10 Aug 2012 05:53:28 +0000 (07:53 +0200)]
Japanese (KURASAWA Nozomu) (Closes: #684435)

11 years agoreleasing version 0.9.7.4 0.9.7.4
Michael Vogt [Mon, 6 Aug 2012 15:53:58 +0000 (17:53 +0200)]
releasing version 0.9.7.4

11 years agomerged from david
Michael Vogt [Mon, 6 Aug 2012 13:53:50 +0000 (15:53 +0200)]
merged from david

11 years agodisable the display of the error messages for DoInstall if DoBuildDep
David Kalnischkies [Sun, 5 Aug 2012 23:09:07 +0000 (01:09 +0200)]
disable the display of the error messages for DoInstall if DoBuildDep
is calling the helper (enabled by enforcing failure reporting)

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Sun, 5 Aug 2012 12:16:24 +0000 (14:16 +0200)]
* apt-pkg/cdrom.cc:
  - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
    to ensure that apt-cdrom can be run multiple times (Closes: #676302)

11 years ago* apt-pkg/indexcopy.cc:
David Kalnischkies [Sun, 5 Aug 2012 10:36:46 +0000 (12:36 +0200)]
* apt-pkg/indexcopy.cc:
  - do not use atomic writing if the target is /dev/null as we don't want
    to replace it, not even automically. (Closes: #683410)

11 years agoensure that the right architecture is used for cross-dependencies in
David Kalnischkies [Sun, 5 Aug 2012 10:23:59 +0000 (12:23 +0200)]
ensure that the right architecture is used for cross-dependencies in
cases we have to choose a provider by defaulting on host-arch
instead of build-arch

11 years agoimprove the check for purely virtuals as provided packages aren't
David Kalnischkies [Sat, 4 Aug 2012 19:37:41 +0000 (21:37 +0200)]
improve the check for purely virtuals as provided packages aren't
purely virtual and shouldn't error out cause of that

11 years ago* doc/apt-verbatim.ent:
David Kalnischkies [Sat, 4 Aug 2012 10:52:49 +0000 (12:52 +0200)]
* doc/apt-verbatim.ent:
  - denote 'wheezy' as stable codename and 'jessie' as testing codename
    in the documentation in preparation for release

11 years ago* cmdline/apt-get.cc:
David Kalnischkies [Sat, 4 Aug 2012 09:04:52 +0000 (11:04 +0200)]
* cmdline/apt-get.cc:
  - error out on (unsatisfiable) build-deps on purly virtual packages
    instead of ignoring these dependencies; thanks to Johannes Schauer
    for the detailed report! (Closes: #683786)

11 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Sat, 4 Aug 2012 08:39:27 +0000 (10:39 +0200)]
* apt-pkg/contrib/fileutl.cc:
  - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
    as this guard is only needed for fdatasync and not defined on hurd

11 years agomove the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
David Kalnischkies [Sat, 4 Aug 2012 08:24:47 +0000 (10:24 +0200)]
move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
it is used for the msync call

11 years agoapt-pkg/contrib/mmap.cc:
Pino Toscano [Sat, 4 Aug 2012 08:20:30 +0000 (10:20 +0200)]
apt-pkg/contrib/mmap.cc:
- guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
  than also the fallback code as it breaks APT on hurd since 0.9.7.3
  as the fallback is now always used on non-linux (Closes: #683354)

11 years agoPolish manpages translation (Closes: #683109)
Robert Luberda [Sat, 4 Aug 2012 08:07:59 +0000 (10:07 +0200)]
Polish manpages translation (Closes: #683109)

11 years agoPolish program translation (Michał Kułach)
Michał Kułach [Sat, 4 Aug 2012 08:02:37 +0000 (10:02 +0200)]
Polish program translation (Michał Kułach)

11 years agomerged from david 0.9.7.3
Michael Vogt [Fri, 27 Jul 2012 17:18:59 +0000 (19:18 +0200)]
merged from david

11 years agofor filesystems not supporting mmap'ing a file we need to use a
David Kalnischkies [Tue, 24 Jul 2012 15:22:25 +0000 (17:22 +0200)]
for filesystems not supporting mmap'ing a file we need to use a
SyncToFd dummy just as we did for compressed files in 0.9.5

11 years agotrigger the usage of the fallback code for kfreebsd also in the
David Kalnischkies [Tue, 24 Jul 2012 14:19:56 +0000 (16:19 +0200)]
trigger the usage of the fallback code for kfreebsd also in the
second (filebased) constructor of DynamicMMap (Closes: #677704)

11 years ago* apt-pkg/contrib/mmap.cc:
David Kalnischkies [Fri, 20 Jul 2012 11:12:25 +0000 (13:12 +0200)]
* apt-pkg/contrib/mmap.cc:
  - refer to APT::Cache-Start in case the growing failed as if -Limit is
    really the offender it will be noted in a previous error message.

11 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Wed, 18 Jul 2012 11:48:46 +0000 (13:48 +0200)]
* apt-pkg/packagemanager.cc:
  - do not segfault if nothing can be configured to statisfy
    a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)

11 years agocleanup the changelog entry for the previous release (0.9.7.2)
David Kalnischkies [Wed, 18 Jul 2012 09:47:12 +0000 (11:47 +0200)]
cleanup the changelog entry for the previous release (0.9.7.2)

11 years ago* apt-pkg/cacheset.cc:
David Kalnischkies [Wed, 18 Jul 2012 09:46:36 +0000 (11:46 +0200)]
* apt-pkg/cacheset.cc:
  - handle :all and :native correctly as architectures again
    in the commandline parsing (regression in 0.9.7)

11 years agofix two markup-typos in the spanish manpage translation
David Kalnischkies [Wed, 18 Jul 2012 09:19:38 +0000 (11:19 +0200)]
fix two markup-typos in the spanish manpage translation

11 years agoSpanish; (Omar Campagne). Closes: #681566
bubulle@debian.org [Sat, 14 Jul 2012 15:51:23 +0000 (09:51 -0600)]
Spanish; (Omar Campagne). Closes: #681566

11 years agoCzech (Miroslav Kure). Closes: #680758
bubulle@debian.org [Sat, 14 Jul 2012 15:47:35 +0000 (09:47 -0600)]
Czech (Miroslav Kure). Closes: #680758

11 years agoreleasing version 0.9.7.2 0.9.7.2
Michael Vogt [Fri, 13 Jul 2012 20:06:59 +0000 (22:06 +0200)]
releasing version 0.9.7.2

11 years agodoc/po/fr.po: fix xml error
Michael Vogt [Fri, 13 Jul 2012 19:32:51 +0000 (21:32 +0200)]
doc/po/fr.po: fix xml error

11 years agomerged from donkult
Michael Vogt [Fri, 13 Jul 2012 19:05:25 +0000 (21:05 +0200)]
merged from donkult

11 years ago* apt-pkg/cachefilter.cc:
David Kalnischkies [Thu, 12 Jul 2012 18:39:59 +0000 (20:39 +0200)]
* apt-pkg/cachefilter.cc:
  - remove architecture-specific arch to tuple expansion-rules as they lead
    to the same tuples for different architectures (e.g. linux-arm for arm,
    armel and armhf) while the dpkg-architecture code uses triples which
    are different (in the first part, which we omit in our tuples), so e.g.
    build-dep restrictions for armel ended up effecting armhf as well

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 10 Jul 2012 08:50:38 +0000 (10:50 +0200)]
merged from lp:~donkult/apt/sid

11 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Mon, 9 Jul 2012 15:42:25 +0000 (17:42 +0200)]
* apt-pkg/deb/deblistparser.cc:
  - negative dependencies need to apply to all architectures,
    but those with a specific architecture only apply to this one

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 9 Jul 2012 06:24:46 +0000 (08:24 +0200)]
merged from lp:~donkult/apt/sid

11 years agoPortuguese program translation (Miguel Figueiredo) (Closes: #680616)
Miguel Figueiredo [Sat, 7 Jul 2012 13:01:23 +0000 (15:01 +0200)]
Portuguese program translation (Miguel Figueiredo) (Closes: #680616)

11 years ago* apt-pkg/clean.cc:
David Kalnischkies [Thu, 5 Jul 2012 06:59:52 +0000 (08:59 +0200)]
* apt-pkg/clean.cc:
  - run autoclean against pkg:arch and not always against pkg:native as
    this removes valid cache entries (Closes: #679371)

11 years agoA few other errors spotted by Phil Kern
bubulle@debian.org [Thu, 5 Jul 2012 03:09:30 +0000 (21:09 -0600)]
A few other errors spotted by Phil Kern

11 years agoGood suggestion by Phil Kern
bubulle@debian.org [Thu, 5 Jul 2012 02:43:09 +0000 (20:43 -0600)]
Good suggestion by Phil Kern