[Pkg-gnutls-commits] r116 - in /packages/libgcrypt11/trunk/debian: changelog rules

jamesw-guest at users.alioth.debian.org jamesw-guest at users.alioth.debian.org
Sun Jun 25 13:40:56 UTC 2006


Author: jamesw-guest
Date: Sun Jun 25 13:40:53 2006
New Revision: 116

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=116
Log:
Use --enable-ld-version-script

Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/rules

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=116&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Sun Jun 25 13:40:53 2006
@@ -23,6 +23,8 @@
   * Remove Build-Depends-Indep as it contained no packages that are not in 
     Build-Depends.
   * Remove the change to doc/gcrpyt.texi that rendered incorrectly.
+  * Use symbol versioning by passing --enable-ld-version-script in 
+    DEB_CONFIGURE_EXTRA_FLAGS in dbian/rules.
   
   [ Andreas Metzler ]
   * Add patches/13_powerpc64_284609.diff (not a new patch).

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=116&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Sun Jun 25 13:40:53 2006
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack --enable-ld-version-script
 DEB_DH_STRIP_ARGS = --dbg-package=libgcrypt11
 DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.2.2)'
 




More information about the Pkg-gnutls-commits mailing list