summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| * | show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies2012-03-071-1/+1
| | |
* | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-072-13/+20
|/ / | | | | - fix inconsistent clog/cout usage in the debug output
* | releasing version 0.8.16~exp13Michael Vogt2012-03-061-2/+2
| |
* | merged from lp:~donkult/apt/experimentalMichael Vogt2012-03-0647-330/+742
|\ \
| * | add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies2012-03-062-2/+14
| | |
| * | merge with apt/experimentalDavid Kalnischkies2012-03-065-11/+51
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * apt-pkg/packagemanager.cc: - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993) [ Julian Andres Klode ] * apt-pkg/deb/deblistparser.cc: - Set the Essential flag on APT instead of only Important * apt-pkg/packagemanager.cc: - Do not use immediate configuration for packages with the Important flag * Treat the Important flag like the Essential flag with those differences: - No Immediate configuration (see above) - Not automatically installed during dist-upgrade - No higher score for installation ordering
* | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-062-4/+16
|\ \ \ | | | | | | | | | | | | - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993)
| * | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-022-4/+16
| | | | | | | | | | | | | | | | - when calculating pre-dependencies ensure that both unpack and configure are considered (instead of only configure) LP: #927993
* | | | changelog: Document scoring difference for Important flagJulian Andres Klode2012-03-051-1/+2
| | | | | | | | | | | | | | | | | | | | * Treat the Important flag like the Essential flag with those differences: - No higher score for installation ordering
* | | | * Treat the Important flag like the Essential flag with two differences:Julian Andres Klode2012-03-054-4/+26
| | | | | | | | | | | | | | | | - No Immediate configuration (see above) - Not automatically installed during dist-upgrade
* | | | * apt-pkg/packagemanager.cc:Julian Andres Klode2012-03-052-2/+3
| | | | | | | | | | | | - Do not use immediate configuration for packages with the Important flag
* | | | * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2012-03-052-1/+5
| | | | | | | | | | | | - Set the Essential flag on APT instead of only Important
| | * | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-03-062-1/+10
| | | | | | | | | | | | - do not warn about the ignoring of directories (Closes: #662762)
| | * | as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies2012-03-051-3/+3
| | | | | | | | | | | | | | | | | | | | of the integer fields as well to avoid crashes in scanf as cppchecks warns: "(warning) scanf without field width limits can crash with huge input data"
| | * | fix "(style) The scope of the variable 'count' can be reduced"David Kalnischkies2012-03-051-4/+3
| | | |