r44138 - in /desktop/experimental/gtksourceview3/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
Thu Mar 5 12:32:50 UTC 2015


Author: laney
Date: Thu Mar  5 12:32:50 2015
New Revision: 44138

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44138
Log:
Don't patch ltmain.sh manually; use dh-autoreconf to do this.

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

Modified: desktop/experimental/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/changelog?rev=44138&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/changelog	[utf-8] Thu Mar  5 12:32:50 2015
@@ -1,7 +1,11 @@
 gtksourceview3 (3.14.3-1) UNRELEASED; urgency=medium
 
+  [ Jackson Doak ]
   * New upstream release. LP: #1423016
   * Add git_fix_height_parameter.patch. Fix a typo saying width is height.
+
+  [ Iain Lane ]
+  * Don't patch ltmain.sh manually; use dh-autoreconf to do this.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 25 Feb 2015 18:30:03 +1100
 

Modified: desktop/experimental/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control?rev=44138&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control	[utf-8] Thu Mar  5 12:32:50 2015
@@ -10,6 +10,7 @@
 Build-Depends: autotools-dev,
                cdbs (>= 0.4.93),
                debhelper (>= 8.1.3),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.7),
                libgtk-3-dev (>= 3.13.7),
                libatk1.0-dev (>= 1.32),

Modified: desktop/experimental/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control.in?rev=44138&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control.in	[utf-8] Thu Mar  5 12:32:50 2015
@@ -6,6 +6,7 @@
 Build-Depends: autotools-dev,
                cdbs (>= 0.4.93),
                debhelper (>= 8.1.3),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.7),
                libgtk-3-dev (>= 3.13.7),
                libatk1.0-dev (>= 1.32),

Modified: desktop/experimental/gtksourceview3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/patches/series?rev=44138&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/patches/series	[utf-8] Thu Mar  5 12:32:50 2015
@@ -1,2 +1 @@
-99_ltmain_as-needed.patch
 git_fix_height_parameter.patch

Modified: desktop/experimental/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/rules?rev=44138&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/rules	[utf-8] Thu Mar  5 12:32:50 2015
@@ -1,11 +1,14 @@
 #!/usr/bin/make -f
 #(C) 2002 Colin Walters
 
+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
 
 GNOME_MODULE = gtksourceview
 




More information about the pkg-gnome-commits mailing list