summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/desktop-effects-tde/debian
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-08-27 21:17:52 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-08-27 21:17:52 +0200
commit1af57210e2e55d40eb39a274fcf48779c6b9e7d5 (patch)
tree55c22bbd35462f1c940b24614af05ea07bcd7f35 /ubuntu/maverick/applications/desktop-effects-tde/debian
parentaf8c5ead9ac4c1ece3408b74224e5e273b6994ce (diff)
parent2d0d0ba99b507cab093962cb910ddc7dd4755c94 (diff)
downloadtde-packaging-1af57210e2e55d40eb39a274fcf48779c6b9e7d5.tar.gz
tde-packaging-1af57210e2e55d40eb39a274fcf48779c6b9e7d5.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/desktop-effects-tde/debian')
-rw-r--r--ubuntu/maverick/applications/desktop-effects-tde/debian/control2
-rwxr-xr-xubuntu/maverick/applications/desktop-effects-tde/debian/rules5
2 files changed, 5 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/control b/ubuntu/maverick/applications/desktop-effects-tde/debian/control
index d2efdcdc4..9a9fe5b4c 100644
--- a/ubuntu/maverick/applications/desktop-effects-tde/debian/control
+++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/control
@@ -2,7 +2,7 @@ Source: desktop-effects-tde-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Build-Depends-Indep: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-central (>= 0.5.6)
+Build-Depends-Indep: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-support (>= 0.6) | python-dev (>= 2.6.6-3~)
Standards-Version: 3.8.4
XS-Python-Version: all
diff --git a/ubuntu/maverick/applications/desktop-effects-tde/debian/rules b/ubuntu/maverick/applications/desktop-effects-tde/debian/rules
index d494616db..41ad63be2 100755
--- a/ubuntu/maverick/applications/desktop-effects-tde/debian/rules
+++ b/ubuntu/maverick/applications/desktop-effects-tde/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = $(if $(wildcard /usr/bin/dh_python2),,pysupport)
+DH_PYTHON2 = $(if $(wildcard /usr/bin/dh_python2),dh_python2,dh_pysupport)
+
include /usr/share/cdbs/1/rules/debhelper.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
@@ -13,4 +16,4 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
binary-install/desktop-effects-tde-trinity::
- dh_pycentral -pdesktop-effects-tde-trinity
+ ${DH_PYTHON2} -pdesktop-effects-tde-trinity