r41298 - in /desktop/experimental/gdm3/debian: changelog rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Fri Apr 11 13:38:25 UTC 2014
Author: bigon
Date: Fri Apr 11 13:38:25 2014
New Revision: 41298
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41298
Log:
* debian/rules:
- Re-add --with(out)-selinux flag to the configure on linux architectures,
the flag is back again
- Drop --disable-fallback-greeter configure flag, the fallback greeter is
gone for quite some times already
- Drop --with(out)-consolekit configure flag, we are now building with
fallback support to consolekit if logind is not running on all archs
Modified:
desktop/experimental/gdm3/debian/changelog
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=41298&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Fri Apr 11 13:38:25 2014
@@ -1,9 +1,14 @@
gdm3 (3.12.0-2) UNRELEASED; urgency=medium
- * debian/control.in: Re-add --with-selinux flag to the configure on linux
- architectures, the flag is back again
-
- -- Laurent Bigonville <bigon at debian.org> Fri, 11 Apr 2014 13:59:07 +0200
+ * debian/rules:
+ - Re-add --with(out)-selinux flag to the configure on linux architectures,
+ the flag is back again
+ - Drop --disable-fallback-greeter configure flag, the fallback greeter is
+ gone for quite some times already
+ - Drop --with(out)-consolekit configure flag, we are now building with
+ fallback support to consolekit if logind is not running on all archs
+
+ -- Laurent Bigonville <bigon at debian.org> Fri, 11 Apr 2014 15:25:51 +0200
gdm3 (3.12.0-1) experimental; urgency=low
Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=41298&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules [utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules [utf-8] Fri Apr 11 13:38:25 2014
@@ -35,13 +35,12 @@
--with-check-accelerated-directory=/usr/lib/gnome-session/ \
--with-ran-once-marker-directory=/var/run/gdm3 \
--with-gnome-settings-daemon-directory="`pkg-config --variable=libexecdir gnome-settings-daemon`" \
- --with-initial-vt=7 \
- --disable-fallback-greeter
+ --with-initial-vt=7
ifeq (linux,$(DEB_HOST_ARCH_OS))
- DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --without-consolekit --with-selinux
+ DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --with-selinux
else
- DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --with-consolekit
+ DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --without-selinux
endif
DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
More information about the pkg-gnome-commits
mailing list