[Pkg-gnutls-commits] r358 - in /packages/gnutls13/branches/branch1.7.x.EXP/debian: README.source_and_patches changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Jun 23 10:59:20 UTC 2007


Author: ametzler
Date: Sat Jun 23 10:59:19 2007
New Revision: 358

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=358
Log:
1.7.12-1

Modified:
    packages/gnutls13/branches/branch1.7.x.EXP/debian/README.source_and_patches
    packages/gnutls13/branches/branch1.7.x.EXP/debian/changelog
    packages/gnutls13/branches/branch1.7.x.EXP/debian/rules

Modified: packages/gnutls13/branches/branch1.7.x.EXP/debian/README.source_and_patches
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.7.x.EXP/debian/README.source_and_patches?rev=358&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.7.x.EXP/debian/README.source_and_patches (original)
+++ packages/gnutls13/branches/branch1.7.x.EXP/debian/README.source_and_patches Sat Jun 23 10:59:19 2007
@@ -14,16 +14,6 @@
 Rebuilding PDF documentation:
 
 apt-get install texlive-latex-base texlive-fonts-recommended \
-  texlive-generic-recommended imagemagick
+  texlive-generic-recommended
 
-# Convert pictures to pf format since texinfo needs this for pdf output.
-# This is a upstream bug that will be fixed
-cd doc
-for i in *png ; do
-  pdf=`basename $i .png`.pdf
-  if ! test -e "$pdf" ; then
-     convert "$i"  "$pdf"
-  fi
-done
-cd ..
 make pdf

Modified: packages/gnutls13/branches/branch1.7.x.EXP/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.7.x.EXP/debian/changelog?rev=358&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.7.x.EXP/debian/changelog (original)
+++ packages/gnutls13/branches/branch1.7.x.EXP/debian/changelog Sat Jun 23 10:59:19 2007
@@ -1,8 +1,12 @@
-gnutls13 (1.7.9-2) experimental; urgency=low
-
-  * UNRELEASED
-
- -- Andreas Metzler <ametzler at debian.org>  Mon, 28 May 2007 13:55:05 +0200
+gnutls13 (1.7.12-1) experimental; urgency=low
+
+  * New upstream version 1.7.12
+    - Fixes memory errors in certificate parsing. Closes: #333050
+  * Bump shlibs, due to API extensions in 1.7.10.
+  * Rebuilding of docs simpified, strip debian/README.source_and_patches to
+    reflect that.
+
+ -- Andreas Metzler <ametzler at debian.org>  Sat, 23 Jun 2007 11:14:26 +0200
 
 gnutls13 (1.7.9-1) experimental; urgency=low
 

Modified: packages/gnutls13/branches/branch1.7.x.EXP/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.7.x.EXP/debian/rules?rev=358&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.7.x.EXP/debian/rules (original)
+++ packages/gnutls13/branches/branch1.7.x.EXP/debian/rules Sat Jun 23 10:59:19 2007
@@ -9,10 +9,10 @@
 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
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-guile
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_STRIP_ARGS = --dbg-package=libgnutls13-dbg
-DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=1.7.9-0)'
+DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=1.7.12-0)'
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
 
 #build/libgnutls-doc::




More information about the Pkg-gnutls-commits mailing list