[Pkg-xfce-commits] r7292 - goodies/trunk/xfce4-smartbookmark-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Jan 21 09:38:22 UTC 2013
Author: corsac
Date: 2013-01-21 09:38:22 +0000 (Mon, 21 Jan 2013)
New Revision: 7292
Modified:
goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
goodies/trunk/xfce4-smartbookmark-plugin/debian/control
goodies/trunk/xfce4-smartbookmark-plugin/debian/rules
Log:
- add build-dep on autotools-dev
- use autotools-dev plugin to refresh config.{guess,sub}
Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog 2013-01-21 09:22:37 UTC (rev 7291)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog 2013-01-21 09:38:22 UTC (rev 7292)
@@ -13,11 +13,13 @@
- drop cdbs and hardening-helpers from build-dep
- drop xfce4-dev-tools and libtool since we don't regenerate configure.
- update standards version to 3.9.4.
+ - add build-dep on autotools-dev
* debian/compat bumped to 9.
* debian/rules:
- rewrite using dh
- use integrated dpkg/debhelper hardening support
- use --parallel.
+ - use autotools-dev plugin to refresh config.{guess,sub}
-- Yves-Alexis Perez <corsac at debian.org> Mon, 21 Jan 2013 07:44:25 +0100
Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/control 2013-01-21 09:22:37 UTC (rev 7291)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/control 2013-01-21 09:38:22 UTC (rev 7292)
@@ -6,7 +6,7 @@
Evgeni Golov <evgeni at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), libgtk2.0-dev,
xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, libxt-dev,
- libxfce4ui-1-dev (>= 4.8.0), intltool
+ libxfce4ui-1-dev (>= 4.8.0), intltool, autotools-dev
Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-smartbookmark-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-smartbookmark-plugin/
Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/rules 2013-01-21 09:22:37 UTC (rev 7291)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/rules 2013-01-21 09:38:22 UTC (rev 7292)
@@ -3,4 +3,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools-dev
More information about the Pkg-xfce-commits
mailing list