Hi Marcin, On Fri, Jul 10, 2015 at 03:01:28PM +0200, Marcin Dulak wrote: > debian dir is hopefully already there.
Now its there. > I'm getting now: > $ sudo apt-get install -y git-buildpackage > $ git clone http://anonscm.debian.org/cgit/debian-science/packages/gpaw.git Please use rather gbp clone ssh://git.debian.org/git/debian-science/packages/gpaw.git (the important part is "gbp clone" - the ssh: URL is just to get a non-annonymous clone to enable you commiting.) > $ gbp buildpackage > gbp:error: upstream/0.10.0.11364 is not a valid treeish Sure. Git fetches only master branch. Simply use gbp (or fetch branches upstream and pristine-tar manually at your preference). > I couldn't find any gbp guides specific for debian science. There is no specifix guide for Debian Science. It works as for any other package with gbp. After a very quick look: debian/control: Please use the maintainer list as Maintainer and yourself as uploader (if you have no idea what I'm talking about have a look at any other Debian Science package. debian/files: Please delete, thats autogenerated and should not be in Git debian/watch: Missing Hope this helps 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]

