r44812 - in /desktop/unstable/file-roller/debian: changelog control control.in patches/99_ltmain_as-needed.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 28 00:59:11 UTC 2015


Author: biebl
Date: Thu May 28 00:59:10 2015
New Revision: 44812

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44812
Log:
Use dh-autoreconf --as-needed instead of patching ltmain.sh.

Removed:
    desktop/unstable/file-roller/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/file-roller/debian/changelog
    desktop/unstable/file-roller/debian/control
    desktop/unstable/file-roller/debian/control.in
    desktop/unstable/file-roller/debian/patches/series
    desktop/unstable/file-roller/debian/rules

Modified: desktop/unstable/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/changelog?rev=44812&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/changelog	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/changelog	[utf-8] Thu May 28 00:59:10 2015
@@ -5,6 +5,7 @@
   * Drop obsolete Replaces from pre-wheezy.
   * Point Homepage: URL to the more up-to-date GNOME wiki page.
   * Bump debhelper compatibility level to 9.
+  * Use dh-autoreconf --as-needed instead of patching ltmain.sh.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 28 May 2015 02:43:27 +0200
 

Modified: desktop/unstable/file-roller/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control?rev=44812&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/control	[utf-8] Thu May 28 00:59:10 2015
@@ -9,6 +9,7 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 9),
+               dh-autoreconf,
                desktop-file-utils,
                gettext,
                gnome-pkg-tools (>= 0.12),

Modified: desktop/unstable/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control.in?rev=44812&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control.in	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/control.in	[utf-8] Thu May 28 00:59:10 2015
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 9),
+               dh-autoreconf,
                desktop-file-utils,
                gettext,
                gnome-pkg-tools (>= 0.12),

Modified: desktop/unstable/file-roller/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/patches/series?rev=44812&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/patches/series	[utf-8] Thu May 28 00:59:10 2015
@@ -1,2 +1 @@
 01_package_names.patch
-99_ltmain_as-needed.patch

Modified: desktop/unstable/file-roller/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/rules?rev=44812&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/rules	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/rules	[utf-8] Thu May 28 00:59:10 2015
@@ -1,11 +1,14 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-magic
 




More information about the pkg-gnome-commits mailing list