reopen 764083 thanks Hallo, * Debian Bug Tracking System [Sun, Oct 05 2014, 01:48:38PM]:
> > The workaround is to use --git-compression=... but then this information > > maybe > > should have been stored in debian/gbp.conf? Or it's just a bug, therefore I > > report it as such. > > ...you're not using it with "gbp buildpackage" so it picks a sane Yes, I called git-buildpackage... is there a major difference to "gbp buildpackage"? The manpage does not reveal one. > default (xz) when pristine-tar is diabled. Use --git-pristine-tar and > it will use the commit from the prisine-tar branch. Sorry, it doesn't. Repro steps: ed@hal9k: /tmp $ git clone git://anonscm.debian.org/collab-maint/encfs.git --branch debian/sid Cloning into 'encfs'... remote: Counting objects: 331, done. remote: Compressing objects: 100% (229/229), done. remote: Total 331 (delta 104), reused 298 (delta 90) Receiving objects: 100% (331/331), 1.04 MiB | 1.19 MiB/s, done. Resolving deltas: 100% (104/104), done. Checking connectivity... done. ed@hal9k: /tmp $ cd encfs ed@hal9k: /tmp/encfs $ gbp buildpackage --git-pristine-tar dh clean --with autotools_dev dh_testdir dh_auto_clean dh_autotools-dev_restoreconfig dh_clean gbp:info: Orig tarball 'encfs_1.7.4.orig.tar.xz' not found at '../tarballs/' gbp:warning: Pristine-tar branch "pristine-tar" not found fatal: Path 'encfs_1.7.4.orig.tar.xz.delta' does not exist in 'refs/remotes/origin/pristine-tar' pristine-tar: git show refs/remotes/origin/pristine-tar:encfs_1.7.4.orig.tar.xz.delta failed gbp:error: Couldn't checkout "encfs_1.7.4.orig.tar.xz": it exited with 128 ed@hal9k: /tmp/encfs $ git ls-tree origin/pristine-tar 100644 blob 5d2a147714e55e649424ceff255d3bf333ee8ffc encfs_1.7.4.orig.tar.gz.delta 100644 blob 0fb12608f84cbb7bab8d75396fbdbf28cad85acb encfs_1.7.4.orig.tar.gz.id Regards, Eduard. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

