[SCM] ecasound/master: Do not compile pyecasound cext (not installed anyway)

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Feb 9 22:36:20 UTC 2011


The following commit has been merged in the master branch:
commit ca1364131dd110b9f1e1d3803ae8beac0abd1d7f
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Feb 9 23:13:08 2011 +0100

    Do not compile pyecasound cext (not installed anyway)

diff --git a/debian/control b/debian/control
index a6c5cdf..a89ae9b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 7.0.50~),
  libsndfile1-dev,
  libwrap0-dev,
  python,
- python-dev,
  python-support,
  ruby
 Homepage: http://www.eca.cx/ecasound/
diff --git a/debian/rules b/debian/rules
index c7a1ba1..a2bfcc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --with autotools-dev python-support
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-largefile
+	dh_auto_configure -- --enable-largefile --enable-pyecasound=python
 
 override_dh_auto_clean:
 	mv ecasound.spec ecasound.spec.orig

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list