[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please unblock gnome-commander/1.2.8.6-2 (fixes important bug)



On Sun, Aug  8, 2010 at 19:46:24 +0200, Alessio Treglia wrote:

> diff --git a/debian/changelog b/debian/changelog
> index 2db35dc..783ae35 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,21 @@
> +gnome-commander (1.2.8.6-2) unstable; urgency=low
> +
> +  * Add myself as uploader.
> +  * Re-add python plugins support (Closes: #530925).
> +  * Suggests on libgnomevfs2-extra (Closes: #362268).
> +  * Switch to DH 7 + autotools_dev add-on.
> +  * Drop CDBS.

These two...

> +  * Update Standards-Version to 3.9.1.
> +  * Move packaging to collab-maint's git area.
> +  * Move Homepage field to the source stanza.
> +  * Switch to format 3.0 (quilt).

...and that one are not appropriate during a freeze, please refrain from
doing that in the future.

> +  * Add .gitignore file.
> +  * Add git-buildpackage configuration file.
> +  * debian/copyright: Re-written as per DEP-5 proposal.
> +  * Remove *.la files since it's a release goal for squeeze.
> +
> + -- Alessio Treglia <alessio@debian.org>  Sun, 08 Aug 2010 19:17:48 +0200
> +
>  gnome-commander (1.2.8.6-1) unstable; urgency=low
>  
>    * New upstream release
[...]
> diff --git a/debian/rules b/debian/rules
> index f0bd583..dec46e3 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -1,6 +1,11 @@
>  #!/usr/bin/make -f
> -include /usr/share/cdbs/1/rules/debhelper.mk
> -include /usr/share/cdbs/1/class/gnome.mk
> -include /usr/share/cdbs/1/rules/simple-patchsys.mk
>  
> -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
> +%:
> +	dh --with autotools_dev $@
> +

The recommendation from debhelper docs is to use 'dh $@ --foo' for
compatibility with v8.

> +override_dh_auto_configure:
> +	dh_auto_configure -- --disable-scrollkeeper
> +
> +override_dh_auto_install:
> +	dh_auto_install
> +	find debian/gnome-commander/usr/lib -name *.la -delete

Unblocked anyway.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: