[Pkg-gnutls-commits] r75 - in /packages/libksba/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Thu Jun 15 08:52:59 UTC 2006


Author: ametzler
Date: Thu Jun 15 08:52:59 2006
New Revision: 75

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=75
Log:
Set --enable-ld-version-script, drop --enable-shared as it seems to be the default anyway.

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

Modified: packages/libksba/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libksba/trunk/debian/changelog?rev=75&op=diff
==============================================================================
--- packages/libksba/trunk/debian/changelog (original)
+++ packages/libksba/trunk/debian/changelog Thu Jun 15 08:52:59 2006
@@ -22,6 +22,8 @@
   * Replace debian/*.files with debian/*.install
   [ Andreas Metzler ]  
   * Update debian/copyright and include an actual copyright statement.
+  * Add  --enable-ld-version-script to DEB_CONFIGURE_EXTRA_FLAGS to force
+    versioning of symbols, instead of patching ./configure.in.
 
  -- James Westby <jw+debian at jameswestby.net>  Wed,  7 Jun 2006 12:19:41 +0100
 

Modified: packages/libksba/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libksba/trunk/debian/rules?rev=75&op=diff
==============================================================================
--- packages/libksba/trunk/debian/rules (original)
+++ packages/libksba/trunk/debian/rules Thu Jun 15 08:52:59 2006
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-shared
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libksba8 (>= 0.9.12)"
 




More information about the Pkg-gnutls-commits mailing list