r41923 - in /desktop/unstable/devhelp/debian: changelog control control.in rules

xnox at users.alioth.debian.org xnox at users.alioth.debian.org
Mon Jul 7 09:47:44 UTC 2014


Author: xnox
Date: Mon Jul  7 09:47:44 2014
New Revision: 41923

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41923
Log:
Use dh-autoreconf to regenerate libtool & friends for new ports
coverage (ppc64el).

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

Modified: desktop/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/changelog?rev=41923&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/changelog	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/changelog	[utf-8] Mon Jul  7 09:47:44 2014
@@ -1,6 +1,11 @@
 devhelp (3.12.1-2) UNRELEASED; urgency=medium
 
+  [ Emilio Pozuelo Monfort ]
   * Build-depend on python3 rather than python3-dev.
+
+  [ Dimitri John Ledkov ]
+  * Use dh-autoreconf to regenerate libtool & friends for new ports
+    coverage (ppc64el).
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 13 Jun 2014 16:55:58 +0200
 

Modified: desktop/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control?rev=41923&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/control	[utf-8] Mon Jul  7 09:47:44 2014
@@ -2,7 +2,6 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: devhelp
 Section: devel
 Priority: optional
@@ -11,6 +10,8 @@
 Homepage: https://wiki.gnome.org/Apps/Devhelp
 Build-Depends: cdbs,
                debhelper (>= 8),
+               dh-autoreconf,
+               gnome-common,
                gnome-pkg-tools,
                intltool,
                libglib2.0-dev (>= 2.37.3),

Modified: desktop/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/control.in?rev=41923&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/control.in	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/control.in	[utf-8] Mon Jul  7 09:47:44 2014
@@ -6,6 +6,8 @@
 Homepage: https://wiki.gnome.org/Apps/Devhelp
 Build-Depends: cdbs,
                debhelper (>= 8),
+               dh-autoreconf,
+               gnome-common,
                gnome-pkg-tools,
                intltool,
                libglib2.0-dev (>= 2.37.3),

Modified: desktop/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/devhelp/debian/rules?rev=41923&op=diff
==============================================================================
--- desktop/unstable/devhelp/debian/rules	[utf-8] (original)
+++ desktop/unstable/devhelp/debian/rules	[utf-8] Mon Jul  7 09:47:44 2014
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export NOCONFIGURE=yes
+export DEB_DH_AUTORECONF_ARGS=./autogen.sh
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk




More information about the pkg-gnome-commits mailing list