On Fri, Jul 10, 2015 at 7:15 PM, Andreas Tille <[email protected]> wrote:
> On Fri, Jul 10, 2015 at 05:30:37PM +0200, Marcin Dulak wrote: > > > > yes i did, but didn't use --pristine-tar. > > Please repeat the import using --pristine-tar and push --all the > result. > still no luck (or I misunderstand something?): $ rm -rf gpaw* $ gbp clone ssh:// [email protected]/git/debian-science/packages/gpaw-setups.git $ cd gpaw-setups $ git branch * master upstream $ gbp import-orig --pristine-tar ../tmp/gpaw-setups-0.9.11271.tar.gz gbp:info: Importing '../tmp/gpaw-setups-0.9.11271.tar.gz' to branch 'upstream'... gbp:info: Source package is gpaw-setups gbp:info: Upstream version is 0.9.11271 Branch pristine-tar set up to track remote branch pristine-tar from origin. pristine-tar: committed gpaw-setups_0.9.11271.orig.tar.gz.delta to branch pristine-tar gbp:info: Merging to 'master' gbp:info: Successfully imported version 0.9.11271 of ../tmp/gpaw-setups-0.9.11271.tar.gz $ git branch * master pristine-tar upstream $ git push --all Enter passphrase for key '': Counting objects: 5, done. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 12.52 KiB | 0 bytes/s, done. Total 5 (delta 1), reused 0 (delta 0) remote: Sending notification emails to: [email protected] remote: Sending notification emails to: [email protected] To ssh:// [email protected]/git/debian-science/packages/gpaw-setups.git b407622..63f20fe master -> master 1627d70..ffa1448 pristine-tar -> pristine-tar 9a8c737..ad26c4b upstream -> upstream $ cd .. $ rm -rf gpaw* $ gbp clone ssh:// [email protected]/git/debian-science/packages/gpaw-setups.git $ cd gpaw-setups $ git branch * master upstream $ 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 $ cp -p ../tmp/gpaw-setups-0.9.11271.tar.gz ../gpaw-setups_0.9.11271.orig.tar.gz $ ls ../*tar.gz ../gpaw-setups_0.9.11271.orig.tar.gz $ gbp buildpackage # OK $ dpkg -l git-buildpackage ... ii git-buildpackage 0.6.22 all Suite to help with Debian packages in Git repositorie What have you precisely made to make the build work? Marcin > Thanks > > 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] > >

