On Thursday, May 30, 2013 14:16:06 Dmitry Shachnev 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.

Since the package now FTBFS, uploading the patch as an NMU.  NMU diff attached.

Scott K
diff -Nru python-dvdvideo-0.20130117/debian/changelog python-dvdvideo-0.20130117+nmu1/debian/changelog
--- python-dvdvideo-0.20130117/debian/changelog	2013-01-17 07:27:59.000000000 -0500
+++ python-dvdvideo-0.20130117+nmu1/debian/changelog	2013-08-04 19:27:10.000000000 -0400
@@ -1,3 +1,11 @@
+python-dvdvideo (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: #710370)
+
+ --  Dmitry Shachnev <mity...@gmail.com>  Sun, 04 Aug 2013 19:25:43 -0400
+
 python-dvdvideo (0.20130117) unstable; urgency=low
 
   * Initial release.
diff -Nru python-dvdvideo-0.20130117/debian/control python-dvdvideo-0.20130117+nmu1/debian/control
--- python-dvdvideo-0.20130117/debian/control	2013-01-17 07:40:30.000000000 -0500
+++ python-dvdvideo-0.20130117+nmu1/debian/control	2013-08-04 19:22:54.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: python3-dvdvideo
 Architecture: all
diff -Nru python-dvdvideo-0.20130117/debian/rules python-dvdvideo-0.20130117+nmu1/debian/rules
--- python-dvdvideo-0.20130117/debian/rules	2013-01-17 07:22:52.000000000 -0500
+++ python-dvdvideo-0.20130117+nmu1/debian/rules	2013-08-04 19:22:54.000000000 -0400
@@ -7,7 +7,7 @@
 %:
 	dh $@ --with python3
 
-PYTHON = $(shell py3versions -r)
+PYTHON = python3
 
 #override_dh_auto_test:
 #	$(PYTHON) setup.py test -vv

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to