ntk/apt.git
13 years ago - change the internal handling of Extensions in pkgAcqIndex
David Kalnischkies [Wed, 26 Jan 2011 15:19:30 +0000 (16:19 +0100)]
  - change the internal handling of Extensions in pkgAcqIndex
  - add a special uncompressed compression type to prefer those files
* methods/{gzip,bzip}.cc:
  - print a good error message if FileSize() is zero

13 years agoenable the split out of LongDescriptions per default in the testcases
David Kalnischkies [Tue, 25 Jan 2011 11:39:42 +0000 (12:39 +0100)]
enable the split out of LongDescriptions per default in the testcases

13 years agomerge with debian-sid
David Kalnischkies [Tue, 25 Jan 2011 11:29:58 +0000 (12:29 +0100)]
merge with debian-sid

[ Christian Perrier ]
* Fix encoding for Slovenian translation. PO file switched
  to UTF-8. Closes: #609957

[ David Kalnischkies ]
* ftparchive/apt-ftparchive.cc:
  - fix endless loop for multiple TranslationsWriters

[ Julian Andres Klode ]
* cmdline/apt-cache.cc: Create an error for apt-cache depends
  if packages could not found (LP: #647045)

[ Manpages translations ]
* Correct a typo and an error in French manpages translation.
  Closes: # 607170

[ Programs translations ]
* po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
  strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145

13 years agopo/es.po: Updated, plus fixes encoding issues and fixes two fuzzy 0.8.10.3
Michael Vogt [Tue, 25 Jan 2011 10:52:07 +0000 (11:52 +0100)]
po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)

13 years agoreleasing version 0.8.10.2 0.8.10.2
Michael Vogt [Tue, 25 Jan 2011 10:06:21 +0000 (11:06 +0100)]
releasing version 0.8.10.2

13 years agodo not add Index file by hand now that ftparchive does it by itself
David Kalnischkies [Mon, 24 Jan 2011 14:41:57 +0000 (15:41 +0100)]
do not add Index file by hand now that ftparchive does it by itself

13 years agoinclude Index files by default in the Release file
David Kalnischkies [Mon, 24 Jan 2011 14:37:59 +0000 (15:37 +0100)]
include Index files by default in the Release file

13 years agoClose #184730: [apt-get] requested package abusively listed in "extra packages to...
David Kalnischkies [Sat, 22 Jan 2011 11:08:06 +0000 (12:08 +0100)]
Close #184730: [apt-get] requested package abusively listed in "extra packages to be installed"

13 years agoavoid building simple packages with debhelper to speed it up a bit
David Kalnischkies [Fri, 21 Jan 2011 21:03:42 +0000 (22:03 +0100)]
avoid building simple packages with debhelper to speed it up a bit

13 years agoensure that tempfiles used for comparision are removed
David Kalnischkies [Thu, 20 Jan 2011 15:02:15 +0000 (16:02 +0100)]
ensure that tempfiles used for comparision are removed

13 years ago* ftparchive/writer.cc:
David Kalnischkies [Thu, 20 Jan 2011 15:01:40 +0000 (16:01 +0100)]
* ftparchive/writer.cc:
  - add config option to search for more patterns in release command

13 years ago - try downloading clearsigned InRelease before trying Release.gpg
David Kalnischkies [Thu, 20 Jan 2011 13:53:52 +0000 (14:53 +0100)]
  - try downloading clearsigned InRelease before trying Release.gpg
* apt-pkg/deb/deblistparser.cc:
  - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles

13 years agoreleasing version 0.8.10.1 0.8.10.1
Michael Vogt [Mon, 17 Jan 2011 12:57:42 +0000 (13:57 +0100)]
releasing version 0.8.10.1

