[Pkg-xfce-commits] r5718 - goodies/trunk/xfce4-hdaps/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Apr 29 06:22:38 UTC 2011


Author: corsac
Date: 2011-04-29 06:22:35 +0000 (Fri, 29 Apr 2011)
New Revision: 5718

Modified:
   goodies/trunk/xfce4-hdaps/debian/changelog
   goodies/trunk/xfce4-hdaps/debian/rules
Log:
upload to unstable

Modified: goodies/trunk/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/changelog	2011-04-29 06:20:47 UTC (rev 5717)
+++ goodies/trunk/xfce4-hdaps/debian/changelog	2011-04-29 06:22:35 UTC (rev 5718)
@@ -1,10 +1,12 @@
-xfce4-hdaps (0.0.7-2) UNRELEASED; urgency=low
+xfce4-hdaps (0.0.7-2) unstable; urgency=low
 
   * Upload to unstable.
   * debian/control:
     - update standards version to 3.9.2.
+  * debian/rules:
+    - add hardening flags to CFLAGS.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 29 Apr 2011 08:10:40 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 29 Apr 2011 08:18:21 +0200
 
 xfce4-hdaps (0.0.7-1) experimental; urgency=low
 

Modified: goodies/trunk/xfce4-hdaps/debian/rules
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/rules	2011-04-29 06:20:47 UTC (rev 5717)
+++ goodies/trunk/xfce4-hdaps/debian/rules	2011-04-29 06:22:35 UTC (rev 5718)
@@ -4,7 +4,7 @@
 
 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-#CFLAGS+=$(HARDENING_CFLAGS)
+CFLAGS+=$(HARDENING_CFLAGS)
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed #$(HARDENING_LDFLAGS)
 
 export CFLAGS LDFLAGS




More information about the Pkg-xfce-commits mailing list