From 976c302c380215c5d5a1f6560ff0b41264834fb7 Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Thu, 6 May 2004 23:43:59 +0000 Subject: [PATCH] Now that d-i installs aptitude as well as dselect, we can suggest that as well. --- ChangeLog | 5 +++++ debian/changelog | 1 + main/main.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fa6fcdf..f967e996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 7 00:42:44 BST 2004 Scott James Remnant + + * main/main.c: Suggest 'aptitude' as well as 'dselect' now that + d-i installs it. + Fri May 7 00:39:01 BST 2004 Christian Perrier * po/fr.po: Updated French translation. diff --git a/debian/changelog b/debian/changelog index acd614e7..c4dbcec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ dpkg (1.10.22) unstable; urgency=low * Correct invalid use of " within update-alternatives(8) with .BR. Closes: #244624. * Add dpkg-reconfigure(8) to SEE ALSO section of dpkg(8). Closes: #233282. + * Suggest aptitude as well as dselect. Closes: #217042. * Updated Translations: - Catalan (Jordi Mallach). - French (Christian Perrier). Closes: #246359. diff --git a/main/main.c b/main/main.c index d327eb71..db2a659b 100644 --- a/main/main.c +++ b/main/main.c @@ -111,7 +111,7 @@ Comparison operators for --compare-versions are:\n\ lt-nl le-nl ge-nl gt-nl (treat empty version as later than any version);\n\ < << <= = >= >> > (only for compatibility with control file syntax).\n\ \n\ -Use `dselect' for user-friendly package management.\n"), +Use `dselect' or 'aptitude' for user-friendly package management.\n"), BACKEND, ADMINDIR) < 0) werr ("stdout"); } -- 2.39.5