On Sun, Dec 26, 2010 at 10:24, Guido Günther <[email protected]> wrote: > Hi Felipe, > On Tue, Dec 21, 2010 at 09:23:40PM -0300, Felipe Sateler wrote: >> Package: git-buildpackage >> Version: 0.5.11 >> Severity: normal >> >> Currently, git-buildpackage warns if it found no pristine-tar branch. It >> should fail noisily (as it used to). > > It still fails here with 0.5.12, the code didn't change so 0.5.11 should fail > as well: > > $ /var/scratch/debian/git-buildpackage/git-buildpackage/git-buildpackage > --git-ignore-new > gbp:warn: Pristine-tar branch "pristine-tar" not found > /usr/bin/pristine-tar: no pristine-tar branch found, use "pristine-tar > commit" first > /usr/bin/pristine-tar returned 1 > Couldn't run '/usr/bin/pristine-tar' > > Can you post the output and/or recheck with 0.5.12?
With 0.5.11: fel...@pcfelipe:ladspa-sdk% cat debian/gbp.conf [DEFAULT] pristine-tar = True sign-tags = True fel...@pcfelipe:ladspa-sdk% git branch -a * master upstream remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/pristine-tar remotes/origin/upstream fel...@pcfelipe:ladspa-sdk% git-buildpackage dh --with quilt clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk' dh_auto_clean /usr/bin/make -C src clean make[2]: Entering directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk/src' rm -f `find . -name "*.o"` ../bin/* ../plugins/* rm -f `find .. -name "*~"` rm -f *.bak core score.srt rm -f *.bb *.bbg *.da *-ann gmon.out bb.out rm -f `find .. -name "*.class"` make[2]: Leaving directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk/src' make[1]: Leaving directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk' dh_quilt_unpatch No patch removed dh_clean gbp:warn: Pristine-tar branch "pristine-tar" not found /usr/bin/pristine-tar: successfully generated /home/felipe/src/deb/ladspa-sdk/ladspa-sdk_1.13.orig.tar.gz dpkg-buildpackage -rfakeroot -D -us -uc -i -i -I dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package ladspa-sdk dpkg-buildpackage: source version 1.13-1 dpkg-buildpackage: source changed by Felipe Sateler <[email protected]> dpkg-source -i -i -I --before-build ladspa-sdk dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh --with quilt clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk' dh_auto_clean /usr/bin/make -C src clean make[2]: Entering directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk/src' rm -f `find . -name "*.o"` ../bin/* ../plugins/* rm -f `find .. -name "*~"` rm -f *.bak core score.srt rm -f *.bb *.bbg *.da *-ann gmon.out bb.out rm -f `find .. -name "*.class"` make[2]: Leaving directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk/src' make[1]: Leaving directory `/home/felipe/src/deb/ladspa-sdk/ladspa-sdk' dh_quilt_unpatch No patch removed dh_clean dpkg-source -i -i -I -b ladspa-sdk dpkg-source: warning: source directory 'ladspa-sdk' is not <sourcepackage>-<upstreamversion> 'ladspa-sdk-1.13' dpkg-source: warning: .orig directory name ladspa-sdk.orig is not <package>-<upstreamversion> (wanted ladspa-sdk-1.13.orig) dpkg-source: info: using source format `1.0' dpkg-source: info: building ladspa-sdk using existing ladspa-sdk_1.13.orig.tar.gz dpkg-source: info: building ladspa-sdk in ladspa-sdk_1.13-1.diff.gz dpkg-source: info: building ladspa-sdk in ladspa-sdk_1.13-1.dsc debian/rules build dh --with quilt build dh_testdir dh_quilt_patch Applying patch 01_no-mkdirhier.diff patching file src/makefile Applying patch 02_default-ladspa-path.diff patching file src/load.c patching file src/search.c <snip rest of the build> Same output with 0.5.13. -- Saludos, Felipe Sateler -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

