]> err.no Git - dpkg/commitdiff
u-a: Do not suggest manually changing the symlinks on verbose mode
authorGuillem Jover <guillem@debian.org>
Fri, 2 May 2008 03:51:08 +0000 (06:51 +0300)
committerGuillem Jover <guillem@debian.org>
Fri, 2 May 2008 03:51:08 +0000 (06:51 +0300)
Closes: #412487
ChangeLog
debian/changelog
scripts/update-alternatives.pl

index 19cd7cf46f2f537ab05c5cfa8fb9a8543027285a..1537657663e7bdb2a6f1b38871eba5c4849b707a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-02  Guillem Jover  <guillem@debian.org>
+
+       * scripts/update-alternatives.pl: Do not suggest manually changing
+       the alternative symlinks on verbose mode.
+
 2008-04-29  Guillem Jover  <guillem@debian.org>
 
        * configure.ac: Bump version to 1.15.0~.
index ebf91e215ddd9621d1c1e39a5bc38274855adf95..9faeadc34fd1add76f2ce99ff9fbe26fe3c64953 100644 (file)
@@ -1,5 +1,7 @@
 dpkg (1.15.0) UNRELEASED; urgency=low
 
+  * Do not suggest manually changing the alternative symlinks on
+    update-alternative's verbose mode. Closes: #412487
 
  -- Guillem Jover <guillem@debian.org>  Tue, 29 Apr 2008 06:01:40 +0300
 
index edbbec8bf889f4876c443543461245335e27a6a3..8b9b193ee5d56a9ca643c7747c5b4852369d2374 100755 (executable)
@@ -433,8 +433,8 @@ if ($state eq 'unexpected' && $mode eq 'auto') {
 # action=auto <=> state=nonexistent
 # state=unexpected => mode=manual
 
-&pr(sprintf(_g("Checking available versions of %s, updating links in %s ...\n".
-    "(You may modify the symlinks there yourself if desired - see \`man ln'.)"), $name, $altdir))
+pr(sprintf(_g("Checking available versions of %s, updating links in %s ..."),
+           $name, $altdir))
   if $verbosemode > 0;
 
 if ($action eq 'install') {