r1799 - in /experimental/gtkhtml3.14/debian: changelog rules

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Thu Nov 18 18:46:00 UTC 2010


Author: corsac
Date: Thu Nov 18 18:45:55 2010
New Revision: 1799

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1799
Log:
new upstream release

Modified:
    experimental/gtkhtml3.14/debian/changelog
    experimental/gtkhtml3.14/debian/rules

Modified: experimental/gtkhtml3.14/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/changelog?rev=1799&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/changelog (original)
+++ experimental/gtkhtml3.14/debian/changelog Thu Nov 18 18:45:55 2010
@@ -1,4 +1,4 @@
-gtkhtml3.14 (3.32.0-1) UNRELEASED; urgency=low
+gtkhtml3.14 (3.32.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * debian/watch updated to track 2.32 branch.
@@ -13,12 +13,12 @@
     - add $(API_VER) to libgtkhtml-editor0 name. 
     - include hardening rules
     - pick flags from dpkg-buildflags
-    - add hardening flags and --as-needed to LDFLAGS
+    - add hardening flags, -z,defs, -O1 and --as-needed to LDFLAGS
     - add hardening flags to CFLAGS. 
   * debian/libgtkhtmleditor*.install renamed and edited to follow soname
     change.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 04 Oct 2010 11:03:07 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 18 Oct 2010 16:21:08 +0200
 
 gtkhtml3.14 (3.30.3-1) unstable; urgency=low
 

Modified: experimental/gtkhtml3.14/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/rules?rev=1799&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/rules (original)
+++ experimental/gtkhtml3.14/debian/rules Thu Nov 18 18:45:55 2010
@@ -16,7 +16,7 @@
 
 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed
+LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 CFLAGS+=$(HARDENING_CFLAGS)
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --enable-gtk3=no




More information about the pkg-evolution-commits mailing list