[SCM] lash packaging branch, master, updated. upstream/0.5.4-9-g2b5467a

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Apr 18 10:55:30 UTC 2010


The following commit has been merged in the master branch:
commit 2b5467a5047d492a48c7afbb51955e58523dec86
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Apr 18 12:55:26 2010 +0200

    Include CDBS class python-autotools.mk (not autotools.mk), to build for all available Python variants.

diff --git a/debian/rules b/debian/rules
index f61e73c..faae3e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,12 @@
 
 LDFLAGS += -luuid
 
+DEB_BUILDDIR = build
+DEB_PYTHON_SYSTEM = pycentral
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/python-autotools.mk
 
 DEB_UPSTREAM_URL = http://download.savannah.gnu.org/releases/lash
 
@@ -30,6 +32,4 @@ clean::
 	rm -f debian/stamp-upstreamtmpstuff
 
 binary-install/python-lash::
-	dh_pysupport -p$(cdbs_curpkg)
 	find debian/ -type f -name "*.py" | xargs chmod -x
-

-- 
lash packaging



More information about the pkg-multimedia-commits mailing list