[SCM] lives/master: Switch to dh_python2.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Apr 26 10:48:14 UTC 2011


The following commit has been merged in the master branch:
commit 119bf1d397583b97603900ed6ae35df79361b5f4
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Apr 26 12:48:16 2011 +0200

    Switch to dh_python2.

diff --git a/debian/control b/debian/control
index 96bdb02..4282e60 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 7.0.50~),
  libjack-dev,
  libsdl1.2-dev,
  xutils-dev,
- python-support,
  autoconf,
  automake,
  libtool,
@@ -32,6 +31,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libv4l-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386],
  libdirac-dev[!m68k]
 DM-Upload-Allowed: yes
+X-Python-Version: >= 2.5
 Homepage: http://lives.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/lives.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lives.git
diff --git a/debian/rules b/debian/rules
index 1ae0a83..dfb5ba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ CFLAGS:=
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep 'Version:' | sed 's/^Version:\s\(.*\)-.*/\1/')
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with=autotools_dev,python2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list