[SCM] zita-convolver2 packaging branch, master, updated. debian/2.0.0-3-17-g5519e74
Reinhard Tartler
siretart at tauware.de
Sun May 30 14:56:49 UTC 2010
On So, Mai 30, 2010 at 16:42:27 (CEST), mira-guest at users.alioth.debian.org wrote:
> The following commit has been merged in the master branch:
> commit 5519e74115078c5c5ef9888f3e361d8c3a813823
> Author: Jaromír Mikeš <mira.mikes at 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
More information about the pkg-multimedia-maintainers
mailing list