summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 13:52:10 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 13:52:10 +0200
commitac1e2ba07496f7685a25ccc1eee7e52126f522ca (patch)
tree0a48c8c1c64988d3a82377d47f84cc7b412c9d8a
parent5623087955deaa43f88fc11b24b2d9dced57bf7a (diff)
add build time testing
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules8
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6dab825..ce1fe9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ simple-scan (3.17.1-1) UNRELEASED; urgency=medium
* debian/control:
- Change Architecture from "linux-any" to "any" because kfree*
and hurd* are not available.
+ * Enable buildsystem testing:
+ - debian/control: Add libxml2-utils to Build-Depends.
+ - debian/rules: Remove override_dh_auto_test.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 29 Apr 2015 12:45:24 +0200
diff --git a/debian/control b/debian/control
index 7b101c8..ae52763 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends:
libgudev-1.0-dev,
libjpeg-dev,
libsane-dev,
+ libxml2-utils,
python-rsvg,
python-scour,
libsqlite3-dev,
diff --git a/debian/rules b/debian/rules
index 0a0bbe9..7a6360d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,11 @@
#
# - remove old style hardening.
# - remove useless comments.
+#
+# 2015-04-29 Jörg Frings-Fürst <debian@jff-webhosting.net>
+#
+# - remove override_dh_auto_test
+#
#
# Hardening
@@ -19,9 +24,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with=autoreconf,scour
-# Fixes FTBFS
-override_dh_auto_test:
-
# Autoreconf due to 01_lpi.patch
override_dh_autoreconf:
[ -e gnome-doc-utils.make ] || \