[SCM] xbmc/master: Migrate to dh_python2
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Fri Apr 4 13:59:02 UTC 2014
The following commit has been merged in the master branch:
commit a11e85b7d7c94f79d0bc2654f2a18904ab97ea3b
Author: Balint Reczey <balint at balintreczey.hu>
Date: Fri Apr 4 12:28:01 2014 +0200
Migrate to dh_python2
diff --git a/debian/control b/debian/control
index 46c8222..376bd12 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Balint Reczey <balint at balintreczey.hu>
Build-Depends: debhelper (>= 9~),
- python-support,
+ dh-python,
cmake,
autopoint,
autotools-dev,
@@ -51,7 +51,7 @@ Build-Depends: debhelper (>= 9~),
libmpeg2-4-dev,
libass-dev (>= 0.9.8),
libflac-dev,
- python-dev,
+ python-dev (>= 2.6.6-3~),
gawk,
gperf,
nasm [i386],
diff --git a/debian/rules b/debian/rules
index 7a68221..5f709ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,7 @@ show-xbmc-config-options:
$(info $(XBMC_CONFIG_OPTIONS))
%:
- dh $@ --with autoreconf $(DH_PARALLEL_OPT)
+ dh $@ --with autoreconf --with python2 $(DH_PARALLEL_OPT)
override_dh_clean:
dh_clean libtool xbmc/config.h xbmc/stamp-h1
--
xbmc packaging
More information about the pkg-multimedia-commits
mailing list