On 2008-06-21 Andreas Metzler <[EMAIL PROTECTED]> wrote:
> find attached the diff for NMU 2.8.6-2.1

There it is.
diff -u lynx-2.8.6/debian/rules lynx-2.8.6/debian/rules
--- lynx-2.8.6/debian/rules
+++ lynx-2.8.6/debian/rules
@@ -32,7 +32,7 @@
 		    --enable-ipv6 \
 		    --enable-nested-tables --enable-read-eta \
 		    --enable-nsl-fork --enable-justify-elts --enable-color-style \
-		    --with-gnutls=/usr \
+		    --without-gnutls \
 		    --with-zlib \
 		    --with-bzlib
 	$(MAKE)
diff -u lynx-2.8.6/debian/changelog lynx-2.8.6/debian/changelog
--- lynx-2.8.6/debian/changelog
+++ lynx-2.8.6/debian/changelog
@@ -1,3 +1,11 @@
+lynx (2.8.6-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Stop linking against GnuTLS OpenSSL wrapper library, since licenses are
+    incompatible (GPLv2 vs. GPLv3+). Closes: #468769
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Sat, 21 Jun 2008 17:08:19 +0000
+
 lynx (2.8.6-2) unstable; urgency=high
 
   * The 'Oh Crap, how did I miss _that_' release.
diff -u lynx-2.8.6/debian/control lynx-2.8.6/debian/control
--- lynx-2.8.6/debian/control
+++ lynx-2.8.6/debian/control
@@ -3,7 +3,7 @@
 Standards-Version: 3.6.0
 Section: web
 Priority: optional
-Build-Depends: libncursesw5-dev, zlib1g-dev, libbz2-dev, libgnutls-dev, gettext, dpatch
+Build-Depends: libncursesw5-dev, zlib1g-dev, libbz2-dev, gettext, dpatch
 
 Package: lynx
 Architecture: any

Reply via email to