[Pkg-xfce-commits] r6255 - goodies/trunk/xfce4-netspeed-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Dec 4 09:20:43 UTC 2011
Author: corsac
Date: 2011-12-04 09:20:43 +0000 (Sun, 04 Dec 2011)
New Revision: 6255
Modified:
goodies/trunk/xfce4-netspeed-plugin/debian/compat
goodies/trunk/xfce4-netspeed-plugin/debian/control
goodies/trunk/xfce4-netspeed-plugin/debian/rules
Log:
use hardening support of debhelper 9 and dpkg-dev 1.16.1
Modified: goodies/trunk/xfce4-netspeed-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-netspeed-plugin/debian/compat 2011-12-04 09:03:19 UTC (rev 6254)
+++ goodies/trunk/xfce4-netspeed-plugin/debian/compat 2011-12-04 09:20:43 UTC (rev 6255)
@@ -1 +1 @@
-8
+9
Modified: goodies/trunk/xfce4-netspeed-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-netspeed-plugin/debian/control 2011-12-04 09:03:19 UTC (rev 6254)
+++ goodies/trunk/xfce4-netspeed-plugin/debian/control 2011-12-04 09:20:43 UTC (rev 6255)
@@ -3,8 +3,9 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Karolina Kalic <karolina at resenje.org>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, intltool,
- libxfce4util-dev, libxfcegui4-dev, libgtop2-dev, xfce4-panel-dev
+Build-Depends: debhelper (>= 8.9.4), autotools-dev, pkg-config, intltool,
+ libxfce4util-dev, libxfcegui4-dev, libgtop2-dev, xfce4-panel-dev,
+ dpkg-dev (>= 1.16.1)
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/xfce4-netspeed-plugin/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-netspeed-plugin/
Modified: goodies/trunk/xfce4-netspeed-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-netspeed-plugin/debian/rules 2011-12-04 09:03:19 UTC (rev 6254)
+++ goodies/trunk/xfce4-netspeed-plugin/debian/rules 2011-12-04 09:20:43 UTC (rev 6255)
@@ -3,7 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export LDFLAGS = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
dh $@
More information about the Pkg-xfce-commits
mailing list