summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged from lp:~mvo/apt/mvoMichael Vogt2010-01-272-3/+5
|\
| * debian/changelog: add --auto-detect optionMichael Vogt2010-01-271-0/+3
| |
| * merged from libudev-dlopenMichael Vogt2010-01-271-1/+0
| |\
| | * debian/apt.dirs: remove var/lib/apt/media againMichael Vogt2010-01-271-1/+0
| | |
| * | merged the latest lp:~mvo/apt/libudev-cdrom branchMichael Vogt2010-01-266-12/+84
| |\|
| * | * apt-pkg/cdrom.cc:Michael Vogt2010-01-262-1/+4
| | | | | | | | | - fix crash in pkgUdevCdromDevices
* | | merged from the lp:~mvo/apt/libudev-dlopen branchMichael Vogt2010-01-267-13/+88
|\ \ \ | | |/ | |/|
| * | add Dir::Media::MountPath config optionMichael Vogt2010-01-264-6/+14
| | |
| * | * cmdline/apt-cdrom.cc:Michael Vogt2010-01-263-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | - fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
| * | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-263-4/+67
| | |
| * | merge from the mvo branchMichael Vogt2010-01-26257-40975/+110447
| |\|
* | | merged from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-262-2/+2
|\ \ \ | | |/ | |/|
| * | methods/cdrom.cc: fix compilication errorMichael Vogt2010-01-261-1/+1
| | |
* | | * cmdline/apt-get.cc:Michael Vogt2010-01-265-40/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix apt-get source pkg=version regression (closes: #561971) * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again * methods/cdrom.cc: - fixes in multi cdrom setup code - add new "Acquire::cdrom::AutoDetect" variable that enables/disables the dlopen of libudev for automatic cdrom detection
| * | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-263-1/+8
| | | | | | | | | the dlopen of libudev for automatic cdrom detection
| * | * methods/cdrom.cc:Michael Vogt2010-01-222-11/+11
| | | | | | | | | - fixes in multi cdrom setup code
| * | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-222-21/+33
| | | | | | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
| * | * cmdline/apt-get.cc:Michael Vogt2009-12-232-7/+19
| | | | | | | | | - fix apt-get source pkg=version regression (closes: #561971)
* | | Change history branch so that it does not break the Michael Vogt2010-01-264-15/+37
| | | | | | | | | | | | apt ABI for the pkgPackageManager interface (can be reverted on the next ABI break)
* | | releasing version 0.7.25ubuntu1Michael Vogt2009-12-223-138/+19
| | |
* | | buildlib/libversion.mak: fix compat file for ubuntu versionMichael Vogt2009-12-221-1/+1
| | |
* | | * Merged from the mvo branchMichael Vogt2009-12-18139-17383/+62263
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merged from the lp:~mvo/apt/history branch * Fix apt-ftparchive(1) wrt description of the "-o" option. Thanks to Dann Frazier for the patch. Closes: #273100 * po/LINGUAS. Re-disable Hebrew. Closes: #534992 * po/LINGUAS. Enable Asturian and Lithuanian * Fix typo in apt-cache.8.xml: nessasarily * Fix "with with" in apt-get.8.xml * Fix some of the typos mentioned by the german team Closes: #479997 * Polish translation update by Wiktor Wandachowicz Closes: #548571 * German translation update by Holger Wansing Closes: #551534 * Italian translation update by Milo Casagrande Closes: #555797 * Simplified Chinese translation update by Aron Xu Closes: #558737 * Slovak translation update by Ivan Masár Closes: #559277 * apt-pkg/packagemanager.cc: - add output about pre-depends configuring when debug::pkgPackageManager is used * methods/https.cc: - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch * merge lp:~mvo/apt/netrc branch, this adds support for a /etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch (Closes: #518473) (thanks also to Jussi Hakala and Julian Andres Klode) * apt-pkg/deb/dpkgpm.cc: - add "purge" to list of known actions * apt-pkg/init.h: - add compatibility with old ABI name until the next ABI break * merge segfault fix from Mario Sanchez Prada, many thanks (closes: #561109) * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: - typo fix (LP: #462328) * cmdline/apt-key: - Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971) * apt-pkg/packagemanager.cc: - better debug output for ImmediateAdd with depth and why - improve the message shown for failing immediate configuration * doc/guide.it.sgml: moved to doc/it/guide.it.sgml * doc/po4a.conf: activate translation of guide.sgml and offline.sgml * doc/apt.conf.5.xml: - provide a few more details about APT::Immediate-Configure - briefly document the behaviour of the new https options * doc/sources.list.5.xml: - add note about additional apt-transport-methods * doc/apt-mark.8.xml: - correct showauto synopsis, thanks Andrew Schulman (Closes: #551440) * cmdline/apt-get.cc: - source should display his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424) - only warn if (free) space overflows (Closes: #522238) - add --debian-only as alias for --diff-only * methods/connect.cc: - display also strerror of "wicked" getaddrinfo errors - add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno in response to Bernhard R. Link, thanks! (Closes: #505020) * buildlib/configure.mak, buildlib/config.{sub,guess}: - remove (outdated) config.{sub,guess} and use the ones provided by the new added build-dependency autotools-dev instead * configure.in, buildlib/{xml,yodl,sgml}_manpage.mak: - remove the now obsolete manpage buildsystems * doc/{pl,pt_BR,es,it}/*.{sgml,xml}: - convert all remaining translation to the po4a system * debian/control: - drop build-dependency on docbook-utils and xmlto - add build-dependency on autotools-dev - bump policy to 3.8.3 as we have no outdated manpages anymore * debian/NEWS: - fix a typo in 0.7.24: Allready -> Already (Closes: #557674) * ftparchive/writer.{cc,h}: - add APT::FTPArchive::LongDescription to be able to disable them * apt-pkg/deb/debsrcrecords.cc: - use "diff" filetype for .debian.tar.* files (Closes: #554898) * methods/rred.cc: - rewrite to be able to handle even big patch files - adopt optional mmap+iovec patch from Morten Hustveit (Closes: #463354) which should speed up a bit. Thanks! * methods/http{,s}.cc - add config setting for User-Agent to the Acquire group, thanks Timothy J. Miller! (Closes: #355782) - add https options which default to http ones (Closes: #557085) * debian/apt.cron.daily: - check cache size even if we do nothing else otherwise, thanks Francesco Poli for patch(s) and patience! (Closes: #459344) * ftparchive/*: - fix a few typos in strings, comments and manpage, thanks Karl Goetz! (Closes: #558757) * cmdline/apt-mark: - print an error if a new state file can't be created (Closes: #521289) and - exit nicely if python-apt is not installed (Closes: #521284) * doc/de: German translation of manpages (Closes: #552606) * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration * doc/apt-ftparchive.1.xml: - remove informalexample tag which hides the programlisting * doc/apt-get.8.xml: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages * apt-pkg/contib/strutl.h - Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2. * build infrastructure: - Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249) * doc/apt.conf.5.xml: - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash). - Restrict option names to alphanumerical characters and "/-:._+". - Deprecate #include, we have apt.conf.d nowadays which should be sufficient. * ftparchive/apt-ftparchive.cc: - Call setlocale() so translations are actually used. * debian/apt.conf.autoremove: - Add kfreebsd-image-* to the list (Closes: #558803)
| * | * merged lp:~mvo/apt/historyMichael Vogt2009-12-186-17/+99
| |\ \ | | | | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| | * | apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt2009-12-182-17/+24
| | | |
| | * | debian/apt.logrotate: keep histories for 12 monthMichael Vogt2009-12-181-2/+2
| | | |
| | * | * debian/apt.logrotate:Michael Vogt2009-12-182-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | - add to logratation * doc/examples/configure-index: - add as example
| | * | apt-pkg/deb/dpkgpm.cc: fflush earlyMichael Vogt2009-12-181-0/+1
| | | |
| | * | fix order of upgrade, install check because for a upgrade "Install()" ↵Michael Vogt2009-12-181-5/+5
| | | | | | | | | | | | | | | | returns True as well
| | * | add /var/log/apt/history.log fileMichael Vogt2009-12-183-16/+73
| | | |
| * | | merge from the debian-sid branchMichael Vogt2009-12-1832-1689/+7535
| |\ \ \ | | |/ / | |/| |
| | * | French translation updatebubulle@debian.org2009-12-161-61/+35
| | | |
| | * | releasing version 0.7.25Michael Vogt2009-12-151-2/+2
| | | |
| | * | merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-142-1/+4
| | | | | | | | | | | | (closes: #561109)
| | * | doc/sources.list.5.xml: merge typo fixesMichael Vogt2009-12-141-2/+2
| | |\ \
| | | * | fix two other typos - this time in sources.list.5.xml:David Kalnischkies2009-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * recongnizable --> recognizable * maintain --> maintains
| | * | | apt-inst/makefile: include libversion.makMichael Vogt2009-12-141-0/+3
| | | | |
| | * | | merged patches from david (many thanks)Michael Vogt2009-12-1420-285/+619
| | |\| |
| | | * | fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2009-12-122-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
| | | * | decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies2009-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | was a backport error and is not needed (and destroys our non-abi-break hack)
| | | * | remove informalexample tag which hides the programlisting in theDavid Kalnischkies2009-12-122-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
| | | * | refactor the current changelog a bitDavid Kalnischkies2009-12-121-9/+9
| | | | |
| | | * | revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-124-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
| | | * | fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies2009-12-111-3/+3
| | | | | | | | | | | | | | | | | | | | otherwise in the Configuration class.
| | | * | fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-117-9/+12
| | | | | | | | | | | | | | | | | | | | thanks Karl Goetz! (Closes: #558757)
| | | * | check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies2009-12-112-1/+8
| | | | | | | | | | | | | | | | | | | | thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
| | | * | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2009-12-112-0/+3
| | | | | | | | | | | | | | | | | | | | in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
| | | * | add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-114-67/+76
| | | | | | | | | | | | | | | | | | | | | | | | | method as this is more sane than using only the http options without a possibility to override these for https.
| | | * | add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-12-115-3/+18
| | | | | | | | | | | | | | | | | | | | thanks Timothy J. Miller! (Closes: #355782)
| | | * | Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2009-12-112-184/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
| | | * | * apt-pkg/init.h:Michael Vogt2009-12-102-1/+5
| | | | | | | | | | | | | | | - add compatibilty with old ABI name until the next ABI break