[Pkg-xfce-commits] r7078 - goodies/trunk/xfce4-fsguard-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jun 30 01:26:03 UTC 2012
Author: corsac
Date: 2012-06-30 13:26:03 +0000 (Sat, 30 Jun 2012)
New Revision: 7078
Modified:
goodies/trunk/xfce4-fsguard-plugin/debian/changelog
goodies/trunk/xfce4-fsguard-plugin/debian/control
goodies/trunk/xfce4-fsguard-plugin/debian/rules
Log:
- add build-dep on autotools-dev.
* debian/rules:
- use autotools-dev addon to get rid of old config.{guess,sub} files.
Modified: goodies/trunk/xfce4-fsguard-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/changelog 2012-06-30 13:22:17 UTC (rev 7077)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/changelog 2012-06-30 13:26:03 UTC (rev 7078)
@@ -6,6 +6,9 @@
- 02_include_sys_vfs_h_on_gnu as well.
* debian/control:
- replace libxfcegui4 dependency by libxfce4ui.
+ - add build-dep on autotools-dev.
+ * debian/rules:
+ - use autotools-dev addon to get rid of old config.{guess,sub} files.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 30 Jun 2012 15:12:43 +0200
Modified: goodies/trunk/xfce4-fsguard-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/control 2012-06-30 13:22:17 UTC (rev 7077)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/control 2012-06-30 13:26:03 UTC (rev 7078)
@@ -6,7 +6,7 @@
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.8),
libxml2-dev, libxml-parser-perl, intltool, libx11-dev, pkg-config,
- libgtk2.0-dev, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1)
+ libgtk2.0-dev, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1), autotools-dev
Standards-Version: 3.9.3
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-fsguard-plugin/
Modified: goodies/trunk/xfce4-fsguard-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/rules 2012-06-30 13:22:17 UTC (rev 7077)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/rules 2012-06-30 13:26:03 UTC (rev 7078)
@@ -11,4 +11,4 @@
override_dh_auto_test:
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools-dev
More information about the Pkg-xfce-commits
mailing list