summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xscripts/dpkg-name.pl2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6030a0a54..c37f3c5ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,9 @@ dpkg (1.15.7.2) UNRELEASED; urgency=low
* Fix dpkg --root by properly stripping again the root directory from the
path of the maintainer script to execute. Closes: #580984
+ [ Gerfried Fuchs ]
+ * Fix syntax error in dpkg-name. Closes: #581315
+
-- Raphaƫl Hertzog <hertzog@debian.org> Fri, 23 Apr 2010 18:17:14 +0200
dpkg (1.15.7.1) unstable; urgency=low
diff --git a/scripts/dpkg-name.pl b/scripts/dpkg-name.pl
index 2df8ac9d9..6745ac182 100755
--- a/scripts/dpkg-name.pl
+++ b/scripts/dpkg-name.pl
@@ -186,7 +186,7 @@ sub move($)
if (mkpath($dir)) {
info(_g("created directory '%s'"), $dir);
} else {
- error(_g("cannot create directory '%s'", $dir);
+ error(_g("cannot create directory '%s'"), $dir);
}
} else {
error(_g("no such directory '%s', try --create-dir (-c) option"),