Package: dgit Version: 0.19 Severity: minor Minor really. I usually build my git packages using cowbuilder, and I have a rather convoluted setup to build packages, on my wheezy box, in a sid chroot to (a) get a clean environment and (b) to build against sid for uploads.
My setup is a mix of those: https://wiki.debian.org/PbuilderTricks https://wiki.debian.org/PackagingWithGit#pbuilder https://wiki.debian.org/cowbuilder#Using_with_git-buildpackage Anyways, the point is I have this line in my .gbp.conf setting: builder = /usr/bin/git-pbuilder But when I try to build using dgit git-build, I get: anarcat@marcos:bugs-everywhere$ dgit git-build Format `3.0 (quilt)', urgh dpkg-source: info: utilisation des options depuis bugs-everywhere/debian/source/options : --single-debian-patch dpkg-source: avertissement: suppression du répertoire update-copyright ignorée dpkg-source: info: aucune modification locale à enregistrer nothing quilty to commit, ok. canonical suite name for unstable is sid changelog will contain changes since 1.1.1-2 dh clean --with=python2 dh_testdir debian/rules override_dh_auto_clean make[1]: entrant dans le répertoire « /home/anarcat/src/bugs-everywhere » dh_auto_clean make[2]: entrant dans le répertoire « /home/anarcat/src/bugs-everywhere » /bin/rm -rf build libbe/_version.py doc/man/be.1 doc/man/be.1.html make -C doc clean make[3]: entrant dans le répertoire « /home/anarcat/src/bugs-everywhere/doc » /bin/rm -rf .build libbe make[3]: quittant le répertoire « /home/anarcat/src/bugs-everywhere/doc » make[2]: quittant le répertoire « /home/anarcat/src/bugs-everywhere » rm -f libbe/_version.py make[1]: quittant le répertoire « /home/anarcat/src/bugs-everywhere » dh_clean gbp:info: Exporting 'HEAD' to '/home/anarcat/src/build-area/bugs-everywhere-tmp' gbp:info: Moving '/home/anarcat/src/build-area/bugs-everywhere-tmp' to '/home/anarcat/src/build-area/bugs-everywhere-1. dpkg-buildpackage: paquet source bugs-everywhere dpkg-buildpackage: version source 1.1.1-3 dpkg-buildpackage: source changé par Antoine Beaupré <anar...@debian.org> dpkg-buildpackage: architecture hôte amd64 dpkg-source -i.git/ -I.git --before-build bugs-everywhere-1.1.1 dpkg-source: info: utilisation des options depuis bugs-everywhere-1.1.1/debian/source/options : --single-debian-patch dpkg-checkbuilddeps : dépendances de construction non trouvées : tla darcs monotone rcs python-numpydoc dpkg-buildpackage: avertissement: dépendances de construction et conflits non satisfaits ; échec. dpkg-buildpackage: avertissement: (Utilisez l'option -d pour forcer.) gbp:error: Couldn't run 'dpkg-buildpackage -i\.git/ -I.git -us -uc -v1.1.1-2': dpkg-buildpackage -i\.git/ -I.git return git-buildpackage: failed command: git-buildpackage -us -uc --git-no-sign-tags '--git-builder=dpkg-buildpackage -i'\\'.g dgit: subprocess failed with error exit status 1 I notice --git-builder=dpkg-buildpackage seems hardcoded - why? This seems to work a little better here: DIST=sid ARCH=amd64 dgit git-build --git-builder=git-pbuilder It seems to me this shouldn't be hardcoded. A. -- System Information: Debian Release: 7.2 APT prefers stable APT policy: (500, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org