From 62d9146406bb028a9d84ad2a5b1076ff1209564b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 31 Mar 2015 19:30:34 +0300 Subject: debian/rules: disable compiling of tests: FTBFS on Dyson and are not used anyway --- debian/changelog | 2 ++ debian/rules | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3