From: Gerfried Fuchs <rho...@debian.at>
Date: Mon, 17 May 2010 12:49:43 +0200
Subject: [PATCH] dpkg-name: fix syntax error

There was a missing closing bracket.

Regression introduced in 716362c59e531883304a211afa61660608c214b3.

Closes: #581329, #581326, #581315
---
 debian/changelog     |    3 +++
 scripts/dpkg-name.pl |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6030a0a..f2fc4e3 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: #581329, #581326, #581315
+
  -- Raphaƫl Hertzog <hert...@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 2df8ac9..6745ac1 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"),
-- 
1.5.6.5




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to