Hi, it's rather what I'm doing wrong. I believe I followed the guides I was able to find, https://debian-science.alioth.debian.org/debian-science-policy.html#idp45030064 https://wiki.debian.org/DebianHams/Git , and reported problems in my previous emails, but this time I think I managed it: $ git clone http://anonscm.debian.org/cgit/debian-science/packages/gpaw.git $ cd gpaw $ git remote remove origin $ git remote add alioth ssh:// [email protected]/git/debian-science/packages/gpaw.git $ git push --all alioth $ git push --tags alioth
Marcin On Fri, Jul 10, 2015 at 1:28 PM, Michael Banck <[email protected]> wrote: > Hi, > > On Fri, Jul 10, 2015 at 01:14:01PM +0200, Marcin Dulak wrote: > > i'm looking for a guidance how to proceed with my first package: > > http://anonscm.debian.org/cgit/debian-science/packages/gpaw.git > > I cloned that repository, but did not find any Debian packaging in it > off-hand. > > What am I doing wrong? > > > Michael >

