From c45b06a3edf856aff2105e47a002f0cec573c1b1 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 16 Mar 2011 12:45:40 +0100 Subject: Build with scour for SVG optimization. --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8ac343b..5292683 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 7.0.50~), libsane-dev, zlib1g-dev, libjpeg62-dev, + python-scour, intltool Homepage: https://launchpad.net/simple-scan Vcs-Git: git://git.debian.org/collab-maint/simple-scan.git diff --git a/debian/rules b/debian/rules index 4ca58d6..dad1cdb 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DISTRIBUTION = $(shell lsb_release -i | cut -f2 -d':' | tr -d '\t') LDFLAGS+=-Wl,--as-needed %: - dh $@ + dh $@ --with scour # Fixes FTBFS override_dh_auto_test: -- cgit v1.2.3