diff options
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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: |