Bug#701037: unblock: pan/0.139-2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package pan
This new version fixes Bug#699892 (pan: Incompatible license: GPLv2
binary linked against LGPLv3+ library) by dropping SSL support.
I've also added a missing copyright entry in debian/copyright.
See attached debdiff
All the best
unblock pan/0.139-2
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
$ debdiff pan_0.139-1.dsc pan_0.139-2.dsc
diff -Nru pan-0.139/debian/changelog pan-0.139/debian/changelog
--- pan-0.139/debian/changelog 2012-06-30 18:15:52.000000000 +0200
+++ pan-0.139/debian/changelog 2013-02-19 19:04:50.000000000 +0100
@@ -1,3 +1,12 @@
+pan (0.139-2) unstable; urgency=low
+
+ * copyright: added missing copyright statement
+ * rules: removed support of gnutls (Closes: #699892)
+ * control: removed build depend on libgnutls
+ * updated NEWS to warn about SSL/TLS drop
+
+ -- Dominique Dumont <dod@debian.org> Mon, 18 Feb 2013 22:35:51 +0100
+
pan (0.139-1) unstable; urgency=low
* Imported Upstream version 0.139
diff -Nru pan-0.139/debian/control pan-0.139/debian/control
--- pan-0.139/debian/control 2012-06-30 18:15:52.000000000 +0200
+++ pan-0.139/debian/control 2013-02-19 19:04:50.000000000 +0100
@@ -8,7 +8,6 @@
libgmime-2.6-dev,
libgtk2.0-dev,
libgtkspell-dev,
- libgnutls28-dev,
libnotify-dev,
libgnome-keyring-dev,
libdbus-1-dev
diff -Nru pan-0.139/debian/copyright pan-0.139/debian/copyright
--- pan-0.139/debian/copyright 2012-06-30 18:15:52.000000000 +0200
+++ pan-0.139/debian/copyright 2013-02-19 19:04:50.000000000 +0100
@@ -203,6 +203,19 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
+Files: uulib/fptools.*
+Copyright: Unknown
+License: GPL-1
+Comment: No copyright owner is specified in the files. Only the license is mentioned.
+
+License: GPL-1
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 1, February 1989
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
License: GPL-2
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff -Nru pan-0.139/debian/NEWS pan-0.139/debian/NEWS
--- pan-0.139/debian/NEWS 2012-06-30 18:15:52.000000000 +0200
+++ pan-0.139/debian/NEWS 2013-02-19 19:04:50.000000000 +0100
@@ -1,3 +1,12 @@
+pan (0.139-2) unstable; urgency=low
+
+ TLS/SSL support was removed due to license incompatiblities
+ (bug #699892). TLS/SSL support will be enabled once the license
+ issues are resolved upstream. You will have to rework your news
+ server setup if you are currently using SSL.
+
+ -- Dominique Dumont <dod@debian.org> Mon, 18 Feb 2013 22:32:51 +0100
+
pan (0.139-1) unstable; urgency=low
gnome-keyring support is still compiled in pan for Debian. But it
diff -Nru pan-0.139/debian/rules pan-0.139/debian/rules
--- pan-0.139/debian/rules 2012-06-30 18:15:52.000000000 +0200
+++ pan-0.139/debian/rules 2013-02-19 19:04:50.000000000 +0100
@@ -12,5 +12,6 @@
%:
dh $@ --with autotools-dev
+# --with-gnutls is forbidden until pan goes to license GPL-2+ (#699892)
override_dh_auto_configure:
- dh_auto_configure -- --with-gnutls --enable-gkr --enable-silent-rules --enable-libnotify --with-dbus
+ dh_auto_configure -- --enable-gkr --enable-silent-rules --enable-libnotify --with-dbus
Reply to: