[SCM] jack-mixer/master: Build with scour for SVG optimizations.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 10 10:18:06 UTC 2011


The following commit has been merged in the master branch:
commit 3f6cbb8354989e555e9ac164a69a524d875671f4
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jun 10 12:16:51 2011 +0200

    Build with scour for SVG optimizations.

diff --git a/debian/control b/debian/control
index ed8e2ba..1c53dbf 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: autotools-dev,
  libjack-dev, 
  python-all-dev (>= 2.6.6-3~),
  python-gtk2-dev, 
- python-fpconst, 
+ python-fpconst,
+ python-scour,
  libgconf2-dev
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
diff --git a/debian/rules b/debian/rules
index 69b757b..11e680d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PYVERS=$(shell pyversions -s)
 
 %:
-	dh $@ --parallel --with autotools-dev,python2
+	dh $@ --parallel --with autotools-dev,python2,scour
 
 override_dh_install:
 override_dh_auto_configure:

-- 
jack-mixer packaging



More information about the pkg-multimedia-commits mailing list