[Pkg-xfce-commits] r8677 - in /goodies/trunk/xfce4-quicklauncher-plugin/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Oct 15 19:36:53 UTC 2014


Author: corsac
Date: Wed Oct 15 19:36:53 2014
New Revision: 8677

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8677
Log:
  - add build-dep on xfce4-dev-tools, automake, libtool and intltool.
* debian/rules:
  - run xdt-autogen before configure in order to refresh config.{guess,sub}
    and gain support for new architectures.                   closes: #765273 

Modified:
    goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog
    goodies/trunk/xfce4-quicklauncher-plugin/debian/control
    goodies/trunk/xfce4-quicklauncher-plugin/debian/rules

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog?rev=8677&op=diff
==============================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/changelog	Wed Oct 15 19:36:53 2014
@@ -6,6 +6,10 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - update standards version to 3.9.6.
+    - add build-dep on xfce4-dev-tools, automake, libtool and intltool.
+  * debian/rules:
+    - run xdt-autogen before configure in order to refresh config.{guess,sub}
+      and gain support for new architectures.                   closes: #765273 
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 21:57:41 +0200
 

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/debian/control?rev=8677&op=diff
==============================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/control	Wed Oct 15 19:36:53 2014
@@ -5,7 +5,8 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: autotools-dev, debhelper (>=9), libgtk2.0-dev,
  xfce4-panel-dev (>= 4.8.0), libxml2-dev, libstartup-notification0-dev,
- libxml-parser-perl, libxfcegui4-dev
+ libxml-parser-perl, libxfcegui4-dev, xfce4-dev-tools, automake, libtool,
+ intltool
 Standards-Version: 3.9.6
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/

Modified: goodies/trunk/xfce4-quicklauncher-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-quicklauncher-plugin/debian/rules?rev=8677&op=diff
==============================================================================
--- goodies/trunk/xfce4-quicklauncher-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-quicklauncher-plugin/debian/rules	Wed Oct 15 19:36:53 2014
@@ -9,6 +9,7 @@
 override_dh_auto_configure:
 	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
 	find .pc -type f -name '*.in' -exec echo '{}' >> po/POTFILES.skip \;
+	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-static
 
 override_dh_auto_clean:




More information about the Pkg-xfce-commits mailing list