[Pkg-xfce-commits] r6340 - goodies/trunk/xfce4-indicator-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jan 23 03:22:52 UTC 2012


Author: corsac
Date: 2012-01-23 15:22:52 +0000 (Mon, 23 Jan 2012)
New Revision: 6340

Modified:
   goodies/trunk/xfce4-indicator-plugin/debian/changelog
   goodies/trunk/xfce4-indicator-plugin/debian/control
   goodies/trunk/xfce4-indicator-plugin/debian/rules
Log:
* debian/rules:
  - enable hardening flags.
* debian/compat bumped to 9.
* debian/control:
  - add build-dep on dpkg-dev 1.16.1 for hardening support.
  - update debhelper build-dep to 8.9.4 for hardening support.

Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog	2012-01-23 15:17:07 UTC (rev 6339)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog	2012-01-23 15:22:52 UTC (rev 6340)
@@ -12,6 +12,14 @@
       upstream.
     - potfiles.patch: dropped, not needed anymore.
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - enable hardening flags.
+  * debian/compat bumped to 9.
+  * debian/control:
+    - add build-dep on dpkg-dev 1.16.1 for hardening support.
+    - update debhelper build-dep to 8.9.4 for hardening support.
+
  -- Evgeni Golov <evgeni at debian.org>  Wed, 19 Oct 2011 14:03:31 +0200
 
 xfce4-indicator-plugin (0.3.1-3) experimental; urgency=low

Modified: goodies/trunk/xfce4-indicator-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/control	2012-01-23 15:17:07 UTC (rev 6339)
+++ goodies/trunk/xfce4-indicator-plugin/debian/control	2012-01-23 15:22:52 UTC (rev 6340)
@@ -4,8 +4,9 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, 
  Evgeni Golov <evgeni at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 8.9.0~), libxfcegui4-dev, xfce4-panel-dev (>= 4.8.0),
- libindicator-dev (>=0.3.90), intltool
+Build-Depends: debhelper (>= 8.9.4~), libxfcegui4-dev, 
+ xfce4-panel-dev (>= 4.8.0), libindicator-dev (>=0.3.90), intltool,
+ dpkg-dev (>= 1.16.1)
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/

Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules	2012-01-23 15:17:07 UTC (rev 6339)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules	2012-01-23 15:22:52 UTC (rev 6340)
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+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