[Pkg-xfce-commits] r8558 - in /desktop/trunk/garcon/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Aug 31 21:15:27 UTC 2014


Author: corsac
Date: Sun Aug 31 21:15:27 2014
New Revision: 8558

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8558
Log:
* debian/rules:
  - call xdt-autogen before configure
* debian/control:
  - add build-dep on xfce4-dev-tools, dh-autoreconf, gtk-doc-tools and
    intltool for all the above.

Modified:
    desktop/trunk/garcon/debian/changelog
    desktop/trunk/garcon/debian/control
    desktop/trunk/garcon/debian/rules

Modified: desktop/trunk/garcon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/changelog?rev=8558&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/changelog	(original)
+++ desktop/trunk/garcon/debian/changelog	Sun Aug 31 21:15:27 2014
@@ -8,9 +8,13 @@
   * debian/rules: Use disable-silent-rules
 
   [ Yves-Alexis Perez ]
-  * debian/control:
+  * debian/rules:
     - call dh-autoreconf to regenerate config.{guess,sub} and fix FTBFS on
       ppc64el.                                                  closes: #757334
+    - call xdt-autogen before configure
+  * debian/control:
+    - add build-dep on xfce4-dev-tools, dh-autoreconf, gtk-doc-tools and
+      intltool for all the above.
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 18 Aug 2013 17:59:26 +1000
 

Modified: desktop/trunk/garcon/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/control?rev=8558&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/control	(original)
+++ desktop/trunk/garcon/debian/control	Sun Aug 31 21:15:27 2014
@@ -6,7 +6,7 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), intltool (>= 0.31), pkg-config,
  libglib2.0-dev, libgtk2.0-dev, libxfce4util-dev (>= 4.10.0), 
- dpkg-dev (>= 1.16.1), dh-autoreconf
+ dpkg-dev (>= 1.16.1), dh-autoreconf, gtk-doc-tools, xfce4-dev-tools, intltool
 Standards-Version: 3.9.5
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/garcon

Modified: desktop/trunk/garcon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon/debian/rules?rev=8558&op=diff
==============================================================================
--- desktop/trunk/garcon/debian/rules	(original)
+++ desktop/trunk/garcon/debian/rules	Sun Aug 31 21:15:27 2014
@@ -7,14 +7,11 @@
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	xdt-autogen
-	dh_auto_configure
+	NOCONFIGURE=1 xdt-autogen
+	dh_auto_configure -- --disable-silent-rules
 
 override_dh_install:
 	dh_install --fail-missing -X .la
 
 override_dh_strip:
 	dh_strip --dbg-package=libgarcon-1-0-dbg
-
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules




More information about the Pkg-xfce-commits mailing list