Your message dated Wed, 16 Oct 2013 09:19:03 +0000 with message-id <[email protected]> and subject line Bug#725875: fixed in git-buildpackage 0.6.5 has caused the Debian Bug report #725875, regarding git-buildpackage: Typo in documentation: DIST=i386 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.) -- 725875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725875 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: git-buildpackage Version: 0.6.4 Severity: minor Tags: patch Hello, The generated documentation says that the command to create a cowbuilder chroot is: DIST=wheezy DIST=i386 git pbuilder create The attached patch changes the second DIST= to ARCH=. Thanks! -- Etienne Millon>From 9cdaa67fed2e21383e22886313880fda48b7fbf2 Mon Sep 17 00:00:00 2001 From: Etienne Millon <[email protected]> Date: Wed, 9 Oct 2013 16:19:40 +0200 Subject: [PATCH] Typo in documentation s/DIST/ARCH/ --- docs/manpages/gbp-buildpackage.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index 126bf9e..37d2c31 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -457,7 +457,7 @@ Note that the above needs a &cowbuildercmd; chroot already. This can be created using: </para> <screen> - DIST=wheezy DIST=i386 &git-pbuilder; create + DIST=wheezy ARCH=i386 &git-pbuilder; create </screen> </refsect1> <refsect1> -- 1.8.4.rc3
--- End Message ---
--- Begin Message ---Source: git-buildpackage Source-Version: 0.6.5 We believe that the bug you reported is fixed in the latest version of git-buildpackage, which is due to be installed in the Debian FTP archive. 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. Guido Günther <[email protected]> (supplier of updated git-buildpackage 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: Wed, 16 Oct 2013 10:29:58 +0200 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.6.5 Distribution: unstable Urgency: low Maintainer: Guido Günther <[email protected]> Changed-By: Guido Günther <[email protected]> Description: git-buildpackage - Suite to help with Debian packages in Git repositories Closes: 723756 725875 726260 Changes: git-buildpackage (0.6.5) unstable; urgency=low . [ Etienne Millon ] * [ba4f778] doc: Fix git-pbuilder example (Closes: #725875) . [ Guido Günther ] * [3be2947] Be more robust about git status output changes by using --porcelain. Heavily based on a patch by rian m. carlson (Closes: #726260) * [ae460e1] Bump standards version . [ Andrew Starr-Bochicchio ] * [4368694] Don't export DEB_VENDOR="Debian" Tests now take Ubuntu versions into consideration. (Closes: #723756) Checksums-Sha1: 0213b9a98608775150f78a97cb66599ae2db017b 1270 git-buildpackage_0.6.5.dsc f239cbc3a158ff901c9c06013743c732ad8c325b 212701 git-buildpackage_0.6.5.tar.gz 2fa107a221b53fb32eee40ddc09f52bef124eb6f 269964 git-buildpackage_0.6.5_all.deb Checksums-Sha256: b62c6c9baa1fe4011ee00c6a39e016f4e478ea50714c3a81f7c6bc2b3a054ea4 1270 git-buildpackage_0.6.5.dsc ac005f7bf2235a849d83af56b55bda9ef16e84c0295cdcceeab2e6c5681dc388 212701 git-buildpackage_0.6.5.tar.gz 231ceffc7946d0f8fe6c5e022fa8f7d6052592cc6abfe528e191fd4b7edee730 269964 git-buildpackage_0.6.5_all.deb Files: 1cf9caaa00cffeead3ba595777d541ab 1270 vcs optional git-buildpackage_0.6.5.dsc 19fb349582c451c183ab09fcc3af3663 212701 vcs optional git-buildpackage_0.6.5.tar.gz 0783ce9d252336525d6d284503974d9e 269964 vcs optional git-buildpackage_0.6.5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFSXk/ln88szT8+ZCYRAmtZAJ9nF4s/c9ZyoslQkeLHX8RwhxCnqACeOS2G RBC4jmXzPUkdzmDeXM+8Nf8= =EbJl -----END PGP SIGNATURE-----
--- End Message ---

