summaryrefslogtreecommitdiff
path: root/apt-pkg/init.cc
Commit message (Collapse)AuthorAgeFilesLines
* * Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fixOtavio Salvador2007-10-251-4/+4
| | | APT::Acquire::Translation "none" support, closes: #437523.
* * apt-pkg/depcache.cc:Michael Vogt2007-10-151-1/+1
| | | - set "APT::Install-Recommends" to true by default (OMG!)
* * merged dpkg-log branchMichael Vogt2007-08-111-1/+1
|\
| * * apt-pkg/init.cc: Michael Vogt2007-08-031-1/+1
| | | | | | | | | | | | - init Dir::Log::Terminal * apt-pkg/deb/dpkgpm.cc: - only work with term_out if it is not NULL
* | * apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt2007-08-031-0/+4
|\| | | | | | | | | - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to ABI break
| * apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt2007-07-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | - a bit cleanup - move the log date to the right place - write log to dir::log::name apt-pkg/init.cc: - init dir::log::name "/var/log/apt/term.log" debian/apt.dirs: - create /var/log/apt/ doc/examples/configure-index: - add new dir::log::name to the index
| * * huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt2007-06-091-0/+5
| |\ | | | | | | | | | as possible to apt--mvo again
* | | * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador2007-08-011-7/+1
| | | | | | | | | directory downloading on non-linux architectures (closes: #435597)
* | | * add "purge" commandline argument, closes: #133421)Michael Vogt2007-06-081-0/+1
|\| | | |/ |/| | | | | | | (thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
| * * fix FTBFS with gcc 4.3, closes: #417090Michael Vogt2007-06-081-0/+1
| | | | | | (thanks to Martin Michlmayr for the patch)
* | * merged the install-recommends branchMichael Vogt2006-08-151-0/+2
|\ \
| * | * apt-pkg/init.cc:Michael Vogt2006-08-091-0/+2
| |/ | | | | | | | | | | - init "install-recommends", "install-suggests" with default "false" * debian/changelog: - updated
* | * merged with apt--mvoMichael Vogt2005-11-301-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--sources-list-d--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--sources-list-d--0--patch-1 Patch from apt-rpm via Michael Vogt to implement /etc/apt/sources.list.d * bubulle@debian.org--2005/apt--main--0--patch-130 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-131 Simplified Chinese translation update * bubulle@debian.org--2005/apt--main--0--patch-132 Completed Simplified Chinese translation * bubulle@debian.org--2005/apt--main--0--patch-133 Merge with Michael AND update PO files * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-90 * merged the sources.list.d patch * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-91 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-92 * changelog update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-93 * sources.list.d documented * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-94 * pkgDirStream has (slightly) better extract support now * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-95 * merge fix for #339533 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-96 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-97 * some more debug output * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-98 * ABI change: merged more flexible pkgAcquireFile code * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-99 * merged http download limit for apt (#146877) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-100 * applied parts of the string speedup patch from debian #319377 (ABI change) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-101 * fix for #340448 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-102 * finalized this release * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-103 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-104 * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-105 * fix mailaddress * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-106 * fix a string (thanks to bubulle) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-107 * merged with bubulle
| * * merged the sources.list.d patchMichael Vogt2005-11-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--sources-list-d--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--sources-list-d--0--patch-1 Patch from apt-rpm via Michael Vogt to implement /etc/apt/sources.list.d
* | * code cleanups (thanks matt!), moved UsePackage before the description list ↵Michael Vogt2005-07-281-3/+3
| | | | | | | | build in pkgcachegen to catch MMap errors early
* | Port DDTP to APT 0.6 branchOtavio Salvador2005-03-231-0/+3
|/
* * Print a slightly clearer error message if no packagin...Arch Librarian2004-09-201-2/+2
| | | | | | | Author: mdz Date: 2004-02-27 00:46:44 GMT * Print a slightly clearer error message if no packaging systems are available (Closes: #233681)
* Only set the text domain if APT_DOMAIN is defined(it's ...Arch Librarian2004-09-201-1/+3
| | | | | | | Author: doogie Date: 2003-02-09 20:31:05 GMT Only set the text domain if APT_DOMAIN is defined(it's not when building static libs).
* s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...Arch Librarian2004-09-201-2/+2
| | | | | | | Author: doogie Date: 2002-11-11 07:00:16 GMT s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and breaks us.
* Gettext stuffArch Librarian2004-09-201-2/+8
| | | | | | Author: jgg Date: 2002-10-16 05:21:33 GMT Gettext stuff
* apt-pkg/init.ccArch Librarian2004-09-201-1/+2
| | | | | | | | | | | | | | | Author: tausq Date: 2001-12-05 07:22:39 GMT apt-pkg/init.cc APT::Build-Essential default value cmdline/apt-get.cc Also install APT::Build-Essential packages when apt-get build-dep is invoked debian/changelog Updated changelog doc/examples/configure-index doc/apt.conf.5.sgml Document APT::Build-Essential
* Alfredo's vendor stuffArch Librarian2004-09-201-2/+4
| | | | | | Author: jgg Date: 2001-03-13 06:51:46 GMT Alfredo's vendor stuff
* Join with aliencodeArch Librarian2004-09-201-23/+82
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* More CD supportArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1998-11-25 23:54:06 GMT More CD support
* By gosh, I think it worksArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1998-11-22 03:20:30 GMT By gosh, I think it works
* Small bug fixesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-11-06 02:52:20 GMT Small bug fixes
* Fixed config handling bug againArch Librarian2004-09-201-10/+8
| | | | | | Author: jgg Date: 1998-11-05 07:42:03 GMT Fixed config handling bug again
* Working acquire codeArch Librarian2004-09-201-3/+5
| | | | | | Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code
* SyncArch Librarian2004-09-201-4/+16
| | | | | | Author: jgg Date: 1998-10-30 07:53:30 GMT Sync
* Start on acquire stuffArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-10-20 02:39:12 GMT Start on acquire stuff
* Fixed default dirsArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-10-09 19:57:21 GMT Fixed default dirs
* SyncArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1998-09-26 05:34:18 GMT Sync
* SyncArch Librarian2004-09-201-3/+11
| | | | | | Author: jgg Date: 1998-09-22 05:30:24 GMT Sync
* Progress and combined cache generatorArch Librarian2004-09-201-4/+9
| | | | | | Author: jgg Date: 1998-07-26 04:49:26 GMT Progress and combined cache generator
* Working cache generatorArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1998-07-16 06:08:36 GMT Working cache generator
* First draft of make system and name change to apt-pkgArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-07-12 23:58:20 GMT First draft of make system and name change to apt-pkg
* Config class and source listArch Librarian2004-09-201-0/+43
Author: jgg Date: 1998-07-09 05:12:27 GMT Config class and source list