summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerfried Fuchs <rhonda@debian.at>2010-05-17 13:56:47 +0200
committerRaphaël Hertzog <hertzog@debian.org>2010-05-17 13:56:47 +0200
commit85a55d82432b8e035a7175f33b6e8c27366b9983 (patch)
tree98cab7571ec39d3df00f8acf394169a43853d940
parent294770c805f1491d722579958c133a8319c5f8a1 (diff)
downloaddpkg-85a55d82432b8e035a7175f33b6e8c27366b9983.tar.gz
dpkg-name: fix syntax error
There was a missing closing bracket. Regression introduced in 716362c59e531883304a211afa61660608c214b3. Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
-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"),