summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-31 19:30:34 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-31 19:30:34 +0300
commit62d9146406bb028a9d84ad2a5b1076ff1209564b (patch)
treec44a078df5886ae788e07844d5925253c4486d76
parent481dcf135fdddec16f09762feab3ac7992e37c7d (diff)
downloadlightdm-62d9146406bb028a9d84ad2a5b1076ff1209564b.tar.gz
debian/rules: disable compiling of tests: FTBFS on Dyson and are not used anyway
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules9
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aabe13e..65481dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ lightdm (1.10.3-3+dyson1) UNRELEASED; urgency=medium
* Package for Dyson
* debian/lightdm.postinst: removed "invoke-rc.d dbus reload": dbus has
triggers
+ * debian/rules: disable compiling of tests: FTBFS on Dyson and are not
+ used anyway
-- Igor Pashev <pashev.igor@gmail.com> Tue, 31 Mar 2015 19:05:08 +0300
diff --git a/debian/rules b/debian/rules
index 9405922..fdd5fa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,14 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
- dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=lightdm-xsession --enable-introspection=yes --disable-silent-rules --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/
+ dh_auto_configure -- \
+ --disable-silent-rules \
+ --disable-tests \
+ --enable-introspection=yes \
+ --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/ \
+ --with-greeter-user=lightdm \
+ --with-user-session=lightdm-xsession \
+ $(null)
override_dh_installchangelogs:
dh_installchangelogs -- NEWS