diff options
author | François Andriot <[email protected]> | 2013-08-27 21:17:52 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-08-27 21:17:52 +0200 |
commit | 1af57210e2e55d40eb39a274fcf48779c6b9e7d5 (patch) | |
tree | 55c22bbd35462f1c940b24614af05ea07bcd7f35 /ubuntu/maverick/tdebindings/debian/rules | |
parent | af8c5ead9ac4c1ece3408b74224e5e273b6994ce (diff) | |
parent | 2d0d0ba99b507cab093962cb910ddc7dd4755c94 (diff) | |
download | tde-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/tdebindings/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdebindings/debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebindings/debian/rules b/ubuntu/maverick/tdebindings/debian/rules index f6ae5709b..c31999f17 100755 --- a/ubuntu/maverick/tdebindings/debian/rules +++ b/ubuntu/maverick/tdebindings/debian/rules @@ -3,6 +3,9 @@ DEB_QUILT_PATCHDIR_LINK := export QUILT_PATCHES=debian/patches +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 override DEB_BUILDDIR := $(DEB_SRCDIR) @@ -131,7 +134,7 @@ binary-install/libqt0-ruby1.8-trinity:: mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ binary-install/python-dcop-trinity:: - dh_pysupport -p$(cdbs_curpkg) + ${DH_PYTHON2} -p$(cdbs_curpkg) ### |