On Thursday, May 30, 2013 14:16:06 you wrote: > 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.
As the package now FTBFS, sponsoring the patch as an NMU. NMU diff attached. Scott K
diff -Nru uucp-lmtp-0.20130117/debian/changelog uucp-lmtp-0.20130117+nmu1/debian/changelog --- uucp-lmtp-0.20130117/debian/changelog 2013-01-17 07:16:16.000000000 -0500 +++ uucp-lmtp-0.20130117+nmu1/debian/changelog 2013-08-04 19:48:31.000000000 -0400 @@ -1,3 +1,11 @@ +uucp-lmtp (0.20130117+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * Remove hard coded build-dep on python3.2 to fix FTBFS now that python3.3 + is the default python3 (Closes: #710369) + + -- Dmitry Shachnev <mity...@gmail.com> Sun, 04 Aug 2013 19:47:49 -0400 + uucp-lmtp (0.20130117) unstable; urgency=low * Initial release diff -Nru uucp-lmtp-0.20130117/debian/control uucp-lmtp-0.20130117+nmu1/debian/control --- uucp-lmtp-0.20130117/debian/control 2013-01-17 07:12:59.000000000 -0500 +++ uucp-lmtp-0.20130117+nmu1/debian/control 2013-08-04 19:47:03.000000000 -0400 @@ -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 diff -Nru uucp-lmtp-0.20130117/debian/rules uucp-lmtp-0.20130117+nmu1/debian/rules --- uucp-lmtp-0.20130117/debian/rules 2013-01-14 15:22:49.000000000 -0500 +++ uucp-lmtp-0.20130117+nmu1/debian/rules 2013-08-04 19:47:03.000000000 -0400 @@ -7,7 +7,7 @@ %: dh $@ --with python3 -PYTHON = $(shell py3versions -r) +PYTHON = python3 #override_dh_auto_test: # $(PYTHON) setup.py test -vv
signature.asc
Description: This is a digitally signed message part.