summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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