r42547 - in /attic/gtksourceview2/debian: changelog control control.in patches/series rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Sep 6 12:32:28 UTC 2014


Author: ah
Date: Sat Sep  6 12:32:28 2014
New Revision: 42547

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42547
Log:
* Team upload.
* Add debian/patches/drop-gettext-configure.patch
* Add build-dependency on dh-autoreconf
* Use autoreconf in debian/rules (Closes: #558550)

Modified:
    attic/gtksourceview2/debian/changelog
    attic/gtksourceview2/debian/control
    attic/gtksourceview2/debian/control.in
    attic/gtksourceview2/debian/patches/series
    attic/gtksourceview2/debian/rules

Modified: attic/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/changelog?rev=42547&op=diff
==============================================================================
--- attic/gtksourceview2/debian/changelog	[utf-8] (original)
+++ attic/gtksourceview2/debian/changelog	[utf-8] Sat Sep  6 12:32:28 2014
@@ -1,3 +1,14 @@
+gtksourceview2 (2.10.5-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Andreas Barth ]
+  * Add debian/patches/drop-gettext-configure.patch
+  * Add build-dependency on dh-autoreconf
+  * Use autoreconf in debian/rules (Closes: #558550)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 06 Sep 2014 05:27:42 -0700
+
 gtksourceview2 (2.10.5-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: attic/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/control?rev=42547&op=diff
==============================================================================
--- attic/gtksourceview2/debian/control	[utf-8] (original)
+++ attic/gtksourceview2/debian/control	[utf-8] Sat Sep  6 12:32:28 2014
@@ -7,8 +7,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: autotools-dev,
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: dh-autoreconf,
                cdbs,
                debhelper (>= 5),
                gnome-pkg-tools (>= 0.7),

Modified: attic/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/control.in?rev=42547&op=diff
==============================================================================
--- attic/gtksourceview2/debian/control.in	[utf-8] (original)
+++ attic/gtksourceview2/debian/control.in	[utf-8] Sat Sep  6 12:32:28 2014
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
                cdbs,
                debhelper (>= 5),
                gnome-pkg-tools (>= 0.7),

Modified: attic/gtksourceview2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/patches/series?rev=42547&op=diff
==============================================================================
--- attic/gtksourceview2/debian/patches/series	[utf-8] (original)
+++ attic/gtksourceview2/debian/patches/series	[utf-8] Sat Sep  6 12:32:28 2014
@@ -1 +1,2 @@
+drop-gettext-configure.patch
 99_ltmain_as-needed.patch

Modified: attic/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtksourceview2/debian/rules?rev=42547&op=diff
==============================================================================
--- attic/gtksourceview2/debian/rules	[utf-8] (original)
+++ attic/gtksourceview2/debian/rules	[utf-8] Sat Sep  6 12:32:28 2014
@@ -4,6 +4,7 @@
 
 # CDBS Classes & Rules
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.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




More information about the pkg-gnome-commits mailing list