summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare new experimtnal uploadMichael Vogt2012-04-1158-39063/+42372
|
* merged from donkults experimental branchMichael Vogt2012-04-1191-2316/+1792
|\
| * use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-116-66/+35
| |
| * fix the remaining lzma calls with xz --format=lzma in the testcasesDavid Kalnischkies2012-04-113-3/+3
| |
| * * cmdline/apt-get.cc:David Kalnischkies2012-04-113-20/+22
| | | | | | - print list of autoremoves in alphabetical order (Closes: #639008)
| * use xz-utils in the testcases instead of lzma and ensure that we reallyDavid Kalnischkies2012-04-113-6/+10
| | | | | | | | ignore the presents (or absence) of lzma if we decided to use xz
| * suggest xz-utils instead of bzip2 and lzmaDavid Kalnischkies2012-04-052-3/+5
| |
| * - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-058-15/+137
| | | | | | | | | | | | | | | | - remove the libz-dev alternative from zlib1g-dev build-dependency - do the same for bz2 builtin if available * apt-pkg/contrib/fileutl.cc: - use libz2 library for (de)compression instead of the bzip2 binary as the first is a dependency of dpkg and the later just priority:optional so we gain 'easier' access to bz2-compressed Translation files this way
| * if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies2012-04-053-2/+6
| |
| * * methods/bzip2.cc:David Kalnischkies2012-04-054-199/+35
| | | | | | | | - remove it as the functionality for all compressors can be provided by gzip.cc now with the usage of FileFD
| * * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-04-052-7/+30
| | | | | | - if present, prefer xz binary over lzma
| * detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies2012-04-053-20/+17
| | | | | | | | | | compatible with users accessing it directly, but this prepares for a drop of this strict requirement in the future
| * db2 isn't used for ages now, so complain about missing libdb insteadDavid Kalnischkies2012-04-051-1/+1
| |
| * * cmdline/apt-get.cc:Bogdan Purcareata2012-04-053-4/+8
| | | | | | | | | | | | - distinguish information about 'apt-get autoremove' based on the number of auto-removed packages both before and after the list of packages (Closes: #665833)
| * * doc/*:David Kalnischkies2012-04-0512-223/+226
| | | | | | | | | | - move the command synopsis out of each manpage into apt-verbatim.ent as they are a hell to translate and just single out the parameters which can be translated to apt.ent
| * apt-verbatim.ent is an INCLUDE file as wellDavid Kalnischkies2012-04-041-1/+1
| |
| * [ Bogdan Purcareata ]Bogdan Purcareata2012-04-042-1/+6
| | | | | | | | | | * doc/apt-get.8.xml: - add 'download' to the usage line (Closes: #649340)
| * make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies2012-03-222-2/+3
| |
| * * debian/rules:David Kalnischkies2012-03-224-15/+46
| | | | | | | | | | - do not sed in configure.in to set the version-number * prepare-release: - add as a small script to lazy check and prepare releases
| * merge with debian-sid (some version screw going on here)David Kalnischkies2012-03-226-784/+902
| |\
| | * * apt-pkg/acquire-item.cc:Michael Vogt2012-03-063-2/+43
| | | | | | | | | | | | | | | | | | - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
| | * French: replace "étiquetage" by "épinglage" for "pinning"bubulle@debian.org2012-03-033-7/+8
| | |
| | * merged patch from lp:~uusijani/apt/uusi-branch: Michael Vogt2012-03-012-2/+7
| | | | | | | | | | | | Correct fi translation for hash sum mismatches (lp:420403) Thanks to Jani Uusitalo
| | * Danish translation updatebubulle@debian.org2012-02-052-296/+313
| | |
| | * Polish (Michał Kułach). Closes: #656908bubulle@debian.org2012-01-232-473/+563
| | |
| * | use the variables as the rest of the tests to avoid escapes in the outputDavid Kalnischkies2012-03-221-2/+2
| | |
| * | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies2012-03-2211-860/+15
| | | | | | | | | | | | | | | | | | | | | - drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this…
| * | * doc/apt-get.8.xml:Mike Erickson2012-03-2211-12/+14
| | | | | | | | | | | | - typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
| * | * debian/controlDavid Kalnischkies2012-03-222-2/+4
| | | | | | | | | - bump Standards-Version to 3.9.3 (no changes needed)
| * | use the correct line to get the currently configure.in versionDavid Kalnischkies2012-03-221-1/+1
| | |
| * | * debian/apt-utils.install:David Kalnischkies2012-03-225-18/+26
| | | | | | | | | | | | - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales in the apt-utils package instead of the apt package
| * | the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-2220-25/+24
| | | | | | | | | | | | to the more standard PACKAGE_VERSION and make it work in every file
| * | do not update po and pot files in the process of the build as thisDavid Kalnischkies2012-03-217-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | causes timestamp changes for the mo files which therefore can't be refcounted by dpkg for your M-A: same packages (Closes: #659333, LP: #924628) The commit also enables a top-level 'make update-po' and does all the needed changes to let this work now that update-po might be called in a freshly checkout tree
| * | for these helpers we don't need too much checks,David Kalnischkies2012-03-202-3/+3
| | | | | | | | | | | | but no warnings from gcc helps
| * | * methods/rred.cc:David Kalnischkies2012-03-206-19/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check return of writev() as gcc recommends * methods/mirror.cc: - check return of chdir() as gcc recommends * apt-pkg/deb/dpkgpm.cc: - check return of write() a gcc recommends * apt-inst/deb/debfile.cc: - check return of chdir() as gcc recommends * apt-inst/deb/dpkgdb.cc: - check return of chdir() as gcc recommends
| * | * debian/libapt-pkg4.12:David Kalnischkies2012-03-202-50/+137
| | | | | | | | | - update symbols file
| * | * methods/makefile:David Kalnischkies2012-03-202-2/+5
| | | | | | | | | | | | - do not link rred against libz anymore as FileFd handles all this transparently now
| * | * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-206-12/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check return of write() as gcc recommends * apt-pkg/acquire.cc: - check return of write() as gcc recommends * apt-pkg/cdrom.cc: - check return of chdir() and link() as gcc recommends * apt-pkg/clean.cc: - check return of chdir() as gcc recommends * apt-pkg/contrib/netrc.cc: - check return of asprintf() as gcc recommends
| * | update the versionnumber of the faked dpkg in the testcases for multiarchDavid Kalnischkies2012-03-201-1/+3
| | | | | | | | | | | | and add a comment about the need of this number
| * | now that stdout/stdlog are used consistently, the message order changedDavid Kalnischkies2012-03-131-1/+1
| | |
* | | * debian/control:Michael Vogt2012-04-112-1/+3
| | | | | | | | | - suggest xz-lzma instead of lzma
* | | merged from lp:~mvo/apt/mvoMichael Vogt2012-03-132-2/+15
|\ \ \ | |/ / |/| |
| * | add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt2012-03-132-2/+15
| | | | | | | | | | | | ordering code does not get into a endless loop when it flip-flops between two states
| * | merged from debian-experimental2Michael Vogt2012-03-1353-613/+1127
| |\ \ | |/ / |/| |
* | | merged from lp:~donkult/apt/experimentalMichael Vogt2012-03-135-305/+368
|\ \ \
| * | | recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies2012-03-133-166/+199
| | | |
| * | | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-132-79/+120
| | | | | | | | | | | | | | | | - recheck all dependencies if we changed a package in SmartConfigure as this could break an earlier dependency (LP: #940396)
| * | | ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies2012-03-122-34/+34
| | | |
| * | | improve the testcode so that we do not depend on the order of unpackingDavid Kalnischkies2012-03-121-25/+17
| | | | | | | | | | | | | | | | of specific packages as long as the order is okay in general
| * | | now that the package name 'apt' is a magic word enabling essential statusDavid Kalnischkies2012-03-121-10/+10
| | | | | | | | | | | | | | | | for said package i can't use it anymore in the testcase, so use another name