[SCM] streamtuner2/master: add python and python-support to Build-Depends switch to dh_python2.

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Jul 15 02:18:14 UTC 2011


The following commit has been merged in the master branch:
commit d9ebeaf104b696984ee1b49cb2ec9fd3505429b3
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Fri Jul 15 10:58:41 2011 +0900

    add python and python-support to Build-Depends
    switch to dh_python2.

diff --git a/debian/control b/debian/control
index 7a6ad52..fb8abbd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
-	imagemagick
+	imagemagick,
+	python-all,
 Standards-Version: 3.9.1
 Homepage: http://sf.net/projects/streamtuner2/
 #Vcs-Git: git://git.debian.org/collab-maint/streamtuner2.git
diff --git a/debian/rules b/debian/rules
index 3e56da0..ca5abc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@ 
+	dh $@ --with python2
 
 override_dh_install:
 	dh_install

-- 
streamtuner2 packaging



More information about the pkg-multimedia-commits mailing list