r51556 - in /packages/unstable/anjuta-extras/debian: changelog control.in patches/99_ltmain_as-needed.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 26 15:16:06 UTC 2016


Author: biebl
Date: Wed Oct 26 15:16:05 2016
New Revision: 51556

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51556
Log:
Use dh_autoreconf --as-needed instead of patch ltmain.sh.

Removed:
    packages/unstable/anjuta-extras/debian/patches/99_ltmain_as-needed.patch
Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/control.in
    packages/unstable/anjuta-extras/debian/patches/series
    packages/unstable/anjuta-extras/debian/rules

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=51556&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog	[utf-8] Wed Oct 26 15:16:05 2016
@@ -5,6 +5,7 @@
   * Convert from cdbs to dh.
   * Use --disable-static instead of building static libraries and removing
     them later on.
+  * Use dh_autoreconf --as-needed instead of patch ltmain.sh.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 26 Oct 2016 16:53:28 +0200
 

Modified: packages/unstable/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control.in?rev=51556&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in	[utf-8] Wed Oct 26 15:16:05 2016
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.11),
                gnome-common,
                gnome-doc-utils (>= 0.18),

Modified: packages/unstable/anjuta-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/patches/series?rev=51556&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/patches/series	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/patches/series	[utf-8] Wed Oct 26 15:16:05 2016
@@ -1,3 +1,2 @@
 10_scratchbox_path.patch
 30_fix-syntax-highlighting-for-Gtk-types.patch
-99_ltmain_as-needed.patch

Modified: packages/unstable/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/rules?rev=51556&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/rules	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/rules	[utf-8] Wed Oct 26 15:16:05 2016
@@ -5,7 +5,10 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev,gnome
+	dh $@ --with autoreconf,autotools_dev,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static




More information about the pkg-gnome-commits mailing list