Bug#808193: tunesviewer: deprecation of python-support

2015-12-16 Thread Mattia Rizzolo
Package: src:tunesviewer
Version: 1.4.99.2-1
Severity: serious
Tags: patch sid stretch
User: debian-pyt...@lists.debian.org
Usertags: pysupport-deprecation

Dear Maintainer,

your package either depends on the python-support package.

python-support has been deprecated for some time (since 2011), and we're
currently in the process of removing it in favour of dh_python2.

Unfortunately your package went unnoticed till now, where we're on an
advanced state of the transition, with very few blockers, so I'm sorry
for the severity and the short notice of this bug report.

Attached there is a patch that is really enough to fix this, and I'd be
happy to do a minimal NMU of it.

Thanks!

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  http://mapreri.org  : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#808193: tunesviewer: deprecation of python-support

2015-12-16 Thread Mattia Rizzolo
On Thu, Dec 17, 2015 at 02:01:17AM +, Mattia Rizzolo wrote:
> Attached there is a patch that is really enough to fix this, and I'd be
> happy to do a minimal NMU of it.

meh, here it is :)

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  http://mapreri.org  : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for tunesviewer-1.4.99.2 tunesviewer-1.4.99.2

 changelog |7 +++
 control   |6 +++---
 rules |2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff -Nru tunesviewer-1.4.99.2/debian/changelog 
tunesviewer-1.4.99.2/debian/changelog
--- tunesviewer-1.4.99.2/debian/changelog   2012-08-27 06:35:17.0 
+
+++ tunesviewer-1.4.99.2/debian/changelog   2015-12-17 01:56:46.0 
+
@@ -1,3 +1,10 @@
+tunesviewer (1.4.99.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with dh-python instead of python-support.
+
+ -- Mattia Rizzolo   Thu, 17 Dec 2015 01:56:36 +
+
 tunesviewer (1.4.99.2-1) unstable; urgency=low
 
   [ Rogério Brito ]
diff -Nru tunesviewer-1.4.99.2/debian/control 
tunesviewer-1.4.99.2/debian/control
--- tunesviewer-1.4.99.2/debian/control 2012-08-27 06:33:19.0 +
+++ tunesviewer-1.4.99.2/debian/control 2015-12-17 01:58:17.0 +
@@ -6,6 +6,7 @@
 Priority: optional
 Build-Depends:
  debhelper (>= 8),
+ dh-python,
  python
 Standards-Version: 3.9.3
 Homepage: http://tunesviewer.sf.net/
@@ -13,13 +14,12 @@
 Package: tunesviewer
 Architecture: all
 Depends:
- python (>= 2.6),
  python-gtk2 (>= 2.16),
  python-lxml (>= 2.0),
  python-notify,
- python-support (>= 0.90),
  python-webkit (>= 1.1),
- ${misc:Depends}
+ ${misc:Depends},
+ ${python:Depends}
 Recommends:
  rhythmbox-plugins (>= 0.12)
 Suggests:
diff -Nru tunesviewer-1.4.99.2/debian/rules tunesviewer-1.4.99.2/debian/rules
--- tunesviewer-1.4.99.2/debian/rules   2012-08-27 06:33:19.0 +
+++ tunesviewer-1.4.99.2/debian/rules   2015-12-17 01:56:34.0 +
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-   dh $@ --parallel
+   dh $@ --parallel --with python2
 
 override_dh_installchangelogs:
dh_installchangelogs doc/changelog


signature.asc
Description: PGP signature