r42116 - /desktop/experimental/gdm3/debian/rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Aug 2 14:18:53 UTC 2014


Author: ah
Date: Sat Aug  2 14:18:53 2014
New Revision: 42116

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42116
Log:
Wrap long lines in debian/rules

Modified:
    desktop/experimental/gdm3/debian/rules

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=42116&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules	[utf-8] Sat Aug  2 14:18:53 2014
@@ -39,9 +39,13 @@
 		--with-initial-vt=7
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --with-selinux --without-console-kit
+		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd \
+				--with-selinux \
+				--without-console-kit
 else
-		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --without-selinux --with-console-kit
+		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd \
+				--without-selinux \
+				--with-console-kit
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list