tags 632481 + patch
tags 632481 + pending
thanks

Dear maintainer,

I've prepared an NMU for socat (versioned as 1.7.1.3-1.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diffstat for socat-1.7.1.3 socat-1.7.1.3

 NEWS      |    6 ++++++
 changelog |   11 +++++++++++
 control   |    2 +-
 rules     |    3 +++
 4 files changed, 21 insertions(+), 1 deletion(-)

diff -Nru socat-1.7.1.3/debian/NEWS socat-1.7.1.3/debian/NEWS
--- socat-1.7.1.3/debian/NEWS	1970-01-01 01:00:00.000000000 +0100
+++ socat-1.7.1.3/debian/NEWS	2012-04-22 10:54:46.000000000 +0200
@@ -0,0 +1,6 @@
+socat (1.7.1.3-1.3) unstable; urgency=low
+
+  Readline support has been disabled for license reason: GNU Readline license
+  (GPL) is incompatible with the OpenSSL license.
+
+ -- Jakub Wilk <jw...@debian.org>  Sun, 22 Apr 2012 10:49:00 +0200
diff -Nru socat-1.7.1.3/debian/changelog socat-1.7.1.3/debian/changelog
--- socat-1.7.1.3/debian/changelog	2011-09-20 01:23:50.000000000 +0200
+++ socat-1.7.1.3/debian/changelog	2012-04-22 10:55:24.000000000 +0200
@@ -1,3 +1,14 @@
+socat (1.7.1.3-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable readline support (closes: #632481). GNU Readline license (GPL) is
+    incompatible with the OpenSSL license. Thanks to Julien Cristau for the
+    bug report.
+    + Pass --disable-readline to the configure script.
+    + Remove libreadline-gplv2-dev from Build-Depends.
+
+ -- Jakub Wilk <jw...@debian.org>  Sun, 22 Apr 2012 10:50:07 +0200
+
 socat (1.7.1.3-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru socat-1.7.1.3/debian/control socat-1.7.1.3/debian/control
--- socat-1.7.1.3/debian/control	2011-09-19 00:15:18.000000000 +0200
+++ socat-1.7.1.3/debian/control	2012-04-22 10:41:53.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Chris Taylor <ctay...@debian.org>
 Homepage: http://www.dest-unreach.org/socat/
-Build-Depends: debhelper (>= 7.0.50~), libreadline-gplv2-dev, libssl-dev,
+Build-Depends: debhelper (>= 7.0.50~), libssl-dev,
                libwrap0-dev, quilt
 Standards-Version: 3.9.1
 
diff -Nru socat-1.7.1.3/debian/rules socat-1.7.1.3/debian/rules
--- socat-1.7.1.3/debian/rules	2010-08-03 08:06:01.000000000 +0200
+++ socat-1.7.1.3/debian/rules	2012-04-22 10:47:38.000000000 +0200
@@ -3,4 +3,7 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-readline
+
 override_dh_auto_test:

Reply via email to