There was a missing closing bracket. Regression introduced in 716362c59e531883304a211afa61660608c214b3. Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
@@ -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
@@ -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);
}
error(_g("no such directory '%s', try --create-dir (-c) option"),