Your message dated Wed, 21 Nov 2007 12:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#448757: fixed in pbuilder 0.175 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: pbuilder Version: 0.174 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In Ubuntu, we've applied the attached patch to achieve the following: * Fix sed for pdebuild-internal to stop matching Original-Maintainer field as an output file name. More generally, as any custom .changes fields in the control file (XC-blah) lands at the bottom of the .changes file, the sed magic in pdebuild-internal accidentally matches those fields as files to be copied. We work around this by requiring a space at the beginning of the line for us to consider it a file to be copied. We thought you might be interested in doing the same. - -- System Information: Debian Release: lenny/sid APT prefers hardy APT policy: (500, 'hardy'), (500, 'gutsy') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores) Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHKKCBonjfXui9pOMRAohFAJ9su4GHymMeXe6Zn3URKHOkAuV/OQCfQ2rq mloXWTvSjx7ZrVYCIRztRXI= =xUDj -----END PGP SIGNATURE-----diff -Nru /tmp/7jiUmuJJVn/pbuilder-0.174ubuntu1/debian/changelog /tmp/Vrb48UhHTS/pbuilder-0.174ubuntu2/debian/changelog diff -Nru /tmp/7jiUmuJJVn/pbuilder-0.174ubuntu1/pdebuild /tmp/Vrb48UhHTS/pbuilder-0.174ubuntu2/pdebuild --- /tmp/7jiUmuJJVn/pbuilder-0.174ubuntu1/pdebuild 2007-05-27 06:02:57.000000000 +0200 +++ /tmp/Vrb48UhHTS/pbuilder-0.174ubuntu2/pdebuild 2007-10-31 16:13:03.000000000 +0100 @@ -47,7 +47,7 @@ if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then ${PBUILDERROOTCMD} ${PDEBUILD_PBUILDER} --execute "$@" [EMAIL PROTECTED]/#/--configfile } --bindmounts $(readlink -f ..) -- /usr/lib/pbuilder/pdebuild-internal ${PWD} --debbuildopts "${DEBBUILDOPTS}" --uid "${BUILDRESULTUID}" --gid "${BUILDRESULTGID}" --pbuildersatisfydepends "$PBUILDERSATISFYDEPENDSCMD" if [ -d "${BUILDRESULT}" ]; then - for files in $(sed -rn '/^Files:/,${s/.* ([^ ]+)$/\1/p}' ../${CHANGES}); do + for files in $(sed -rn '/^Files:/,${s/^ .* ([^ ]+)$/\1/p}' ../${CHANGES}); do cp -a ../"$files" "${BUILDRESULT}" done cp -a ../${CHANGES} "${BUILDRESULT}"
--- End Message ---
--- Begin Message ---Source: pbuilder Source-Version: 0.175 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.175_amd64.deb to pool/main/p/pbuilder/pbuilder-uml_0.175_amd64.deb pbuilder_0.175.dsc to pool/main/p/pbuilder/pbuilder_0.175.dsc pbuilder_0.175.tar.gz to pool/main/p/pbuilder/pbuilder_0.175.tar.gz pbuilder_0.175_all.deb to pool/main/p/pbuilder/pbuilder_0.175_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.7 Date: Wed, 21 Nov 2007 19:22:00 +0900 Source: pbuilder Binary: pbuilder pbuilder-uml Architecture: source all amd64 Version: 0.175 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: 448294 448562 448757 Changes: pbuilder (0.175) unstable; urgency=low . * debian/control: Vcs-Browser and Vcs-Git instead of XS-*. * Bug fix: "pbuilder: pdebuild - Breakage when using XC- headers", thanks to Soren Hansen (Closes: #448757). * Bug fix: "pbuilder: French documentation translation", thanks to Vincent Bernat (Closes: #448294). * Bug fix: "pbuilder-satisfydepends-classic should pass -o APT::Install-Recommends=false to apt-get", thanks to Daniel Schepler (Closes: #448562). * set /etc/apt/apt.conf.d/15pbuilder so that Install-Recommends is false. Files: ccc9f9b0de3a4c097c43d0632c75f2cf 859 devel extra pbuilder_0.175.dsc 3772b86c1a15b36a4eb702eee59b9d26 848918 devel extra pbuilder_0.175.tar.gz fe83f4871423e1f92419d25cefb55f54 221328 devel extra pbuilder_0.175_all.deb 929b43a0494a633eca567643c289ee37 36420 devel extra pbuilder-uml_0.175_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHRCRj2Dd9TugeVcERAn+8AJ4gyUsbrNJjL4Bq5o+FW7gtk8KzEACcCeKD 5Vz+RabuAik3n550k3rlU0w= =kgoV -----END PGP SIGNATURE-----
--- End Message ---

