tags 363294 patch
thanks

attached trivial patch prevents gnutls13 linking against the broken
libtasn upload. I have tested this. The patch is intentionally minimal,
i.e. it does not remove libgnutls-dev's dependency on libtasn1.2-dev, as
some (broken) pakages might rely on libgnutls-dev pulling in libtasn
headers.

I might NMU (but not today), unless somebody else is faster.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde
diff -u gnutls13-1.3.5/debian/changelog gnutls13-1.3.5/debian/changelog
--- gnutls13-1.3.5/debian/changelog
+++ gnutls13-1.3.5/debian/changelog
@@ -1,3 +1,14 @@
+gnutls13 (1.3.5-1.1) unstable; urgency=low
+
+  * NMU
+  * Invoke ./configure with --with-included-libtasn1 to prevent accidental
+    linking against the broken 0.3.1-1 upload of libtasn1-2-dev which
+    contained libtasn1.so.3 and force gnutls13 to use the internal version of
+    libtasn instead until libtasn1-3-dev is uploaded. Drop broken
+    Build-Depency on libtasn1-2-dev (>= 0.3.1).  (closes: #363294)
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Tue,  9 May 2006 17:24:42 +0000
+
 gnutls13 (1.3.5-1) unstable; urgency=low
 
   * New Upstream version.
diff -u gnutls13-1.3.5/debian/control gnutls13-1.3.5/debian/control
--- gnutls13-1.3.5/debian/control
+++ gnutls13-1.3.5/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1), libgcrypt11-dev (>= 1.2.2), zlib1g-dev, 
libtasn1-2-dev (>= 0.3.1), libopencdk8-dev (>= 0.5.5-8), liblzo-dev, binutils 
(>= 2.14.90.0.7), cdbs, gtk-doc-tools, texinfo (>= 4.8)
+Build-Depends: debhelper (>= 4.1), libgcrypt11-dev (>= 1.2.2), zlib1g-dev, 
libopencdk8-dev (>= 0.5.5-8), liblzo-dev, binutils (>= 2.14.90.0.7), cdbs, 
gtk-doc-tools, texinfo (>= 4.8)
 Standards-Version: 3.6.1
 
 Package: libgnutls-dev
diff -u gnutls13-1.3.5/debian/rules gnutls13-1.3.5/debian/rules
--- gnutls13-1.3.5/debian/rules
+++ gnutls13-1.3.5/debian/rules
@@ -8,7 +8,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --with-included-libtasn1
 DEB_DH_STRIP_ARGS = --dbg-package=libgnutls12
 DEB_DH_MAKESHLIBS_ARGS_libgnutls12 := -V 'libgnutls12 (>=1.3.5-1)'
 

Reply via email to