]> err.no Git - dpkg/commitdiff
Now that d-i installs aptitude as well as dselect, we can suggest that
authorScott James Remnant <keybuk@debian.org>
Thu, 6 May 2004 23:43:59 +0000 (23:43 +0000)
committerScott James Remnant <keybuk@debian.org>
Thu, 6 May 2004 23:43:59 +0000 (23:43 +0000)
as well.

ChangeLog
debian/changelog
main/main.c

index 2fa6fcdf387e1e0b2eb0f739c3d5d5dff5904a2e..f967e99667521c6898622bf20025744a50be01ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 7 00:42:44 BST 2004 Scott James Remnant <scott@netsplit.com>
+
+  * 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 <bubulle@debian.org>
 
   * po/fr.po: Updated French translation.
index acd614e794adf5d56aad5d9f27d85543cb3c5875..c4dbcec68de56b60ec83738c70fdcf64c406e9ea 100644 (file)
@@ -24,6 +24,7 @@ dpkg (1.10.22) unstable; urgency=low
   * Correct invalid use of &quot; 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.
index d327eb710a51711cf3a027954cdf9da315951687..db2a659b399cef36c47f53a2b50bcd60098a4d91 100644 (file)
@@ -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");
 }