[Pkg-gnutls-commits] r717 - in /packages/gnutls26/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Thu May 21 08:47:54 UTC 2009


Author: ametzler
Date: Thu May 21 08:47:54 2009
New Revision: 717

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=717
Log:
Invoke the main ./configure script with --cache-file=$(CURDIR)/config.cache to speed things up.

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

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=717&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Thu May 21 08:47:54 2009
@@ -8,7 +8,13 @@
       both patches/13_lessdeps_gnutls-config.diff and
       patches/13_lessdeps_gnutls-config.diff from the debian diff.
     + Update remaining patches.
-    + Bump shlibs, no symbols added.
+    + Bump shlibs, new symbols added.
+  * [patches/16_symbolversioning_fix.diff] Since gnutls_x509_crq_set_key was
+    already present in 2.6.x it needs to be versioned GNUTLS_1_4 instead of
+    GNUTLS_2_8.
+  * New upstream uses separate ./configure scripts for the different
+    libraries. Invoke the main ./configure script with
+    --cache-file=$(CURDIR)/config.cache to speed things up.
 
  -- Andreas Metzler <ametzler at debian.org>  Thu, 14 May 2009 19:16:06 +0200
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=717&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Thu May 21 08:47:54 2009
@@ -10,7 +10,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --without-lzo --enable-guile --with-guile-site-dir=/usr/share/guile/site
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --without-lzo --enable-guile --with-guile-site-dir=/usr/share/guile/site --cache-file=$(CURDIR)/config.cache
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_STRIP_ARGS = --dbg-package=libgnutls26-dbg
 DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>=2.7.11-0)'
@@ -46,7 +46,7 @@
 	-rm -f tests/stamp-tests
 	# stupid conflicts
 	-rm -f libextra/lzoconf.h libextra/lzodefs.h
-	-rm -f doc/*.info*
+	-rm -f doc/*.info* lib/po/libgnutls26.pot
 	# restore gnutls.pdf
 	if [ -e doc/gnutls.pdf.debbackup ] && [ ! -e doc/gnutls.pdf ] ; then mv doc/gnutls.pdf.debbackup doc/gnutls.pdf ; fi
 




More information about the Pkg-gnutls-commits mailing list