Package: pbuilder
Version: 0.206
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch


There is a typo in an error message, introduced in 
http://anonscm.debian.org/gitweb/?p=pbuilder/pbuilder.git;a=commit;h=163e0751e2066cd24ec4de61f30489b5a21161e8

*** /tmp/tmpQkEY6_
This patch corrects the typo.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pbuilder-0.206/debian/changelog pbuilder-0.206ubuntu1/debian/changelog
diff -Nru pbuilder-0.206/pbuilder-buildpackage pbuilder-0.206ubuntu1/pbuilder-buildpackage
--- pbuilder-0.206/pbuilder-buildpackage	2012-01-26 23:00:52.000000000 +0100
+++ pbuilder-0.206ubuntu1/pbuilder-buildpackage	2012-02-13 12:02:54.000000000 +0100
@@ -27,7 +27,7 @@
 
 PACKAGENAME="$1"
 if [ ! -f "$PACKAGENAME" ]; then
-    log "E: Command line parameter [$PACKAGENAME] is does not exist"
+    log "E: Command line parameter [$PACKAGENAME] does not exist"
     exit 1;
 fi;
 

Reply via email to