[SCM] libmediainfo/master: Use dh_python{2,3}
hyperair at users.alioth.debian.org
hyperair at users.alioth.debian.org
Sat Aug 17 22:23:47 UTC 2013
The following commit has been merged in the master branch:
commit 29bf17467ea59c1cfb30d4fc7a7ab912881185a9
Author: Chow Loong Jin <hyperair at debian.org>
Date: Sun Aug 18 02:27:42 2013 +0800
Use dh_python{2,3}
diff --git a/debian/control b/debian/control
index 9a906a3..7bb16d6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,8 @@ Source: libmediainfo
Priority: optional
Maintainer: Chow Loong Jin <hyperair at debian.org>
Build-Depends: debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python3-all,
dh-autoreconf,
doxygen,
tofrodos,
diff --git a/debian/rules b/debian/rules
index e051970..63a7d91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,4 +49,4 @@ override_dh_makeshlibs:
dh_makeshlibs -- -c4
%:
- dh $@ --with=autoreconf --parallel
+ dh $@ --with=autoreconf,python2,python3 --parallel
--
libmediainfo packaging
More information about the pkg-multimedia-commits
mailing list