[SCM] mixxx/master: Add dh_scour support to compress SVG files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 27 10:57:28 UTC 2011


The following commit has been merged in the master branch:
commit 2601368aee1bfe1ac584ab7fbd1bfda7d5986737
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 27 11:57:11 2011 +0100

    Add dh_scour support to compress SVG files.

diff --git a/debian/control b/debian/control
index 0f1a98a..5730ca5 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  libvorbis-dev,
  pkg-config,
  portaudio19-dev,
+ python-scour,
  scons
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-multimedia/mixxx.git
diff --git a/debian/rules b/debian/rules
index f6225d1..1786f7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ else
 endif
 
 %:
-	dh $@
+	dh $@ --with scour
 
 override_dh_auto_build:
 	# create icons

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list