[Pkg-xfce-commits] r7758 - goodies/trunk/parole/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jun 3 08:14:19 UTC 2013


Author: corsac
Date: 2013-06-03 20:14:19 +0000 (Mon, 03 Jun 2013)
New Revision: 7758

Modified:
   goodies/trunk/parole/debian/changelog
   goodies/trunk/parole/debian/control
   goodies/trunk/parole/debian/rules
Log:
* debian/control:
  - add build-dep on autotools-dev.
* debian/rules:
  - use autotools-dev dh addon to refresh config.{guess,sub}.

Modified: goodies/trunk/parole/debian/changelog
===================================================================
--- goodies/trunk/parole/debian/changelog	2013-06-03 20:13:10 UTC (rev 7757)
+++ goodies/trunk/parole/debian/changelog	2013-06-03 20:14:19 UTC (rev 7758)
@@ -1,6 +1,10 @@
 parole (0.5.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/control:
+    - add build-dep on autotools-dev.
+  * debian/rules:
+    - use autotools-dev dh addon to refresh config.{guess,sub}.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Jun 2013 22:08:31 +0200
 

Modified: goodies/trunk/parole/debian/control
===================================================================
--- goodies/trunk/parole/debian/control	2013-06-03 20:13:10 UTC (rev 7757)
+++ goodies/trunk/parole/debian/control	2013-06-03 20:14:19 UTC (rev 7758)
@@ -8,7 +8,7 @@
  libgtk2.0-dev (>= 2.20), libgstreamer0.10-dev, 
  libgstreamer-plugins-base0.10-dev, libdbus-1-dev, libdbus-glib-1-dev,
  libxfce4ui-1-dev, libxfconf-0-dev (>= 4.10),
- libnotify-dev, libtagc0-dev
+ libnotify-dev, libtagc0-dev, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://goodies.xfce.org/projects/applications/parole
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/parole/

Modified: goodies/trunk/parole/debian/rules
===================================================================
--- goodies/trunk/parole/debian/rules	2013-06-03 20:13:10 UTC (rev 7757)
+++ goodies/trunk/parole/debian/rules	2013-06-03 20:14:19 UTC (rev 7758)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autotools-dev
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0




More information about the Pkg-xfce-commits mailing list