+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~.
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
# 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') {