Your message dated Sat, 10 Mar 2012 10:00:55 +0900
with message-id <87wr6txoag.dancerj%[email protected]>
and subject line forgot to close them in changelog.
has caused the Debian Bug report #659703,
regarding pbuilder: Typo in error message
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
659703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pbuilder
Version: 0.206
Severity: minor
Tags: patch
User: [email protected]
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;
--- End Message ---
--- Begin Message ---
pbuilder (0.207) unstable; urgency=low
.
[ Maarten Bezemer ]
* Bug#659581: pbuilder: does not autocomplete filename in all cases
correctly
* Bug#660838: pbuilder: Add complete bash_autocompletion for all flags
and arguments
* Bug#659703: pbuilder: Typo in error message
.
[ Junichi Uekawa ]
* Bug#660386: pbuilder: Remove /usr/X11R6/bin from default PATH
* make longer lines wrap so reading patch files aren't as painful.
.
[ Simon Ruderich ]
* Bug#579028: pbuilder: installs untrusted packages without asking
--- End Message ---