[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#851262: jessie-pu: package transmissionrpc/0.11-1



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Binary packages python{,3} is missing deps to python{,3}-six. See #851247

Package: https://ondrej.org/debian/transmissionrpc_0.11-1+deb8u1/

Please allow me to upload, patch attached.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru transmissionrpc-0.11/debian/changelog transmissionrpc-0.11/debian/changelog
--- transmissionrpc-0.11/debian/changelog	2013-11-01 12:22:28.000000000 +0100
+++ transmissionrpc-0.11/debian/changelog	2017-01-13 14:01:18.000000000 +0100
@@ -1,3 +1,9 @@
+transmissionrpc (0.11-1+deb8u1) stable; urgency=medium
+
+  * Add dependency to python{3,}-six (Closes: #851247)
+
+ -- Ondřej Nový <onovy@debian.org>  Fri, 13 Jan 2017 14:01:18 +0100
+
 transmissionrpc (0.11-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru transmissionrpc-0.11/debian/control transmissionrpc-0.11/debian/control
--- transmissionrpc-0.11/debian/control	2013-11-01 12:22:19.000000000 +0100
+++ transmissionrpc-0.11/debian/control	2017-01-13 14:01:18.000000000 +0100
@@ -16,7 +16,7 @@
 
 Package: python-transmissionrpc
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-six
 Suggests: transmission-daemon (>= 1.31)
 Description: Transmission RPC client module for Python
  transmissionrpc is a Python module implementing the JSON-RPC client protocol
@@ -30,7 +30,7 @@
 
 Package: python3-transmissionrpc
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-six
 Suggests: transmission-daemon (>= 1.31)
 Description: Transmission RPC client module for Python 3
  transmissionrpc is a Python module implementing the JSON-RPC client protocol

Reply to: