r42407 - in /attic/pangox-compat/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 2 10:37:37 UTC 2014


Author: biebl
Date: Tue Sep  2 10:37:37 2014
New Revision: 42407

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42407
Log:
Use dh-autoreconf during build to support newer architectures.
Closes: #755909

Modified:
    attic/pangox-compat/debian/changelog
    attic/pangox-compat/debian/control
    attic/pangox-compat/debian/control.in
    attic/pangox-compat/debian/rules

Modified: attic/pangox-compat/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pangox-compat/debian/changelog?rev=42407&op=diff
==============================================================================
--- attic/pangox-compat/debian/changelog	[utf-8] (original)
+++ attic/pangox-compat/debian/changelog	[utf-8] Tue Sep  2 10:37:37 2014
@@ -1,3 +1,10 @@
+pangox-compat (0.0.2-5) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf during build to support newer architectures.
+    Closes: #755909
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 02 Sep 2014 12:36:59 +0200
+
 pangox-compat (0.0.2-4) unstable; urgency=low
 
   * Add Breaks/Replaces: libpango1.0-0 (<< 1.32.5-2) for libpangox-1.0-0 and

Modified: attic/pangox-compat/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pangox-compat/debian/control?rev=42407&op=diff
==============================================================================
--- attic/pangox-compat/debian/control	[utf-8] (original)
+++ attic/pangox-compat/debian/control	[utf-8] Tue Sep  2 10:37:37 2014
@@ -11,7 +11,7 @@
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
-               autotools-dev,
+               dh-autoreconf,
                libx11-dev,
                libglib2.0-dev (>= 2.34.0),
                libpango1.0-dev (>= 1.32.5-3~),

Modified: attic/pangox-compat/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pangox-compat/debian/control.in?rev=42407&op=diff
==============================================================================
--- attic/pangox-compat/debian/control.in	[utf-8] (original)
+++ attic/pangox-compat/debian/control.in	[utf-8] Tue Sep  2 10:37:37 2014
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
-               autotools-dev,
+               dh-autoreconf,
                libx11-dev,
                libglib2.0-dev (>= 2.34.0),
                libpango1.0-dev (>= 1.32.5-3~),

Modified: attic/pangox-compat/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pangox-compat/debian/rules?rev=42407&op=diff
==============================================================================
--- attic/pangox-compat/debian/rules	[utf-8] (original)
+++ attic/pangox-compat/debian/rules	[utf-8] Tue Sep  2 10:37:37 2014
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 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