On Fri, Jul 10, 2015 at 08:04:48PM +0200, Marcin Dulak wrote: > $ gbp clone ssh:// > [email protected]/git/debian-science/packages/gpaw-setups.git > $ cd gpaw-setups > $ git branch > * master > upstream
I did the very same and have the pristine-tar. Do you perhaps have any ~/.gbp.conf setting? This is my .gbp.conf: [DEFAULT] builder = ~/bin/git-pbuilder # Might lead to problems because it tries to use non-patched makefiles # cleaner = fakeroot debian/rules clean cleaner = /bin/true pristine-tar = True export=WC [buildpackage] # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/ tarball-dir = ../tarballs/ > $ gbp buildpackage > gbp:error: upstream/0.9.11271 is not a valid treeish > $ git checkout pristine-tar > $ ls > gpaw-setups_0.9.11271.orig.tar.gz.delta > gpaw-setups_0.9.11271.orig.tar.gz.id > $ git checkout master > $ git branch > * master > pristine-tar > upstream > $ gbp buildpackage > gbp:error: upstream/0.9.11271 is not a valid treeish I admit I'm clueless - if you do not get any other hint here you might like to ask at [email protected]. I can just tell you that the repository itself is OK. > What have you precisely made to make the build work? Nothing specifically - except perhaps the .gbp.conf. Kind regards Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

