[SCM] libmapper/master: Use dh-python
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sat Dec 10 19:11:19 UTC 2016
The following commit has been merged in the master branch:
commit 037be95846b2d7a39f0ff8d883b286217177f016
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Fri Dec 9 22:04:49 2016 +0100
Use dh-python
diff --git a/debian/control b/debian/control
index 5450699..5c244de 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Tiago Bortoletto Vaz <tiago at debian.org>
Build-Depends:
debhelper (>= 8.1.3~),
dh-autoreconf,
+ dh-python,
liblo-dev,
zlib1g-dev,
pkg-config,
diff --git a/debian/rules b/debian/rules
index c63434d..ce10234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,python2
override_dh_auto_configure:
--
libmapper packaging
More information about the pkg-multimedia-commits
mailing list