r42435 - in /desktop/unstable/gdl/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 2 22:47:28 UTC 2014


Author: biebl
Date: Tue Sep  2 22:47:28 2014
New Revision: 42435

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42435
Log:
Use dh-autoreconf during build to support new architectures like ppc64el.
Closes: #735982

Modified:
    desktop/unstable/gdl/debian/changelog
    desktop/unstable/gdl/debian/control
    desktop/unstable/gdl/debian/control.in
    desktop/unstable/gdl/debian/rules

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=42435&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdl/debian/changelog	[utf-8] Tue Sep  2 22:47:28 2014
@@ -1,3 +1,10 @@
+gdl (3.12.0-2) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf during build to support new architectures like ppc64el.
+    Closes: #735982
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 02 Sep 2014 23:07:10 +0200
+
 gdl (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gdl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control?rev=42435&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control	[utf-8] (original)
+++ desktop/unstable/gdl/debian/control	[utf-8] Tue Sep  2 22:47:28 2014
@@ -10,7 +10,7 @@
 Uploaders: Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
-               autotools-dev,
+               dh-autoreconf,
                libgtk-3-dev,
                libxml2-dev (>= 2.2.8),
                intltool (>= 0.40.4),

Modified: desktop/unstable/gdl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control.in?rev=42435&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gdl/debian/control.in	[utf-8] Tue Sep  2 22:47:28 2014
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
-               autotools-dev,
+               dh-autoreconf,
                libgtk-3-dev,
                libxml2-dev (>= 2.2.8),
                intltool (>= 0.40.4),

Modified: desktop/unstable/gdl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/rules?rev=42435&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdl/debian/rules	[utf-8] Tue Sep  2 22:47:28 2014
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 




More information about the pkg-gnome-commits mailing list