13 years ago* cmdline/apt-key:
David Kalnischkies [Sun, 16 Jan 2011 16:32:33 +0000 (17:32 +0100)]
* cmdline/apt-key:
  - don't set trustdb-name as non-root so 'list' and 'finger'
    can be used without being root (Closes: #393005, #592107)

13 years agoimplement i quiet run-tests mode which prints only one line per testcase
David Kalnischkies [Sun, 16 Jan 2011 12:33:24 +0000 (13:33 +0100)]
implement i quiet run-tests mode which prints only one line per testcase

13 years agomove file installation from rules to dh_install files
David Kalnischkies [Sat, 15 Jan 2011 23:54:48 +0000 (00:54 +0100)]
move file installation from rules to dh_install files

13 years agolet dh_bugfiles take care of the bugscript instead of handcopying
David Kalnischkies [Sat, 15 Jan 2011 22:17:33 +0000 (23:17 +0100)]
let dh_bugfiles take care of the bugscript instead of handcopying

13 years agomove the lintian-overrides into the debian directory
David Kalnischkies [Sat, 15 Jan 2011 22:08:22 +0000 (23:08 +0100)]
move the lintian-overrides into the debian directory

13 years ago* methods/rred.cc:
David Kalnischkies [Sat, 15 Jan 2011 19:28:03 +0000 (20:28 +0100)]
* 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

13 years agoFix encoding for Slovenian translation. PO file switched
bubulle@debian.org [Sat, 15 Jan 2011 06:47:24 +0000 (07:47 +0100)]
Fix encoding for Slovenian translation. PO file switched
to UTF-8. Closes: #609957

13 years ago* debian/control:
David Kalnischkies [Sat, 15 Jan 2011 01:43:13 +0000 (02:43 +0100)]
* debian/control:
  - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
* debian/rules:
  - remove shlibs.local creation and usage
  - show differences in the symbol files, but never fail
* debian/{apt,apt-utils}.symbols:
  - ship experimental unmangled c++ symbol files

13 years ago* pre-build.sh:
David Kalnischkies [Fri, 14 Jan 2011 13:41:09 +0000 (14:41 +0100)]
* pre-build.sh:
  - remove as it is not needed for a working 'bzr bd'

13 years agofix the invalid wrong locale month name in NEWS file
David Kalnischkies [Fri, 14 Jan 2011 13:36:57 +0000 (14:36 +0100)]
fix the invalid wrong locale month name in NEWS file

13 years agodepend on debhelper 7 to raise compat level
David Kalnischkies [Fri, 14 Jan 2011 12:23:56 +0000 (13:23 +0100)]
depend on debhelper 7 to raise compat level

13 years ago* debian/rules:
David Kalnischkies [Fri, 14 Jan 2011 11:40:08 +0000 (12:40 +0100)]
* debian/rules:
  - use -- instead of deprecated -u for dh_gencontrol

13 years ago* doc/sources.list.5.xml:
David Kalnischkies [Fri, 14 Jan 2011 00:54:24 +0000 (01:54 +0100)]
* doc/sources.list.5.xml:
  - remove obsolete references to non-us (Closes: #594495)

13 years agoremove duplicated text and refer to the sources.list manpage instead
David Kalnischkies [Fri, 14 Jan 2011 00:50:55 +0000 (01:50 +0100)]
remove duplicated text and refer to the sources.list manpage instead

13 years agoAdd a testcase to verify that packages which are held back by dpkg are
David Kalnischkies [Thu, 13 Jan 2011 23:48:33 +0000 (00:48 +0100)]
Add a testcase to verify that packages which are held back by dpkg are
not causing installation/removal of other packages (#64141)

13 years ago* doc/apt-get.8.xml:
David Kalnischkies [Thu, 13 Jan 2011 22:47:01 +0000 (23:47 +0100)]
* doc/apt-get.8.xml:
  - remove duplicated mentioning of --install-recommends

13 years agoignore non-regular files in GetListOfFilesInDir (Closes: #594694)
David Kalnischkies [Thu, 13 Jan 2011 22:22:17 +0000 (23:22 +0100)]
ignore non-regular files in GetListOfFilesInDir (Closes: #594694)

13 years ago* apt-pkg/cacheiterator.h:
David Kalnischkies [Thu, 13 Jan 2011 16:16:11 +0000 (17:16 +0100)]
* apt-pkg/cacheiterator.h:
  - do not segfault if cache is not build (Closes: #254770)

13 years ago* apt-inst/contrib/extracttar.cc:
David Kalnischkies [Wed, 12 Jan 2011 23:27:42 +0000 (00:27 +0100)]
* 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)

13 years ago* doc/apt.conf.5.xml:
Jakub Wilk [Wed, 12 Jan 2011 23:01:27 +0000 (00:01 +0100)]
* doc/apt.conf.5.xml:
  - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)

13 years ago* deb/dpkgpm.cc:
Petter Reinholdtsen [Wed, 12 Jan 2011 22:57:03 +0000 (23:57 +0100)]
* deb/dpkgpm.cc:
  - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
    Reinholdtsen for report and patch! (Closes: #607803)

13 years ago* methods/https.cc:
David Kalnischkies [Wed, 12 Jan 2011 22:46:18 +0000 (23:46 +0100)]
* methods/https.cc:
  - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled

13 years agoFristOwner is never used in the blamed history and gcc-4.6 complains now
David Kalnischkies [Wed, 12 Jan 2011 22:34:56 +0000 (23:34 +0100)]
FristOwner is never used in the blamed history and gcc-4.6 complains now

13 years agoremove the unused Die boolean - error reporting is done by ExecWait
David Kalnischkies [Wed, 12 Jan 2011 22:31:37 +0000 (23:31 +0100)]
remove the unused Die boolean - error reporting is done by ExecWait

13 years agoremove two unused variables gcc-4.6 reports from depcache.cc
David Kalnischkies [Wed, 12 Jan 2011 22:23:36 +0000 (23:23 +0100)]
remove two unused variables gcc-4.6 reports from depcache.cc

13 years ago* apt-pkg/contrib/weakptr.h:
David Kalnischkies [Wed, 12 Jan 2011 16:15:26 +0000 (17:15 +0100)]
* apt-pkg/contrib/weakptr.h:
  - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6

13 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Wed, 12 Jan 2011 16:09:04 +0000 (17:09 +0100)]
* 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)

13 years ago* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
bubulle@debian.org [Wed, 15 Dec 2010 20:31:08 +0000 (21:31 +0100)]
* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
* Correct a typo and an error in French manpages translation.
  Closes: # 607170

13 years agocmdline/apt-cache.cc: Create an error for apt-cache depends
Julian Andres Klode [Tue, 7 Dec 2010 14:47:58 +0000 (15:47 +0100)]
cmdline/apt-cache.cc: Create an error for apt-cache depends
if packages could not found (LP: #647045)

13 years agocheck in the DepCache::SetCandidateVersion that the package is marked to
David Kalnischkies [Sun, 5 Dec 2010 11:59:07 +0000 (12:59 +0100)]
check in the DepCache::SetCandidateVersion that the package is marked to
be installed before setting the InstallVer as otherwise the Sizes states
will be confused in some cases - this can happen now as SetCandidateRelease
works also on packages which are not installed now (or will never in the
final solution)

13 years agoexperimental is an incomplete archive, so try to get the packages which
David Kalnischkies [Sun, 5 Dec 2010 11:46:56 +0000 (12:46 +0100)]
experimental is an incomplete archive, so try to get the packages which
could not be installed from experimental from unstable instead

13 years agoset the Candidate for all before doing the propargation
David Kalnischkies [Fri, 3 Dec 2010 18:12:17 +0000 (19:12 +0100)]
set the Candidate for all before doing the propargation

13 years agosimplify the new-and-autoremove fix a bit
David Kalnischkies [Fri, 3 Dec 2010 18:11:22 +0000 (19:11 +0100)]
simplify the new-and-autoremove fix a bit

13 years agoreally do not show packages in the extra section if they were
David Kalnischkies [Fri, 3 Dec 2010 17:05:52 +0000 (18:05 +0100)]
really do not show packages in the extra section if they were
requested on the commandline, e.g. with a modifier

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 3 Dec 2010 16:06:34 +0000 (17:06 +0100)]
* apt-pkg/depcache.cc:
  - add SetCandidateRelease() to set a candidate version and
    the candidates of dependencies if needed to a specified
    release (Closes: #572709)
  - change pkg/release behavior to use the new SetCandidateRelease
    so installing packages from experimental or backports is easier

13 years agokeep not installed garbage packages uninstalled instead of showing
David Kalnischkies [Fri, 3 Dec 2010 13:02:29 +0000 (14:02 +0100)]
keep not installed garbage packages uninstalled instead of showing
in the autoremove section and installing those (Closes: #604222)

13 years agoPermit base256 encoded value in the numeric field of tar header.
Nobuhiro Hayashi [Fri, 3 Dec 2010 03:09:09 +0000 (12:09 +0900)]
Permit base256 encoded value in the numeric field of tar header.

13 years agodo not touch Packages and Sources in the framework if the files do
David Kalnischkies [Tue, 30 Nov 2010 18:29:22 +0000 (19:29 +0100)]
do not touch Packages and Sources in the framework if the files do
not exist to not generate sources.list entries later for them

13 years agoAdd support for providing and autocopying Sources files along the way
Andres Mejia [Tue, 30 Nov 2010 18:25:39 +0000 (19:25 +0100)]
Add support for providing and autocopying Sources files along the way
of status and Packages files with a testcase

13 years agoadd framework code to run the installed aptitude with the current
David Kalnischkies [Tue, 30 Nov 2010 18:23:54 +0000 (19:23 +0100)]
add framework code to run the installed aptitude with the current
build library in the test environment

13 years agoadd usage info for create-test-data script
David Kalnischkies [Tue, 30 Nov 2010 18:22:54 +0000 (19:22 +0100)]
add usage info for create-test-data script

13 years agoshow dependencies of essential packages which are going to remove
David Kalnischkies [Tue, 30 Nov 2010 18:22:29 +0000 (19:22 +0100)]
show dependencies of essential packages which are going to remove
only if they cause the remove of this essential (Closes: #601961)

13 years ago$! doesn't worked on the first try somehow, now it does and its
David Kalnischkies [Tue, 30 Nov 2010 18:15:19 +0000 (19:15 +0100)]
$! doesn't worked on the first try somehow, now it does and its
(a lot) cleaner than using this ps "magic" as this fails now and then…

13 years agoensure that the build methods are used and not these on the system
David Kalnischkies [Tue, 30 Nov 2010 18:14:26 +0000 (19:14 +0100)]
ensure that the build methods are used and not these on the system

13 years agocleanup the debian/rules file a bit
David Kalnischkies [Tue, 30 Nov 2010 18:13:44 +0000 (19:13 +0100)]
cleanup the debian/rules file a bit

13 years agoadd a very simple testcase to ensure that the action modifiers are only
David Kalnischkies [Tue, 30 Nov 2010 18:12:12 +0000 (19:12 +0100)]
add a very simple testcase to ensure that the action modifiers are only
interpreted if a package with this name doesn't exist: e.g. g++

13 years ago* debian/control:
David Kalnischkies [Tue, 30 Nov 2010 18:08:44 +0000 (19:08 +0100)]
* debian/control:
  - add Vcs-Browser now that loggerhead works again (Closes: #511168)

13 years ago* cmdline/apt-get.cc:
David Kalnischkies [Tue, 30 Nov 2010 18:08:19 +0000 (19:08 +0100)]
* 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

13 years agoadd the possibility to disable only the progress reporting stuff as the
David Kalnischkies [Tue, 30 Nov 2010 17:57:42 +0000 (18:57 +0100)]
add the possibility to disable only the progress reporting stuff as the
quiet level 1 does this, but also disables other stuff we might want to
test against in a testcase

13 years agoif the codename is "experimental" add NotAutomatic:yes by default
David Kalnischkies [Tue, 30 Nov 2010 17:56:36 +0000 (18:56 +0100)]
if the codename is "experimental" add NotAutomatic:yes by default

13 years agoadd a way to add packages to generate a dists style environment without
David Kalnischkies [Tue, 30 Nov 2010 17:55:46 +0000 (18:55 +0100)]
add a way to add packages to generate a dists style environment without
actually building all these packages

13 years agoapply a very simple speed-up in case we try to set the candidate version
David Kalnischkies [Tue, 30 Nov 2010 17:54:27 +0000 (18:54 +0100)]
apply a very simple speed-up in case we try to set the candidate version
of a package to the version which is already the candidate
(apt-get does that for all packages it installs for simplicity)

13 years agomerged from lp:~donkult/apt/sid 0.8.10
Michael Vogt [Tue, 30 Nov 2010 10:23:28 +0000 (11:23 +0100)]
merged from lp:~donkult/apt/sid

13 years agofix changelog as the czech translation was by accident added to 0.8.9
David Kalnischkies [Mon, 29 Nov 2010 20:44:25 +0000 (21:44 +0100)]
fix changelog as the czech translation was by accident added to 0.8.9

13 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Mon, 29 Nov 2010 20:43:07 +0000 (21:43 +0100)]
* apt-pkg/algorithms.cc:
  - mark all installed packages first without auto installation in
    a dist-upgrade to prefer upgrading packages instead of installing
    new packages in versioned or-groups (Closes: #605394)

13 years ago* German update by Holger Wansing. Closes: #603619
bubulle@debian.org [Sat, 27 Nov 2010 15:18:27 +0000 (16:18 +0100)]
* German update by Holger Wansing. Closes: #603619
* Czech by Miroslav Kure. Closes: #605107

13 years agomerged from lp:~pitti/apt/compressed-indexes
Michael Vogt [Thu, 25 Nov 2010 15:08:40 +0000 (16:08 +0100)]
merged from lp:~pitti/apt/compressed-indexes

13 years agoreleasing version 0.8.9 0.8.9
Michael Vogt [Thu, 18 Nov 2010 08:54:01 +0000 (09:54 +0100)]
releasing version 0.8.9

13 years ago* cmdline/acqprogress.cc:
Michael Vogt [Thu, 18 Nov 2010 08:25:29 +0000 (09:25 +0100)]
* cmdline/acqprogress.cc:
  - don't ask the user for media change if quiet >= 2, stdout is not
    a tty and assume-yes, force-yes or trivial-only option is set to
    avoid cpu eating endless loops in unattended runs like apt.cron
    (Closes: #602354, LP: #665580)

13 years ago! German update by Holger Wansing. Closes: #603619
bubulle@debian.org [Mon, 15 Nov 2010 20:58:13 +0000 (21:58 +0100)]
! German update by Holger Wansing. Closes: #603619

13 years ago* test/integration/test-compressed-indexes, test/test-indexes.sh:
Martin Pitt [Mon, 15 Nov 2010 09:41:12 +0000 (10:41 +0100)]
* test/integration/test-compressed-indexes, test/test-indexes.sh:
  - Explicitly disable compressed indexes at the start. This ensures that we
    will actually test uncompressed indexes regardless of the internal
    default value of Acquire::GzipIndexes.

13 years agoSlovenian update by Andrej Žnidaršič and Rosetta Slovenian team
bubulle@debian.org [Sat, 13 Nov 2010 12:26:31 +0000 (13:26 +0100)]
Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team

13 years ago* cmdline/acqprogress.cc:
David Kalnischkies [Thu, 11 Nov 2010 17:35:32 +0000 (18:35 +0100)]
* cmdline/acqprogress.cc:
  - don't ask the user for media change if quiet >= 2, stdout is not
    a tty and assume-yes, force-yes or trivial-only option is set to
    avoid cpu eating endless loops in unattended runs like apt.cron
    (Closes: #602354, LP: #665580)

13 years agomerged from donkult
Michael Vogt [Wed, 10 Nov 2010 18:39:12 +0000 (19:39 +0100)]
merged from donkult

13 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Wed, 10 Nov 2010 12:26:37 +0000 (13:26 +0100)]
* apt-pkg/depcache.cc:
  - don't install previously not installed providers in a try
    to statisfy a "Breaks: provides" dependency by upgrade

13 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Wed, 10 Nov 2010 11:24:48 +0000 (12:24 +0100)]
* apt-pkg/algorithms.cc:
  - if the package was explicitly marked as ToRemove don't
    consider it as a candidate for FixByInstall

13 years agoevaluate Acquire::Languages= before LANG= (Closes: #602573)
David Kalnischkies [Tue, 9 Nov 2010 13:18:19 +0000 (14:18 +0100)]
evaluate Acquire::Languages= before LANG= (Closes: #602573)

13 years ago* apt-pkg/orderlist.cc:
David Kalnischkies [Sat, 6 Nov 2010 14:02:27 +0000 (15:02 +0100)]
* apt-pkg/orderlist.cc:
  - try fixing before removing even if the fix is hidden in
    a provides, hidden in the #590438 testcase

13 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Sat, 6 Nov 2010 11:50:49 +0000 (12:50 +0100)]
* apt-pkg/aptconfiguration.cc:
  - respect the none-force even in LANG=C (Closes: #602573)

13 years agoDrop useless untranslatable sections from apt.8
bubulle@debian.org [Sat, 30 Oct 2010 20:42:39 +0000 (22:42 +0200)]
Drop useless untranslatable sections from apt.8

13 years agoFix "typos" in French manpages translations. Thanks to
bubulle@debian.org [Sat, 30 Oct 2010 07:52:21 +0000 (09:52 +0200)]
Fix "typos" in French manpages translations. Thanks to
Cyril Brulebois for bashing me.

13 years ago* apt-pkg/deb/dpkgpm.cc: 0.8.8
Michael Vogt [Thu, 28 Oct 2010 19:50:47 +0000 (21:50 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - ensure that history.log gets closed to avoid leaking a FD
    (closes: #601649)

13 years agomerged from donkult
Michael Vogt [Thu, 28 Oct 2010 19:19:57 +0000 (21:19 +0200)]
merged from donkult

13 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 28 Oct 2010 19:11:52 +0000 (21:11 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - ensure that history.log gets closed to avoid leaking a FD
    (closes: #601649)

13 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 28 Oct 2010 18:56:32 +0000 (14:56 -0400)]
* apt-pkg/deb/dpkgpm.cc:
  - ensure that history.log gets closed to avoid leaking a FD
    (closes: #601649)

13 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Tue, 26 Oct 2010 21:24:41 +0000 (23:24 +0200)]
* apt-pkg/pkgcache.cc:
  - fallback always to a suitable description (Closes: #601016)

13 years agodpkg doesn't like underscores in versions anymore (=it fails) so our
David Kalnischkies [Fri, 22 Oct 2010 17:10:49 +0000 (19:10 +0200)]
dpkg doesn't like underscores in versions anymore (=it fails) so our
behaviour can be undefined… (or at least can't be tested against dpkg)

13 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Thu, 21 Oct 2010 14:54:28 +0000 (16:54 +0200)]
* apt-pkg/contrib/fileutl.cc:
  - Add a FileFd::FileSize() method to get the size of the underlying
    file and not the size of the content in the file as FileFd::Size()
    does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
  - use FileSize() to determine if the file is invalid (Closes: #600852)

13 years agoreleasing version 0.8.7 0.8.7
Michael Vogt [Fri, 15 Oct 2010 16:28:03 +0000 (18:28 +0200)]
releasing version 0.8.7

13 years ago* doc/examples/apt-https-method-example.conf:
Michael Vogt [Fri, 15 Oct 2010 16:15:00 +0000 (18:15 +0200)]
* doc/examples/apt-https-method-example.conf:
  - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)

13 years agomerged from lp:~pitti/apt/compressed-indexes
Michael Vogt [Fri, 15 Oct 2010 15:59:12 +0000 (17:59 +0200)]
merged from lp:~pitti/apt/compressed-indexes

13 years agoadd test case for having no indexes, and fix regression in that case
Martin Pitt [Fri, 15 Oct 2010 15:54:36 +0000 (17:54 +0200)]
add test case for having no indexes, and fix regression in that case

13 years ago* doc/examples/apt-https-method-example.conf:
Olly Betts [Fri, 15 Oct 2010 07:18:45 +0000 (09:18 +0200)]
* doc/examples/apt-https-method-example.conf:
  - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)

13 years agomerged from http://code.launchpad.net/~donkult/apt/sid
Michael Vogt [Thu, 14 Oct 2010 12:38:56 +0000 (14:38 +0200)]
merged from code.launchpad.net/~donkult/apt/sid

13 years ago* doc/apt-verbatim.ent:
David Kalnischkies [Wed, 13 Oct 2010 22:08:23 +0000 (00:08 +0200)]
* doc/apt-verbatim.ent:
  - change the codenames to reflect the situation after squeeze release

13 years ago* doc/apt.ent:
David Kalnischkies [Wed, 13 Oct 2010 22:06:02 +0000 (00:06 +0200)]
* doc/apt.ent:
  - move some strings into apt-verbatim.ent to avoid showing them in
    apt-doc.pot as they are untranslatable anyway (e.g. manpage references)

13 years agomerge with debian-sid
David Kalnischkies [Wed, 13 Oct 2010 20:27:56 +0000 (22:27 +0200)]
merge with debian-sid