Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Fabian Greffrath
Am 15.09.2010 13:40, schrieb Jonas Smedegaard: I hereby propose that we recommend generally switching to source format 3.0 (quilt) - even for packages not currently using patches - and add the following info to debian/source/local-options: unapply-patches = True abort-on-uptream-changes = True

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Alessio Treglia
ACK from me. Sounds really great. On 9/15/10, Jonas Smedegaard d...@jones.dk wrote: Hi, Just switching to dpkg source format 3.0 does not work nicely with git-buildpackage: the source format auto-applies patches and leave it as such after package cleanup, while git-buildpackage expects

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Alessio Treglia
I've tried to run git-buildpackage -S -sa to build the source package and... dpkg-source: info: using options from lives/debian/source/local-options: --unapply-patches=True --abort-on-upstream-changes=True dpkg-source: warning: --unapply-patches=True is not a valid option for

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Adrian Knoth
On Wed, Sep 15, 2010 at 04:00:55PM +0200, Alessio Treglia wrote: lives/debian/source/local-options: --unapply-patches=True git-buildpackage won't complain if you omit =True in local-options, but I haven't verified the generated debian.tar.gz HTH -- mail: a...@thur.de http://adi.thur.de

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Alessio Treglia
That's the solution! On Wed, Sep 15, 2010 at 4:08 PM, Adrian Knoth a...@drcomp.erfurt.thur.de wrote: git-buildpackage won't complain if you omit =True in local-options, ...and works fine! -- Alessio Treglia ales...@debian.org Debian Ubuntu Developer | Homepage:

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Jonas Smedegaard
On Wed, Sep 15, 2010 at 04:13:25PM +0200, Alessio Treglia wrote: That's the solution! On Wed, Sep 15, 2010 at 4:08 PM, Adrian Knoth a...@drcomp.erfurt.thur.de wrote: git-buildpackage won't complain if you omit =True in local-options, ...and works fine! I am to blame for that: I *guessed*

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Andres Mejia
On Wednesday 15 September 2010 07:40:56 Jonas Smedegaard wrote: Hi, Just switching to dpkg source format 3.0 does not work nicely with git-buildpackage: the source format auto-applies patches and leave it as such after package cleanup, while git-buildpackage expects patches to be unapplied.

Re: Proper solution for source format 3.0 and git-buildpackage?

2010-09-15 Thread Jonas Smedegaard
On Wed, Sep 15, 2010 at 12:29:42PM -0400, Andres Mejia wrote: On Wednesday 15 September 2010 07:40:56 Jonas Smedegaard wrote: I hereby propose that we recommend generally switching to source format 3.0 (quilt) - even for packages not currently using patches - and add the following info to