[Pkg-gstreamer-commits] [SCM] Transmageddon packaging branch, master, updated. debian/0.21-1-10-gd6cb7cb

Alessio Treglia alessio at debian.org
Sat Nov 3 16:35:20 UTC 2012


The following commit has been merged in the master branch:
commit 46d3a0d2877a41d0bd13b90d2e0d0901c732ed46
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Nov 3 13:37:55 2012 +0000

    Switch to Python3.

diff --git a/debian/control b/debian/control
index 99fa604..e3c445f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
  debhelper (>= 7.0.50~),
  dh-autoreconf,
  intltool,
- python-all (>= 2.6.6-3~)
-X-Python-Version: >= 2.5
+ python3-all (>= 3.2)
+X-Python3-Version: >= 3.2
 Standards-Version: 3.9.3
 Homepage: http://www.linuxrising.org/
 Vcs-Git: http://anonscm.debian.org/git/pkg-gstreamer/transmageddon.git
@@ -27,7 +27,7 @@ Depends:
  python-gst0.10 (>=0.10.22),
  python-gtk2 (>=2.8.0),
  ${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
 Recommends:
  gstreamer-codec-install | gnome-codec-install
 Suggests:
diff --git a/debian/rules b/debian/rules
index ed71b7d..ff5ffe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf,python2
+	dh $@ --with autoreconf,python3
 
 override_dh_auto_test:
 

-- 
Transmageddon packaging



More information about the Pkg-gstreamer-commits mailing list