r41762 - in /desktop/experimental/gdm3/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue May 20 21:01:55 UTC 2014


Author: bigon
Date: Tue May 20 21:01:55 2014
New Revision: 41762

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41762
Log:
* New upstream release
* debian/rules: Re-disable consolekit fallback support

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=41762&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Tue May 20 21:01:55 2014
@@ -1,11 +1,13 @@
-gdm3 (3.12.1-2) UNRELEASED; urgency=medium
-
+gdm3 (3.12.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
   * Remove kfreebsd-any from Architecture. (Closes: #602724, #601106,
     #612157, #733546)
   * debian/gdm3.init: Try to activate logind before starting gdm to avoid a
     race condition when systemd is not used as PID1 (Closes: #747210)
-
- -- Laurent Bigonville <bigon at debian.org>  Tue, 20 May 2014 22:09:51 +0200
+  * debian/rules: Re-disable consolekit fallback support
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 20 May 2014 22:58:50 +0200
 
 gdm3 (3.12.1-1) experimental; urgency=medium
 

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=41762&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules	[utf-8] Tue May 20 21:01:55 2014
@@ -38,9 +38,10 @@
 		--with-initial-vt=7
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --with-selinux
+		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd --with-selinux --without-console-kit
 else
-		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --without-selinux
+		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd --without-selinux --with-console-kit \
+					     --with-consolekit-directory=/usr/lib/ConsoleKit
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list