[Pkg-xfce-commits] r4415 - desktop/branches/experimental/libxfce4ui/debian

Yves-Alexis Perez corsac at alioth.debian.org
Thu Nov 4 10:45:41 UTC 2010


Author: corsac
Date: 2010-11-04 22:45:35 +0000 (Thu, 04 Nov 2010)
New Revision: 4415

Modified:
   desktop/branches/experimental/libxfce4ui/debian/changelog
   desktop/branches/experimental/libxfce4ui/debian/control
   desktop/branches/experimental/libxfce4ui/debian/rules
Log:
add hardening flags


Modified: desktop/branches/experimental/libxfce4ui/debian/changelog
===================================================================
--- desktop/branches/experimental/libxfce4ui/debian/changelog	2010-11-04 22:40:42 UTC (rev 4414)
+++ desktop/branches/experimental/libxfce4ui/debian/changelog	2010-11-04 22:45:35 UTC (rev 4415)
@@ -2,4 +2,4 @@
 
   * Initial release.                                            closes: #111111
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 13:18:08 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 04 Nov 2010 23:40:19 +0100

Modified: desktop/branches/experimental/libxfce4ui/debian/control
===================================================================
--- desktop/branches/experimental/libxfce4ui/debian/control	2010-11-04 22:40:42 UTC (rev 4414)
+++ desktop/branches/experimental/libxfce4ui/debian/control	2010-11-04 22:45:35 UTC (rev 4415)
@@ -7,7 +7,7 @@
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), intltool (>= 0.31), pkg-config,
  libgtk2.0-dev, libstartup-notification0-dev, libglade2-dev, libgladeui-1-dev,
- libxfce4util-dev (>= 4.6.0), libxfconf-0-dev
+ libxfce4util-dev (>= 4.6.0), libxfconf-0-dev, hardening-includes
 Standards-Version: 3.9.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/branches/experimental/libxfce4ui

Modified: desktop/branches/experimental/libxfce4ui/debian/rules
===================================================================
--- desktop/branches/experimental/libxfce4ui/debian/rules	2010-11-04 22:40:42 UTC (rev 4414)
+++ desktop/branches/experimental/libxfce4ui/debian/rules	2010-11-04 22:45:35 UTC (rev 4415)
@@ -1,9 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/hardening-includes/hardening.make
+
 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
+CFLAGS+=$(HARDENING_CFLAGS)
 
+
 %:
 	dh $@
 




More information about the Pkg-xfce-commits mailing list