[Pkg-xfce-commits] r7607 - goodies/trunk/xfce4-hdaps/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri May 24 07:33:41 UTC 2013
Author: corsac
Date: 2013-05-24 19:33:41 +0000 (Fri, 24 May 2013)
New Revision: 7607
Modified:
goodies/trunk/xfce4-hdaps/debian/changelog
goodies/trunk/xfce4-hdaps/debian/control
goodies/trunk/xfce4-hdaps/debian/rules
Log:
- don't call xdt-autogen and autoreconf, not needed anymore.
- drop build-dep on dh-autoreconf, xfce4-dev-tools and libtool.
Modified: goodies/trunk/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/changelog 2013-05-24 18:09:48 UTC (rev 7606)
+++ goodies/trunk/xfce4-hdaps/debian/changelog 2013-05-24 19:33:41 UTC (rev 7607)
@@ -2,11 +2,13 @@
* debian/rules:
- enable all hardening flags.
+ - don't call xdt-autogen and autoreconf, not needed anymore.
* debian/control:
- update standards version to 3.9.4.
- drop build-dep on dpkg-dev, stable has a recent enough version for
hardening support.
- drop version in xfce4-panel build-dep, stable has Xfce 4.8.
+ - drop build-dep on dh-autoreconf, xfce4-dev-tools and libtool.
-- Yves-Alexis Perez <corsac at debian.org> Fri, 24 May 2013 20:08:06 +0200
Modified: goodies/trunk/xfce4-hdaps/debian/control
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/control 2013-05-24 18:09:48 UTC (rev 7606)
+++ goodies/trunk/xfce4-hdaps/debian/control 2013-05-24 19:33:41 UTC (rev 7607)
@@ -6,8 +6,7 @@
Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Evgeni Golov <evgeni at debian.org>
Build-Depends: debhelper (>= 9), intltool, libxfce4util-dev, libxfce4ui-1-dev,
- xfce4-panel-dev, xfce4-dev-tools, libtool,
- dh-autoreconf
+ xfce4-panel-dev
Standards-Version: 3.9.4
Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-hdaps/
Modified: goodies/trunk/xfce4-hdaps/debian/rules
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/rules 2013-05-24 18:09:48 UTC (rev 7606)
+++ goodies/trunk/xfce4-hdaps/debian/rules 2013-05-24 19:33:41 UTC (rev 7607)
@@ -3,13 +3,9 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-override_dh_auto_configure:
- NOCONFIGURE=1 xdt-autogen
- dh_auto_configure
-
override_dh_auto_install:
dh_auto_install
find debian/xfce4-hdaps -name '*.la' -delete
%:
- dh $@ --with autoreconf
+ dh $@
More information about the Pkg-xfce-commits
mailing list