Source: uucp-lmtp
Severity: important
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python3.3
Control: clone -1 -2
Control: reassign -2 src:python-dvdvideo

Dear Maintainer,

Your packages uucp-lmtp and python-dvdvideo currently have hard-coded 
dependency on python3.2.

This means that when python3.2 will be removed from jessie, these packages will 
fail to build.

The attached patch removes that hard-coded dependency, which doesn't seem to be 
really needed.

Cheers,

--
Dmitry Shachnev

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.8-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/control
+++ debian/control
@@ -2,9 +2,9 @@
 Section: python
 Priority: extra
 Maintainer: Bastian Blank <wa...@debian.org>
-Build-Depends: debhelper (>= 9.0.0), python3, python3.2
+Build-Depends: debhelper (>= 9.0.0), python3
 Standards-Version: 3.9.4
-X-Python3-Version: 3.2
+X-Python3-Version: >= 3.2
 
 Package: uucp-lmtp
 Architecture: all

--- debian/rules
+++ debian/rules
@@ -7,7 +7,7 @@
 %:
 	dh $@ --with python3
 
-PYTHON = $(shell py3versions -r)
+PYTHON = python3
 
 #override_dh_auto_test:
 #	$(PYTHON) setup.py test -vv

Reply via email to