r41293 - in /desktop/experimental/gdm3/debian: changelog control rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Apr 11 11:59:16 UTC 2014


Author: bigon
Date: Fri Apr 11 11:59:16 2014
New Revision: 41293

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41293
Log:
debian/control.in: Re-add --with-selinux flag to the confiure on linux
architectures

Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/control
    desktop/experimental/gdm3/debian/rules

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=41293&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Fri Apr 11 11:59:16 2014
@@ -1,3 +1,10 @@
+gdm3 (3.12.0-2) UNRELEASED; urgency=medium
+
+  * debian/control.in: Re-add --with-selinux flag to the confiure on linux
+    architectures
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 11 Apr 2014 13:59:07 +0200
+
 gdm3 (3.12.0-1) experimental; urgency=low
 
   [ Laurent Bigonville ]

Modified: desktop/experimental/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/control?rev=41293&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/control	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/control	[utf-8] Fri Apr 11 11:59:16 2014
@@ -12,7 +12,7 @@
                debhelper (>= 8.1.3),
                cdbs (>= 0.4.93~),
                dh-autoreconf,
-               dconf-cli (>= 1.19.90),
+               dconf-cli (>= 0.19.90),
                intltool (>= 0.40.0),
                libdbus-glib-1-dev (>= 0.74),
                libglib2.0-dev (>= 2.36.0),

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=41293&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules	[utf-8] Fri Apr 11 11:59:16 2014
@@ -39,7 +39,7 @@
 		--disable-fallback-greeter
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --without-consolekit
+		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --without-consolekit --with-selinux
 else
 		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --with-consolekit
 endif




More information about the pkg-gnome-commits mailing list