Package: pbuilder Version: 0.181 Severity: minor Tags: patch I found this while looking at the git repo.
The EXAMPLE section of debuild-pbuilder.1 seems to be contaminated with CVS string substitution. | $ debuild-pbuilder | W: /home/dancer/.pbuilderrc does not exist | -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 2006/11/06 20:20:56 lool Exp $ | -> Considering build-dep debhelper (>= 4.1.0) | -> Trying debhelper "v 1.29 2006/11/06 20:20:56 lool Exp $" looks funny. This was as it was when Junichi commited initially in 2007-01-20. This may have been true but looks so suspicious to be some CVS artifacts. I executed this under lenny: $ debuild-pbuilder -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy Version: 0.invalid.0 Architecture: amd64 ... Now I see the output style has changed too. Let's update example as attached at least to be current with lenny. FYI: I tried to execute locally backported and fiddled 0.195 from git, this command errord as: $ debuild-pbuilder /usr/bin/debuild-pbuilder: line 14: sudo -E: command not found I guess newer pbuilder uses "sudo -E" which requires /etc/sudoer fiddle which I have not yet done in my lenny system. -- System Information: Debian Release: 5.0.3 APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (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/bash Versions of packages pbuilder depends on: ii cdebootstrap 0.5.4 Bootstrap a Debian system ii coreutils 6.10-6 The GNU core utilities ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii debianutils 2.30 Miscellaneous utilities specific t ii debootstrap 1.0.10lenny1 Bootstrap a basic Debian system ii gcc 4:4.3.2-2 The GNU C compiler ii wget 1.11.4-2+lenny1 retrieves files from the web Versions of packages pbuilder recommends: ii cowdancer 0.47 Copy-on-write directory tree utili ii devscripts 2.10.35lenny7 scripts to make the life of a Debi ii fakeroot 1.11 Gives a fake root environment ii sudo 1.6.9p17-2 Provide limited super user privile Versions of packages pbuilder suggests: pn pbuilder-uml <none> (no description available) -- debconf information: pbuilder/mirrorsite: http://ftp.jp.debian.org/debian/ pbuilder/nomirror: pbuilder/rewrite: false
--- debuild-pbuilder.1.old 2010-01-01 09:25:31.000000000 +0900 +++ debuild-pbuilder.1 2010-01-01 09:26:48.000000000 +0900 @@ -20,10 +20,10 @@ .nf $ debuild-pbuilder -W: /home/dancer/.pbuilderrc does not exist - -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 2006/11/06 20:20:56 lool Exp $ - -> Considering build-dep debhelper (>= 4.1.0) - -> Trying debhelper + -> Attempting to satisfy build-dependencies + -> Creating pbuilder-satisfydepends-dummy package +Package: pbuilder-satisfydepends-dummy +Version: 0.invalid.0 . . .hy