Age | Commit message (Collapse) | Author |
|
Author: mdz
Date: 2004-01-04 19:00:10 GMT
Don't use the Archive name in madison; it won't be unique and there
isn't space for both that and the source description
|
|
Author: mdz
Date: 2004-01-04 07:41:52 GMT
* Add an "apt-cache madison" command with an output format similar to
the katie tool of the same name (but less functionality)
|
|
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)
|
|
Author: mdz
Date: 2003-12-20 23:58:55 GMT
Syntax
|
|
Author: mdz
Date: 2003-12-20 23:55:05 GMT
* Clean up and simplify some of the suggests/recommends display in apt-get
|
|
Author: mdz
Date: 2003-12-20 23:39:54 GMT
isatty test was backwards
|
|
Author: mdz
Date: 2003-12-20 22:56:14 GMT
* Correctly implement -n as a synonym for --names-only (Closes: #224515)
|
|
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
|
|
Author: mdz
Date: 2003-11-10 07:09:53 GMT
* Fix version display for recommends (Closes: #219900)
|
|
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)
|
|
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
|
|
Author: mdz
Date: 2003-09-19 03:10:01 GMT
* s/removed/installed/ in a comment in apt-get.cc
|
|
Author: mdz
Date: 2003-09-12 01:48:33 GMT
* Exclude subdirectories named 'debian-installer' from the apt-cdrom
search (Closes: #210485)
|
|
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
|
|
Author: mdz
Date: 2003-08-22 02:46:09 GMT
* Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
|
|
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)
|
|
Author: mdz
Date: 2003-08-09 03:07:03 GMT
Switch to using nl_langinfo(YESEXPR) for yes/no prompting
|
|
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
|
|
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)
|
|
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)
|
|
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)
|
|
Author: mdz
Date: 2003-08-02 19:53:23 GMT
* Write records from "apt-cache show" using fwrite(3) rather than
write(2), in case for some reason the entire record doesn't get
written by a single write(2)
|
|
Author: mdz
Date: 2003-08-01 20:27:13 GMT
* Patch from Otavio Salvador to exit successfully after --version
(Closes: #203418)
|
|
Author: mdz
Date: 2003-07-26 00:00:11 GMT
* Support TMPDIR in apt-extracttemplates (Closes: #191656)
|
|
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)
|
|
Author: mdz
Date: 2003-07-22 03:10:01 GMT
* Have apt-cache show exit with an error if it cannot find any of the
specified packages (Closes: #101490)
|
|
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)
|
|
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)
|
|
Author: doogie
Date: 2003-05-19 17:30:12 GMT
Fix never-ending loop in apt-get install -V.
|
|
Author: piefel
Date: 2003-05-15 09:39:38 GMT
Typo (file1 and file2)
|
|
Author: doogie
Date: 2003-04-27 05:59:33 GMT
Fix suggested and recommends showlist calls, to include the versions.
|
|
Author: doogie
Date: 2003-04-27 02:47:44 GMT
Add a rdepends command to apt-cache.
|
|
Author: doogie
Date: 2003-04-27 01:56:48 GMT
Insert some newlines in the cdrom change media message.
|
|
Author: doogie
Date: 2003-04-27 01:47:10 GMT
apt-get now prints out suggested and recommended packages.
|
|
Author: doogie
Date: 2003-04-27 01:36:14 GMT
Add option to apt-get to show versions of packages being
upgraded/installed.
|
|
Author: doogie
Date: 2003-04-27 01:32:48 GMT
Add a vcg command to apt-cache, similiar to dotty.
|
|
Author: doogie
Date: 2003-04-26 23:26:13 GMT
Change frozen to testing everywhere.
|
|
Author: doogie
Date: 2003-02-12 16:14:08 GMT
Remove trailing lines on package lists.
|
|
Author: doogie
Date: 2003-02-10 01:40:58 GMT
Typo fixes.
|
|
Author: jgg
Date: 2003-02-02 22:24:11 GMT
Fix segfault on really wide screens, #176052
|
|
Author: tausq
Date: 2003-02-02 03:30:52 GMT
Check candidate version when installing build-deps. Closes: #178121
|
|
Author: tausq
Date: 2003-02-01 20:18:46 GMT
fix some build-dep bugs; update changelog
|
|
Author: jgg
Date: 2003-01-11 07:18:44 GMT
G++ 3.2 fixes
|
|
Author: doogie
Date: 2002-11-09 23:08:08 GMT
Fix typo, and convert file.Package to const char.
|
|
Author: doogie
Date: 2002-11-09 22:47:19 GMT
Add -n synonym for --names-only for apt-cache.
|
|
Author: doogie
Date: 2002-11-09 22:41:55 GMT
apt-extracttemplates now prepends the package name when extracting files.
|
|
Author: doogie
Date: 2002-11-09 20:50:30 GMT
Change wording of 'additional disk space usage' message.
|
|
Author: doogie
Date: 2002-11-09 20:38:02 GMT
Remove 'Sorry' from messages.
|
|
Author: doogie
Date: 2002-11-09 17:11:25 GMT
_config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now
exported. Fixed apt-config dump sending to stderr.
|
|
Author: jgg
Date: 2002-09-21 21:29:13 GMT
Don't segfault if the cache can't be made.
Show the filename for all error messages that are due to opening .debs #151835
|