r51863 - in /desktop/unstable/libgweather/debian: changelog patches/99_ltmain_as-needed.patch patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Dec 30 00:29:46 UTC 2016


Author: biebl
Date: Fri Dec 30 00:29:46 2016
New Revision: 51863

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51863
Log:
Drop 99_ltmain_as-needed.patch and use dh_autoreconf --as-needed instead.

Removed:
    desktop/unstable/libgweather/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/libgweather/debian/changelog
    desktop/unstable/libgweather/debian/patches/series
    desktop/unstable/libgweather/debian/rules

Modified: desktop/unstable/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/changelog?rev=51863&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/changelog	[utf-8] Fri Dec 30 00:29:46 2016
@@ -7,6 +7,7 @@
   [ Michael Biebl ]
   * Bump debhelper compat level to 10 for automatic autoreconf.
     (Closes: #558572)
+  * Drop 99_ltmain_as-needed.patch and use dh_autoreconf --as-needed instead.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 22 Dec 2016 10:27:26 -0500
 

Modified: desktop/unstable/libgweather/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/patches/series?rev=51863&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/patches/series	[utf-8] Fri Dec 30 00:29:46 2016
@@ -1 +0,0 @@
-99_ltmain_as-needed.patch

Modified: desktop/unstable/libgweather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/rules?rev=51863&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/rules	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/rules	[utf-8] Fri Dec 30 00:29:46 2016
@@ -7,6 +7,9 @@
 %:
 	dh $@ --with gnome
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
                              --enable-static \




More information about the pkg-gnome-commits mailing list