summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
AgeCommit message (Collapse)Author
2004-09-20* Add colons to apt-get's "kept back"/"upgraded"/"downg...Arch Librarian
Author: mdz Date: 2004-01-09 07:14:28 GMT * Add colons to apt-get's "kept back"/"upgraded"/"downgraded" messages (Closes: #226813)
2004-09-20* Don't suggest apt-get -f install to correct broken bu...Arch Librarian
Author: mdz Date: 2003-12-24 22:53:10 GMT * Don't suggest apt-get -f install to correct broken build-deps; broken installed packages are rarely the cause (Closes: #220858)
2004-09-20SyntaxArch Librarian
Author: mdz Date: 2003-12-20 23:58:55 GMT Syntax
2004-09-20* Clean up and simplify some of the suggests/recommends...Arch Librarian
Author: mdz Date: 2003-12-20 23:55:05 GMT * Clean up and simplify some of the suggests/recommends display in apt-get
2004-09-20isatty test was backwardsArch Librarian
Author: mdz Date: 2003-12-20 23:39:54 GMT isatty test was backwards
2004-09-20* Use isatty rather than ttyname for checking if stdin ...Arch Librarian
Author: mdz Date: 2003-11-19 23:50:51 GMT * Use isatty rather than ttyname for checking if stdin is a terminal. isatty has the advantage of not requiring /proc under Linux, and thus Closes: #221728
2004-09-20* Fix version display for recommends (Closes: #219900)Arch Librarian
Author: mdz Date: 2003-11-10 07:09:53 GMT * Fix version display for recommends (Closes: #219900)
2004-09-20* Let apt-get build-dep try alternatives if the install...Arch Librarian
Author: mdz Date: 2003-10-29 17:56:31 GMT * Let apt-get build-dep try alternatives if the installed package doesn't meet version requirements (Closes: #214736)
2004-09-20* apt-get build-dep, when trying to skip over the remai...Arch Librarian
Author: mdz Date: 2003-09-24 04:00:25 GMT * apt-get build-dep, when trying to skip over the remaining elements of an or-expression, would accidentally inherit the version requirements of a later item in the or-expression. Fixed it. * Let apt-get build-dep try alternatives if the first dependency in an or-expression is not available * Add a Debug::BuildDeps to generate some trace output * Help apt-get build-dep produce more useful error messages * Process build-dependencies in forward rather than reverse order * Error out if an installed package is too new for a << or <= build-dependency
2004-09-20* s/removed/installed/ in a comment in apt-get.ccArch Librarian
Author: mdz Date: 2003-09-19 03:10:01 GMT * s/removed/installed/ in a comment in apt-get.cc
2004-09-20* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...Arch Librarian
Author: mdz Date: 2003-09-10 19:28:55 GMT * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets pulled in by something else with recent g++ and/or glibc, but is required when building on, e.g., stable
2004-09-20* Make APT::Get::Show-Upgraded (aka apt-get -u) default...Arch Librarian
Author: mdz Date: 2003-08-22 02:46:09 GMT * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
2004-09-20* Change upgraded/newly installed/not fully installed o...Arch Librarian
Author: mdz Date: 2003-08-22 01:51:01 GMT * Change upgraded/newly installed/not fully installed or removed messages to be consistent and somewhat shorter (some translations exceeded 80 characters even in the simplest case)
2004-09-20Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian
Author: mdz Date: 2003-08-09 03:07:03 GMT Switch to using nl_langinfo(YESEXPR) for yes/no prompting
2004-09-20* Ensure that the comparison of the "yes" character in ...Arch Librarian
Author: mdz Date: 2003-08-09 00:26:29 GMT * Ensure that the comparison of the "yes" character in YnPrompt is done with unsigned values, so that 8-bit characters work correctly. This should probably all use nl_langinfo(YESEXPR) at some point instead. (Closes: #200953) * Pass the translated character through toupper(3), so that it doesn't really matter anymore whether the translated string is uppercase
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
Author: mdz Date: 2003-08-08 23:48:48 GMT * Patch from Otavio Salvador to avoid listing suggests/recommends which are Provided by a package which is already installed (Closes: #200395)
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
Author: mdz Date: 2003-08-08 23:45:00 GMT * Patch from Otavio Salvador to avoid listing suggests/recommends for packages which are selected for installation at the same time as the package which suggests/recommends them (Closes: #200102)
2004-09-20* Avoid segfault if a package name is specified which c...Arch Librarian
Author: mdz Date: 2003-08-07 20:51:50 GMT * Avoid segfault if a package name is specified which consists entirely of characters which look like end tags ('+', '-') (Closes: #200425)
2004-09-20* Improve build-depends handling of virtual packages ev...Arch Librarian
Author: mdz Date: 2003-07-25 22:03:49 GMT * Improve build-depends handling of virtual packages even further, so that it will now also try to satisfy build-depends on virtual packages if they are not installed. Note that this only works if there is only one package providing the virtual package, as in other cases (Closes: #165404)
2004-09-20* Skip version check if a build-dependency is provided ...Arch Librarian
Author: mdz Date: 2003-07-22 03:00:19 GMT * Skip version check if a build-dependency is provided by an installed package (Closes: #126938)
2004-09-20* Silence the essential packages check if we are only d...Arch Librarian
Author: mdz Date: 2003-07-22 01:49:26 GMT * Silence the essential packages check if we are only downloading archives and not changing the system (Closes: #190862)
2004-09-20Fix never-ending loop in apt-get install -V.Arch Librarian
Author: doogie Date: 2003-05-19 17:30:12 GMT Fix never-ending loop in apt-get install -V.
2004-09-20Fix suggested and recommends showlist calls, to include...Arch Librarian
Author: doogie Date: 2003-04-27 05:59:33 GMT Fix suggested and recommends showlist calls, to include the versions.
2004-09-20apt-get now prints out suggested and recommended packages.Arch Librarian
Author: doogie Date: 2003-04-27 01:47:10 GMT apt-get now prints out suggested and recommended packages.
2004-09-20Add option to apt-get to show versions of packages beingArch Librarian
Author: doogie Date: 2003-04-27 01:36:14 GMT Add option to apt-get to show versions of packages being upgraded/installed.
2004-09-20Remove trailing lines on package lists.Arch Librarian
Author: doogie Date: 2003-02-12 16:14:08 GMT Remove trailing lines on package lists.
2004-09-20Check candidate version when installing build-deps. Clo...Arch Librarian
Author: tausq Date: 2003-02-02 03:30:52 GMT Check candidate version when installing build-deps. Closes: #178121
2004-09-20fix some build-dep bugs; update changelogArch Librarian
Author: tausq Date: 2003-02-01 20:18:46 GMT fix some build-dep bugs; update changelog
2004-09-20Change wording of 'additional disk space usage' message.Arch Librarian
Author: doogie Date: 2002-11-09 20:50:30 GMT Change wording of 'additional disk space usage' message.
2004-09-20Remove 'Sorry' from messages.Arch Librarian
Author: doogie Date: 2002-11-09 20:38:02 GMT Remove 'Sorry' from messages.
2004-09-20Print out a message when doing regexing, change regex c...Arch Librarian
Author: jgg Date: 2002-07-08 04:09:52 GMT Print out a message when doing regexing, change regex charset.
2004-09-20'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian
Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'.
2004-09-20Allow an uninstalled package to be marked for removalArch Librarian
Author: jgg Date: 2002-04-26 05:36:43 GMT Allow an uninstalled package to be marked for removal
2004-09-20--print-uris works with update now. Closes: 57070Arch Librarian
Author: jgg Date: 2002-04-02 07:16:24 GMT --print-uris works with update now. Closes: 57070
2004-09-20Do not check for free space if --no-dowload is setArch Librarian
Author: jgg Date: 2002-03-27 05:26:24 GMT Do not check for free space if --no-dowload is set
2004-09-20Use std C++ header names for includesArch Librarian
Author: jgg Date: 2002-03-26 07:38:57 GMT Use std C++ header names for includes
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-20Added locale.h for LC_ALLArch Librarian
Author: jgg Date: 2002-02-15 03:40:00 GMT Added locale.h for LC_ALL
2004-09-20setup textdomain/etc for i18n stuffArch Librarian
Author: jgg Date: 2002-01-09 04:59:44 GMT setup textdomain/etc for i18n stuff
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-20Add --arch-only option for apt-get build-dep only only ...Arch Librarian
Author: tausq Date: 2001-11-04 17:09:18 GMT Add --arch-only option for apt-get build-dep only only process arch-dependent build-dependencies. Small change to srcrecord class; bumped minor so number to 3.3
2004-09-20Ignore build-conflicts if package is unknown (Closes: #...Arch Librarian
Author: tausq Date: 2001-10-02 03:16:28 GMT Ignore build-conflicts if package is unknown (Closes: #88664)
2004-09-20Changes for the now printing of showbrokenArch Librarian
Author: jgg Date: 2001-07-01 22:59:04 GMT Changes for the now printing of showbroken
2004-09-20Various bug fixesArch Librarian
Author: jgg Date: 2001-07-01 20:49:08 GMT Various bug fixes
2004-09-20G++3 fixes from RandolphArch Librarian
Author: jgg Date: 2001-05-27 04:45:49 GMT G++3 fixes from Randolph
2004-09-20Add missing \nArch Librarian
Author: doogie Date: 2001-04-28 01:18:37 GMT Add missing \n
2004-09-20Fix for display bug. Closes: #92033Arch Librarian
Author: jgg Date: 2001-04-10 04:49:52 GMT Fix for display bug. Closes: #92033
2004-09-20Core correctness patchesArch Librarian
Author: jgg Date: 2001-03-13 05:23:42 GMT Core correctness patches
2004-09-20Dans segfaultArch Librarian
Author: jgg Date: 2001-03-03 23:12:07 GMT Dans segfault
2004-09-20Fixed build-dep handling for virtual packages (closes: ...Arch Librarian
Author: tausq Date: 2001-02-27 02:51:03 GMT Fixed build-dep handling for virtual packages (closes: #87639)