Re: PackagingWithGit wiki update?

2010-02-14 Thread Reinhard Tartler
On Fr, Jan 08, 2010 at 14:14:28 (CET), Andreas Marschke wrote:

 Am Freitag 08 Januar 2010 13:36:19 schrieb Jaromír Mikeš:
  Od: Reinhard Tartler siret...@tauware.de
 
 Hi Reinhard,
 
  Does coupling git-buildpacage with pbuilder really make things easier?
  I think this is unnecessarily confusing. Isn't it easier to first create
  a soruce package with 'git-buildpackage -S' and run pbuilder on the
  resulting package?
 
 Trying your way and having some errors here:
 $ git-buildpackage -S
 [snip]
 debuild: fatal error at line 1251:
 running debsign failed
 debuild -i -I returned 29
 Couldn't run 'debuild -i -I -S'
 Hi, 

 I think you might want git-buildpackage -S --git-keyid=KEYID? 

or configure ~/.devscripts to pass '-us -uc' to debuild by
default. There is a well commented template in /etc/devscripts.conf,
btw.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: PackagingWithGit wiki update?

2010-01-08 Thread Jaromír Mikeš
 Od: Reinhard Tartler siret...@tauware.de

Hi Reinhard,

 Does coupling git-buildpacage with pbuilder really make things easier?
 I think this is unnecessarily confusing. Isn't it easier to first create
 a soruce package with 'git-buildpackage -S' and run pbuilder on the
 resulting package?

Trying your way and having some errors here:
$ git-buildpackage -S
[snip]
debuild: fatal error at line 1251:
running debsign failed
debuild -i -I returned 29
Couldn't run 'debuild -i -I -S'

Should I edit /etc/git-buildpackage/gbp.conf file anyway?
Something like sign-tags = False

regards

mira

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: PackagingWithGit wiki update?

2010-01-08 Thread Reinhard Tartler
On Fr, Jan 08, 2010 at 13:36:19 (CET), Jaromír Mikeš wrote:

 Od: Reinhard Tartler siret...@tauware.de

 Hi Reinhard,

 Does coupling git-buildpacage with pbuilder really make things easier?
 I think this is unnecessarily confusing. Isn't it easier to first create
 a soruce package with 'git-buildpackage -S' and run pbuilder on the
 resulting package?

 Trying your way and having some errors here:
 $ git-buildpackage -S
 [snip]
 debuild: fatal error at line 1251:
 running debsign failed
 debuild -i -I returned 29
 Couldn't run 'debuild -i -I -S'

 Should I edit /etc/git-buildpackage/gbp.conf file anyway?
 Something like sign-tags = False

look at the error message more closely. debuild complains here, not
git-buildpackage.

You can either use the parameters -uc -us to avoid debuild trying to
sign the package, or set the following to your ~/.devscripts file:

DEBUILD_DPKG_BUILDPACKAGE_OPTS=-us -uc -i

I'd suggest copying /etc/devscripts.conf to ~/.devscripts to have a
template and go through the various, well commented options.


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: PackagingWithGit wiki update?

2010-01-08 Thread Andreas Marschke
Am Freitag 08 Januar 2010 13:36:19 schrieb Jaromír Mikeš:
  Od: Reinhard Tartler siret...@tauware.de
 
 Hi Reinhard,
 
  Does coupling git-buildpacage with pbuilder really make things easier?
  I think this is unnecessarily confusing. Isn't it easier to first create
  a soruce package with 'git-buildpackage -S' and run pbuilder on the
  resulting package?
 
 Trying your way and having some errors here:
 $ git-buildpackage -S
 [snip]
 debuild: fatal error at line 1251:
 running debsign failed
 debuild -i -I returned 29
 Couldn't run 'debuild -i -I -S'
Hi, 

I think you might want git-buildpackage -S --git-keyid=KEYID? 

Cheers,

Andreas Marschke. 

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: PackagingWithGit wiki update?

2010-01-08 Thread Jaromír Mikeš
 Od: Reinhard Tartler siret...@tauware.de

Hi Reinhard,

  Does coupling git-buildpacage with pbuilder really make things easier?
  I think this is unnecessarily confusing. Isn't it easier to first create
  a soruce package with 'git-buildpackage -S' and run pbuilder on the
  resulting package?

Your way is easer ...

Thank you for help

regards

mira


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers