summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-09-30 10:52:24 +1300
committerRobert Ancell <robert.ancell@canonical.com>2015-09-30 10:52:24 +1300
commitb269170033bf77fd9240e208903ff7788397f5ab (patch)
tree0bd522047dece359b813a3c358e4fc96c946783a
parenta41e506655c97860d29927d8a507f63de7ec7e57 (diff)
downloadlightdm-git-b269170033bf77fd9240e208903ff7788397f5ab.tar.gz
List configure flags one per line
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0e141f94..bb640654 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,10 @@ override_dh_autoreconf:
# NOTE: Using GNOME for now, but we still need a proper configuration system
# See https://launchpad.net/bugs/799754
override_dh_auto_configure:
- dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=ubuntu --enable-gtk-doc
+ dh_auto_configure -- \
+ --with-greeter-user=lightdm \
+ --with-user-session=ubuntu \
+ --enable-gtk-doc
override_dh_auto_test:
#Disabled for now, are failing for some reason