r42786 - in /desktop/experimental/gucharmap/debian: changelog control control.in patches/99_ltmain_as-needed.patch patches/series rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri Sep 19 10:41:34 UTC 2014


Author: laney
Date: Fri Sep 19 10:41:34 2014
New Revision: 42786

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42786
Log:
Use dh_autoreconf to update libtool.m4 for new ports

Removed:
    desktop/experimental/gucharmap/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/experimental/gucharmap/debian/changelog
    desktop/experimental/gucharmap/debian/control
    desktop/experimental/gucharmap/debian/control.in
    desktop/experimental/gucharmap/debian/patches/series
    desktop/experimental/gucharmap/debian/rules

Modified: desktop/experimental/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/changelog?rev=42786&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gucharmap/debian/changelog	[utf-8] Fri Sep 19 10:41:34 2014
@@ -1,3 +1,11 @@
+gucharmap (1:3.13.90-2) UNRELEASED; urgency=medium
+
+  * Use dh_autoreconf to update libtool.m4 for new ports, and build with
+    --as-needed to obsolete debian/patches/99_ltmain_as-needed.patch. Thanks
+    to Colin Watson in Ubuntu.
+
+ -- Iain Lane <laney at debian.org>  Fri, 19 Sep 2014 11:29:24 +0100
+
 gucharmap (1:3.13.90-1) experimental; urgency=medium
 
   * New upstream development release.

Modified: desktop/experimental/gucharmap/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/control?rev=42786&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/control	[utf-8] (original)
+++ desktop/experimental/gucharmap/debian/control	[utf-8] Fri Sep 19 10:41:34 2014
@@ -2,13 +2,13 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gucharmap
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
+               dh-autoreconf,
                debhelper (>= 8),
                appdata-tools,
                autotools-dev,

Modified: desktop/experimental/gucharmap/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/control.in?rev=42786&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gucharmap/debian/control.in	[utf-8] Fri Sep 19 10:41:34 2014
@@ -4,6 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
+               dh-autoreconf,
                debhelper (>= 8),
                appdata-tools,
                autotools-dev,

Modified: desktop/experimental/gucharmap/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/patches/series?rev=42786&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gucharmap/debian/patches/series	[utf-8] Fri Sep 19 10:41:34 2014
@@ -1,2 +1 @@
 unicode-source-generation.patch
-99_ltmain_as-needed.patch

Modified: desktop/experimental/gucharmap/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gucharmap/debian/rules?rev=42786&op=diff
==============================================================================
--- desktop/experimental/gucharmap/debian/rules	[utf-8] (original)
+++ desktop/experimental/gucharmap/debian/rules	[utf-8] Fri Sep 19 10:41:34 2014
@@ -2,11 +2,14 @@
 # -*- mode: makefile; coding: utf-8 -*-
 # Copyright © 2003 Colin Walters <walters at verbum.org>
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.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
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
 			     --enable-vala \




More information about the pkg-gnome-commits mailing list