Your message dated Sat, 26 Dec 2009 21:21:35 +0000
with message-id <[email protected]>
and subject line Bug#493538: fixed in pbuilder 0.195
has caused the Debian Bug report #493538,
regarding Please add --build-twice-in-a-row option
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.)
--
493538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pbuilder
Version: 0.181
Severity: wishlist
Tags: patch
--- Please enter the report below this line. ---
Many sponsors will build packages twice in a row to ensure the archive
will be reuildable. Adding a pbuilder option to do this would make it
easier for people to test for this and improve the quality of the
archive.
This option would restart the build in the same chroot with the
post-build source from the first build.
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.24-19-generic
Debian Release: lenny/sid
500 hardy-updates archive.ubuntu.com
500 hardy-security security.ubuntu.com
500 hardy-backports us.archive.ubuntu.com
500 hardy-backports archive.ubuntu.com
500 hardy archive.ubuntu.com
--- Package information. ---
Depends (Version) | Installed
=============================-+-=============
coreutils (>= 4.5.8-1) | 6.10-3ubuntu2
debianutils (>= 1.13.1) | 2.28.2-0ubuntu1
debootstrap | 1.0.9~hardy1
OR cdebootstrap |
gcc | 4:4.2.3-1ubuntu6
wget | 1.10.2-3ubuntu1
--
aka nxvl
Key fingerprint = BCE4 27A0 D03E 55DE DA2D BE06 891D 8DEE 6545 97FE
gpg --keyserver keyserver.ubuntu.com --recv-keys 654597FE
--- pbuilder 2008-05-24 18:54:05.000000000 -0400
+++ pbuilder 2008-08-02 19:13:18.000000000 -0400
@@ -34,6 +34,10 @@
shift ;
/usr/lib/pbuilder/pbuilder-updatebuildenv "$@"
;;
+ --build-twice-in-a-row|build-twice-in-a-row)
+ shift ;
+ /usr/lib/pbuilder/pbuilder-buildpackage --twice "$@"
+ ;;
--build|build)
shift ;
/usr/lib/pbuilder/pbuilder-buildpackage "$@"
--- pbuilder-buildpackage 2008-05-24 18:54:05.000000000 -0400
+++ pbuilder-buildpackage 2008-08-02 19:13:07.000000000 -0400
@@ -25,6 +25,11 @@
. /usr/lib/pbuilder/pbuilder-runhooks
. /usr/lib/pbuilder/pbuilder-buildpackage-funcs
+if [ "$1" = --twice]; then
+ TWICE=True
+ shift;
+fi
+
PACKAGENAME="$1"
if [ ! -f "$PACKAGENAME" ]; then
echo "Command line parameter [$PACKAGENAME] is not a valid .dsc file name" >&2
@@ -117,8 +122,14 @@
if [ -z "$DEBEMAIL" ]; then
DPKG_COMMANDLINE="cd tmp/buildd/*/; dpkg-buildpackage -us -uc $DEBBUILDOPTS"
+ if [ -z "$TWICE" ]; then
+ DPKG_COMMANDLINE="$DPKG_COMMANDLINE; dpkg-buildpackage -us -uc $DEBBUILDOPTS"
+ fi
else
DPKG_COMMANDLINE="cd tmp/buildd/*/; dpkg-buildpackage -us -uc \"-m$DEBEMAIL\" $DEBBUILDOPTS"
+ if [ -z "$TWICE" ]; then
+ DPKG_COMMANDLINE="$DPKG_COMMANDLINE; dpkg-buildpackage -us -uc \"-m$DEBEMAIL\" $DEBBUILDOPTS"
+ fi
fi
(
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: pbuilder
Source-Version: 0.195
We believe that the bug you reported is fixed in the latest version of
pbuilder, which is due to be installed in the Debian FTP archive:
pbuilder-uml_0.195_amd64.deb
to main/p/pbuilder/pbuilder-uml_0.195_amd64.deb
pbuilder_0.195.dsc
to main/p/pbuilder/pbuilder_0.195.dsc
pbuilder_0.195.tar.gz
to main/p/pbuilder/pbuilder_0.195.tar.gz
pbuilder_0.195_all.deb
to main/p/pbuilder/pbuilder_0.195_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Junichi Uekawa <[email protected]> (supplier of updated pbuilder package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 27 Dec 2009 05:39:15 +0900
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source amd64 all
Version: 0.195
Distribution: unstable
Urgency: low
Maintainer: Debian pbuilder maintenance team
<[email protected]>
Changed-By: Junichi Uekawa <[email protected]>
Description:
pbuilder - personal package builder for Debian packages
pbuilder-uml - user-mode-linux version of pbuilder
Closes: 361362 472407 492898 493538 505695 525420 527878 561539
Changes:
pbuilder (0.195) unstable; urgency=low
.
[ Junichi Uekawa ]
* fix pdebuild.1 documentation about options which was confusing
(closes: #527878)
* Warn when there is non-existing hookdir. (closes: #525420)
* pdebuild-internal make HOME set to non-relative path. (closes:
#492898)
* Make error message visible when copying out to buildresult (closes:
#505695)
* explain pbuilder git commit message style in documentation.
* install D80no-man-db-rebuild to example directory.
* pbuilderrc: --variant=buildd is temporarily broken, disable.
.
[ Loïc Minier ]
* Change default root command to sudo -E; (closes: #361362)
* Do not mention codename of testing where possible
* Use debootstrap by default instead of cdebootstrap
* Factor "exec >" + "exec 2>&1" together
* Add support for building packages twice; (closes: #493538)
* Update header of /usr/share/pbuilder/pbuilderrc
* Copy .dsc in chroot before calling gdebi; (closes: #472407)
* Make --debbuildopts additive
* Log dpkg-buildpackage command lines
* Require gdebi/gdebi-core on host to resolve bdeps
.
[ gregor herrmann ]
* Add a hook script example to disable man-db regeneration inside
chroot (closes: #561539)
Checksums-Sha1:
ea3398eecfc83288e1afe805622a0f67bf86f0af 1095 pbuilder_0.195.dsc
91e53d89de4d4ef9d3243ce08df255332284c293 956106 pbuilder_0.195.tar.gz
c1da481b22d79937d1f9e543011036bf333764cf 40512 pbuilder-uml_0.195_amd64.deb
934d209f582f88ffe4c2cc46798beae7b39422f1 334220 pbuilder_0.195_all.deb
Checksums-Sha256:
eefd627429b5f8a99f493a77b65d046dfcef6ae14d9f1b2d5df035acc07def8a 1095
pbuilder_0.195.dsc
d760badb354d577f4cbb949929dc9ad0e04d19be710d779723fe651c4f32ea11 956106
pbuilder_0.195.tar.gz
0854e5c335712f98c65e64692addf887de3f0291fe26b2019b515442c4001476 40512
pbuilder-uml_0.195_amd64.deb
3eef0b4b53e6c46a65bfabd559099598bcf20ba8e3924d2f627d3be155142ab5 334220
pbuilder_0.195_all.deb
Files:
ec4b16d836fd053b1ff9409259fcc8aa 1095 devel extra pbuilder_0.195.dsc
3e42c458df1e02352123a91347f401c2 956106 devel extra pbuilder_0.195.tar.gz
f150e5db3a0ef9c39ee9ccaedf45532b 40512 devel extra pbuilder-uml_0.195_amd64.deb
f4508fcb4b6077bd6b4476392ee50b27 334220 devel extra pbuilder_0.195_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFLNnay2Dd9TugeVcERAuVpAJ4wOYuFPiocWz8E8u7ytrla1dGxTACeOSuk
nHT8Bd2/vf+apdva1tP61dE=
=PsIJ
-----END PGP SIGNATURE-----
--- End Message ---