summaryrefslogtreecommitdiff
path: root/doc/examples
AgeCommit message (Collapse)Author
2006-09-28* doc/examples/configure-index:Michael Vogt
- document the buildDeps debug option
2006-09-12* doc/examples/sources.list:Michael Vogt
- removed no-longer used non-us line
2006-07-25* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates
2006-05-27* added Debug::pkgDepCache::AutoInstall debug optionMichael Vogt
2006-04-26* merged documentation patch (debian #307756)Michael Vogt
2005-11-22* merged http download limit for apt (#146877)Michael Vogt
2005-10-20* renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntuMichael Vogt
2005-10-19* added APT::Authentication::Trust-CDROM optionMichael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-1 * implemented "TrustCDROM" mode * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-2 * added APT::Authentication::TrustCDROM to the configure-index
2005-08-11* added apt-ftparchive.conf exampleMichael Vogt
2005-08-09* merged from mainMichael Vogt
Patches applied: * apt@packages.debian.org/apt--main--0--patch-106 Restore lost changelog entries * apt@packages.debian.org/apt--main--0--patch-107 Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0 * apt@packages.debian.org/apt--main--0--patch-108 Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0 * apt@packages.debian.org/apt--main--0--patch-109 Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0 * apt@packages.debian.org/apt--main--0--patch-110 Merge michael.vogt@ubuntu.com--2005/apt--progress-reporting--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-5 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-85 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-1 * inital proof of concept code, understands what dpkg tells it already * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-2 * progress reporting works now * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-3 * added "APT::Status-Fd" variable * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-4 * do i18n now too * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-5 * define N_(x) if it is not defined already * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-6 * PackageManager::DoInstall(int status_fd) added (does not break the ABI) * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-7 * merged with apt--fixes--0 to make it build again * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-8 * added support for "error" and "conffile-prompt" messages from dpkg * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-9 merge with main * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-10 * use sizeof() for all snprintf() uses; fix a potential line break problem in the status reading code; changed the N_() to _() calls * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-11 * added APT::KeepFDs configuration list for file descriptors that apt should leave open (needed for various frontends like debconf, synaptic) * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-12 * fixed a API breakage * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-13 * doc added, should be releasable now * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-14 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-15 * more source comments, added Debug::DpkgPM debug code to inspect the dpkg<->apt communication, broke the abi (ok with matt) * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-16 * the progress reporting has it's own "Debug::pkgDPkgProgressReporting" debug variable now * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-17 * merged PackageOps and TranslatedPackageOps into a single Map with the new DpkgState struct * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-18 * clear the APT::Keep-Fds configuration when it's no longer needed * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-19 * rewrote the reading from dpkg so that it never blocks * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-20 * merged the two status arrays into one * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-21 * added support for download progress reporting too (for Kamion and base-config) * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-22 * ABI break; added Configuration::Clear(string List, {int,string} value) added (to remove a single Value from a list); test/conf_clear.cc added * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-23 * remvoed a debug string * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-24 * soname changed, fixed a bug in the parsing code when dpkg send the same state more than once (at the end) * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-25 * merged with apt@packages.debian.org/apt--main--0, added changelog entry for the 0.6.40.1 upload * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-26 * fix a bug when out-of-order states are send from dpkg * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-27 * changelog update * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-28 * a real changelog entry now * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-29 * changelog finalized * michael.vogt@ubuntu.com--2005/apt--progress-reporting--0--patch-30 * propper (and sane) support for pmerror and pmconffile added
2005-03-05Add missing semicolon in configure-index (Debian #295773)Matt Zimmerman
2005-02-09* added gpgv::Options to configure-indexMichael Vogt
2005-02-09* merge with matts tree, added documentation for the gpgv stuffMichael Vogt
Patches applied: * apt@packages.debian.org/apt--main--0--patch-59 Open 0.6.32 * apt@packages.debian.org/apt--main--0--patch-60 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-61 Add missing whitespace in new Debug::Acquire::gpgv output
2004-11-13Merge from CVSMatt Zimmerman
Patches applied: * apt@arch.ubuntu.com/apt--MAIN--0--patch-1304 Basque correction. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1305 Updated Brazilian Portuguese and Greek (256396 and 2567... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1306 New Korean translation from Changwoo Ryu <cwryu@debian.... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1307 German translation now available in two flavours: with ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1308 Finalize 0.5.26 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1309 Remove duplicate entry * apt@arch.ubuntu.com/apt--MAIN--0--patch-1310 Note about archtable when architecture test fails * apt@arch.ubuntu.com/apt--MAIN--0--patch-1311 0.5.26 (really) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1312 German translation now available in two flavours: with ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1313 New Finnish translation from Tapio Lehtonen <tale@debia... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1314 New Bosnian translation from Safir ��e��erovi�� <sapphi... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1315 Fix Italian incontrario * apt@arch.ubuntu.com/apt--MAIN--0--patch-1316 * Bring configure-index up to date with documented opti... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1317 configure-index contains example values, not strictly d... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1318 Updated Spanish from Ruben Porras (Closes:#260483) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1319 Updated Danish from Claus Hindsgaul (Closes: #260569) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1320 Updated Slovak from Peter Mann (Closes: #260627) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1321 Updated Portuguese from Miguel Figueiredo (Closes: #261423) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1322 * Add Polish translation of offline.sgml (Closes: #259229) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1323 urgency=high * apt@arch.ubuntu.com/apt--MAIN--0--patch-1324 Sync with new POT. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1325 Updated Hungarian from Kelemen G��bor <kelemeng@gnome.hu>. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1326 Updated Greek from George Papamichelakis (Closes: #265004) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1327 Updated Simplified Chinese from Tchaikov (Closes: #265190) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1328 Updated French by Christian Perrier (Closes: #265816) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1329 Updated Japanese by Kenshi Muto (Closes: #265630) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1330 Updated French by Christian Perrier (Closes: #265816) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1331 - Updated Catalan from Jordi Mallach * apt@arch.ubuntu.com/apt--MAIN--0--patch-1332 Updated Dutch from Bart Cornelis (Closes: #268258) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1333 Updated Portuguese from Miguel Figueiredo (Closes: #268265) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1334 Updated Dutch from Bart Cornelis (Closes: #268258) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1335 APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-C... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1336 Updated Polish from Robert Luberda <robert@debian.org> ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1337 Updated Danish from Claus Hindsgaul (Closes: #269417) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1338 Updated Norwegian Nynorsk from H��vard Korsvoll <korsvo... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1339 Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes:... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1340 Updated Italian from Samuele Giovanni Tonon (Closes: #2... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1341 Updated Dutch from Bart Cornelis (Closes: #278697) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1342 Updated Slovak from Peter Mann (Closes: #279481)
2004-09-20* Fix typo in configure-index (RecruseDepends -> Recurs...Arch Librarian
Author: mdz Date: 2004-04-29 17:30:22 GMT * Fix typo in configure-index (RecruseDepends -> RecurseDepends) (Closes: #246550)
2004-09-20* Add example preferences file (Closes: #220799)Arch Librarian
Author: mdz Date: 2004-01-09 07:46:27 GMT * Add example preferences file (Closes: #220799)
2004-09-20Fix typo in ftp-archive.conf example (Closes: #203295)Arch Librarian
Author: mdz Date: 2003-07-30 02:37:34 GMT Fix typo in ftp-archive.conf example (Closes: #203295)
2004-09-20s/dpkg-preconfig/dpkg-preconfigure/Arch Librarian
Author: doogie Date: 2003-04-24 03:32:32 GMT s/dpkg-preconfig/dpkg-preconfigure/
2004-09-20Options MaxArgs,MaxBytes to allow a much longer dpkg co...Arch Librarian
Author: jgg Date: 2002-04-24 05:48:46 GMT Options MaxArgs,MaxBytes to allow a much longer dpkg command line.
2004-09-20More typos and thingsArch Librarian
Author: jgg Date: 2002-03-26 07:38:21 GMT More typos and things
2004-09-20Spelling errors and other fixesArch Librarian
Author: jgg Date: 2002-03-20 05:51:52 GMT Spelling errors and other fixes
2004-09-20apt-pkg/init.ccArch Librarian
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
2004-09-20Join with aliencodeArch Librarian
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
2004-09-20Added two new configure entriesArch Librarian
Author: jgg Date: 2000-05-13 01:52:59 GMT Added two new configure entries
2004-09-20Fixed up the example sources.list. Closes: #63676Arch Librarian
Author: jgg Date: 2000-05-12 05:23:24 GMT Fixed up the example sources.list. Closes: #63676
2004-09-20Fixed to new security and non-us urlsArch Librarian
Author: jgg Date: 2000-01-21 07:29:55 GMT Fixed to new security and non-us urls
2004-09-20New configuration exampleArch Librarian
Author: jgg Date: 1999-12-06 02:19:38 GMT New configuration example
2004-09-20Doc fixArch Librarian
Author: jgg Date: 1999-10-31 06:32:27 GMT Doc fix
2004-09-20Increased cache allocationArch Librarian
Author: jgg Date: 1999-10-29 04:49:37 GMT Increased cache allocation
2004-09-20--trivial-only and --no-remove. --trivial-only and --no...Arch Librarian
Author: jgg Date: 1999-10-28 05:54:45 GMT --trivial-only and --no-remove. --trivial-only and --no-remove.
2004-09-20Regex, --all-versions and more OR stuffArch Librarian
Author: jgg Date: 1999-10-22 04:05:47 GMT Regex, --all-versions and more OR stuff
2004-09-20Added clean install codeArch Librarian
Author: jgg Date: 1999-10-03 21:09:27 GMT Added clean install code
2004-09-20Added deb-src exampleArch Librarian
Author: jgg Date: 1999-09-10 02:39:33 GMT Added deb-src example
2004-09-20Use symlinks for sourceArch Librarian
Author: jgg Date: 1999-08-28 03:22:34 GMT Use symlinks for source
2004-09-20Fixed security referenceArch Librarian
Author: jgg Date: 1999-08-25 03:19:54 GMT Fixed security reference
2004-09-20Force-LoopBreakArch Librarian
Author: jgg Date: 1999-08-12 05:59:47 GMT Force-LoopBreak
2004-09-20pre installArch Librarian
Author: jgg Date: 1999-08-05 05:56:25 GMT pre install
2004-09-20failure code if package files could not be downloadedArch Librarian
Author: jgg Date: 1999-07-10 05:32:25 GMT failure code if package files could not be downloaded
2004-09-20Fixed apt-cdrom and the control fileArch Librarian
Author: jgg Date: 1999-05-29 21:49:58 GMT Fixed apt-cdrom and the control file
2004-09-20Added --no-downloadArch Librarian
Author: jgg Date: 1999-05-24 03:39:36 GMT Added --no-download
2004-09-20Added compile and unpack support to apt-getArch Librarian
Author: jgg Date: 1999-04-19 06:03:09 GMT Added compile and unpack support to apt-get
2004-09-20fixed ftp but, config file bug and md5 source fetch errorArch Librarian
Author: jgg Date: 1999-04-11 21:23:09 GMT fixed ftp but, config file bug and md5 source fetch error
2004-09-20Fixed update and bad conf fileArch Librarian
Author: jgg Date: 1999-04-11 06:46:09 GMT Fixed update and bad conf file
2004-09-20CDrom fixesArch Librarian
Author: jgg Date: 1999-04-03 01:05:24 GMT CDrom fixes
2004-09-20FTP man page updatesArch Librarian
Author: jgg Date: 1999-03-15 23:05:49 GMT FTP man page updates
2004-09-20Minor fixes for FTP supportArch Librarian
Author: jgg Date: 1999-03-15 08:10:39 GMT Minor fixes for FTP support
2004-09-20fixed speelingArch Librarian
Author: jgg Date: 1999-03-02 21:19:06 GMT fixed speeling
2004-09-20Http download fixesArch Librarian
Author: jgg Date: 1999-02-27 22:29:11 GMT Http download fixes
2004-09-20Fixed a few minor dpkg settingsArch Librarian
Author: jgg Date: 1999-01-31 08:55:53 GMT Fixed a few minor dpkg settings
2004-09-20Added some control over how dpkg is invokedArch Librarian
Author: jgg Date: 1999-01-31 08:49:39 GMT Added some control over how dpkg is invoked