diff options
author | Alessio Treglia <alessio@debian.org> | 2011-03-16 12:45:40 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2011-03-16 12:45:40 +0100 |
commit | c45b06a3edf856aff2105e47a002f0cec573c1b1 (patch) | |
tree | 10d816292cda7bececd77d9519f0448a39ea5d4a /debian/rules | |
parent | def62bba235ad972b4fd47e7a0f91212cab09364 (diff) |
Build with scour for SVG optimization.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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: |