[SCM] laditools/master: Build with scour for SVG optimization.
    alessio at users.alioth.debian.org 
    alessio at users.alioth.debian.org
       
    Thu Apr 14 10:44:27 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit 4651c940bc16c63d37d4ff5e826da17912bdfc96
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 14 12:38:56 2011 +0200
    Build with scour for SVG optimization.
diff --git a/debian/control b/debian/control
index 8618a86..f273cd5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6.6-3)
+ python-all (>= 2.6.6-3),
+ python-scour
 Standards-Version: 3.9.1
 X-Python-Version: >= 2.6
 Homepage: http://www.marcochapeau.org/software/laditools
diff --git a/debian/rules b/debian/rules
index 30123ba..0f05f97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,scour
 
 override_dh_auto_install:
 	dh_auto_install -- \
-- 
laditools packaging
    
    
More information about the pkg-multimedia-commits
mailing list