Re: [SCM] zita-convolver2 packaging branch, master, updated. debian/2.0.0-3-17-g5519e74

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

 I've just tested this change, and made the following observations:
 
  a) creating a source package with 'git-buildpackage -S' still leaves
 the working copy dirty.
 
  b) cleaning the working copy with 'debclean' works as expected, a
 'git status' shows nothing to commit (working directory clean)
 
 Since debclean in a Format 1.0 and Format 3.0 (native) branch have
 the same effect (although they are unnecessary there), I'd say the
 implementation of the compromise works out.
 
 thanks!

I tried solved this using 'debclean', but had dirty working copy all the time.
So I used source/option file 'no-preparation' , now makefile is unpatched after 
'git-buildpackage -S' running
But there is new file in debian/patches 'debian-changes-2.0.0-3' and series 
file is changed.
Is such aproach correct?
I pushed changes to repo

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: [SCM] zita-convolver2 packaging branch, master, updated. debian/2.0.0-3-17-g5519e74

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

 Since debclean in a Format 1.0 and Format 3.0 (native) branch have
 the same effect (although they are unnecessary there), I'd say the
 implementation of the compromise works out.

Format 3.0 (native) that is what I omitted ... it works fine here with debclean

But format 3.0 (native) doesn't generate orig.tar.bz2 from pristine-tar

mira

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


Re: [SCM] zita-convolver2 packaging branch, master, updated. debian/2.0.0-3-17-g5519e74

2010-05-30 Thread Reinhard Tartler
On So, Mai 30, 2010 at 16:42:27 (CEST), mira-gu...@users.alioth.debian.org 
wrote:

 The following commit has been merged in the master branch:
 commit 5519e74115078c5c5ef9888f3e361d8c3a813823
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Sun May 30 16:41:28 2010 +0200

 edit rules to unapply patches in git

 diff --git a/debian/rules b/debian/rules
 index 68bd4e0..089abf2 100755
 --- a/debian/rules
 +++ b/debian/rules
 @@ -4,9 +4,11 @@
   dh --with quilt $@
  
  override_dh_auto_build:
 + test ! -d .git || dh_quilt_unpatch
   $(MAKE) -C libs/
  
  override_dh_auto_clean:
 + test ! -d .git || dh_quilt_unpatch
   dh_auto_clean
   $(MAKE) -C libs/ clean

I've just tested this change, and made the following observations:

 a) creating a source package with 'git-buildpackage -S' still leaves
the working copy dirty.

 b) cleaning the working copy with 'debclean' works as expected, a
'git status' shows nothing to commit (working directory clean)

Since debclean in a Format 1.0 and Format 3.0 (native) branch have
the same effect (although they are unnecessary there), I'd say the
implementation of the compromise works out.

thanks!

-- 
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