Control: tags 781914 + patch Control: tags 781914 + pending
Dear maintainer, I've prepared an NMU for pidgin (versioned as 2.13.0-2.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. diff -Nru pidgin-2.13.0/debian/changelog pidgin-2.13.0/debian/changelog --- pidgin-2.13.0/debian/changelog 2018-07-21 01:54:18.000000000 +0200 +++ pidgin-2.13.0/debian/changelog 2019-09-23 11:15:54.000000000 +0200 @@ -1,3 +1,14 @@ +pidgin (2.13.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + [ OndÅej Nový ] + * d/watch: Use https protocol + + [ Laurent Bigonville ] + * Switch to python3 (Closes: #781914) + + -- Laurent Bigonville <[email protected]> Mon, 23 Sep 2019 11:15:54 +0200 + pidgin (2.13.0-2) unstable; urgency=low [ gregor herrmann ] diff -Nru pidgin-2.13.0/debian/control pidgin-2.13.0/debian/control --- pidgin-2.13.0/debian/control 2018-07-21 01:54:18.000000000 +0200 +++ pidgin-2.13.0/debian/control 2019-09-23 11:15:54.000000000 +0200 @@ -7,7 +7,7 @@ libnss3-dev (>= 3.11.7), tcl-dev, tk-dev, libgstreamer1.0-dev, libgtkspell-dev, libltdl3-dev, libperl-dev, libstartup-notification0-dev, libzephyr-dev, libxml2-dev, - libdbus-glib-1-dev, dbus, python (>= 2.4), libavahi-client-dev, + libdbus-glib-1-dev, dbus, python3, libavahi-client-dev, libavahi-glib-dev, libxml-parser-perl, libncursesw5-dev, libsasl2-dev, libgadu-dev (>= 1:1.12.0-5), xsltproc, doxygen, libfarstream-0.2-dev, @@ -112,7 +112,7 @@ Package: libpurple-bin Section: net Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, libpurple0, python, python-dbus +Depends: ${shlibs:Depends}, ${misc:Depends}, libpurple0, python3, python3-dbus Description: multi-protocol instant messaging library - extra utilities This package contains the utilities not included in the main libpurple0 package. Currently included are: purple-remote, purple-send, diff -Nru pidgin-2.13.0/debian/patches/python3.patch pidgin-2.13.0/debian/patches/python3.patch --- pidgin-2.13.0/debian/patches/python3.patch 1970-01-01 01:00:00.000000000 +0100 +++ pidgin-2.13.0/debian/patches/python3.patch 2019-09-23 11:15:54.000000000 +0200 @@ -0,0 +1,16 @@ +--- a/libpurple/purple-remote ++++ b/libpurple/purple-remote +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + from __future__ import absolute_import, division, print_function + +--- a/libpurple/purple-url-handler ++++ b/libpurple/purple-url-handler +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + from __future__ import absolute_import, division, print_function + diff -Nru pidgin-2.13.0/debian/patches/series pidgin-2.13.0/debian/patches/series --- pidgin-2.13.0/debian/patches/series 2018-07-21 01:54:18.000000000 +0200 +++ pidgin-2.13.0/debian/patches/series 2019-09-23 11:15:54.000000000 +0200 @@ -1 +1,2 @@ libnm.patch +python3.patch diff -Nru pidgin-2.13.0/debian/rules pidgin-2.13.0/debian/rules --- pidgin-2.13.0/debian/rules 2017-03-10 03:14:54.000000000 +0100 +++ pidgin-2.13.0/debian/rules 2019-09-23 11:15:54.000000000 +0200 @@ -18,6 +18,7 @@ --enable-perl --with-zephyr=/usr --enable-dbus --enable-gnutls=no \ --enable-nss=yes --enable-cyrus-sasl --enable-vv \ --enable-tcl --enable-tk \ + --with-python=/usr/bin/python3 \ --with-dynamic-prpls=bonjour,gg,irc,jabber,novell,oscar,sametime,simple,zephyr # disable silc ifeq ($(DEB_BUILD_ARCH_OS),linux) DEB_CONFIGURE_EXTRA_FLAGS += --enable-nm diff -Nru pidgin-2.13.0/debian/watch pidgin-2.13.0/debian/watch --- pidgin-2.13.0/debian/watch 2014-10-11 01:05:28.000000000 +0200 +++ pidgin-2.13.0/debian/watch 2019-09-23 11:15:54.000000000 +0200 @@ -1,3 +1,3 @@ version=3 opts=pgpsigurlmangle=s/$/.asc/ \ - http://sf.net/pidgin/pidgin-([\d.]+)\.tar\.bz2 + https://sf.net/pidgin/pidgin-([\d.]+)\.tar\.bz2

