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

Jackson Doak noskcaj-guest at moszumanska.debian.org
Tue Jun 24 22:03:08 UTC 2014


Author: noskcaj-guest
Date: Tue Jun 24 22:03:08 2014
New Revision: 8480

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8480
Log:
* debian/control: Add build-depends on dh-autoreconf, xfce4-dev-tools
* debian/rules: Use dh_autoreconf. Closes: #554976

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

Modified: goodies/trunk/xfce4-timer-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/debian/changelog?rev=8480&op=diff
==============================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-timer-plugin/debian/changelog	Tue Jun 24 22:03:08 2014
@@ -6,6 +6,8 @@
   [ Jackson Doak ]
   * New upstream release
   * Refresh patches
+  * debian/control: Add build-depends on dh-autoreconf, xfce4-dev-tools
+  * debian/rules: Use dh_autoreconf. Closes: #554976
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 25 Jun 2014 07:30:29 +1000
 

Modified: goodies/trunk/xfce4-timer-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/debian/control?rev=8480&op=diff
==============================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-timer-plugin/debian/control	Tue Jun 24 22:03:08 2014
@@ -5,7 +5,7 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), libxml-parser-perl,
  xfce4-panel-dev, intltool, pkg-config, libglib2.0-dev,
- libgtk2.0-dev, libxfce4ui-1-dev, libtool
+ libgtk2.0-dev, libxfce4ui-1-dev, libtool, dh-autoreconf, xfce4-dev-tools
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-timer-plugin/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-timer-plugin/

Modified: goodies/trunk/xfce4-timer-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-timer-plugin/debian/rules?rev=8480&op=diff
==============================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-timer-plugin/debian/rules	Tue Jun 24 22:03:08 2014
@@ -11,5 +11,8 @@
 	rm -f po/POTFILES.skip
 	dh_auto_clean
 
+override_dh_autoreconf:
+	dh_autoreconf xdt-autogen
+
 %:
-	dh $@
+	dh $@ --with autoreconf




More information about the Pkg-xfce-commits mailing list