r36741 - in /desktop/experimental/gdm3/debian: changelog control control.in rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Feb 23 13:11:57 UTC 2013


Author: bigon
Date: Sat Feb 23 13:11:57 2013
New Revision: 36741

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36741
Log:
* New upstream release (Closes: #701035)
  - Pass new --with-ran-once-marker-directory flag to the configure
* Enable plymouth support on linux-any architecture
* Drop --enable-selinux configure flag, the flag is gone

Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/control
    desktop/experimental/gdm3/debian/control.in
    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=36741&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Sat Feb 23 13:11:57 2013
@@ -1,10 +1,17 @@
-gdm3 (3.6.1-3) UNRELEASED; urgency=low
-
+gdm3 (3.6.2-1) UNRELEASED; urgency=low
+
+  [ Simon McVittie ]
   * Don't suggest gok, which has been deprecated in favour of caribou
     and is not in GNOME 3 or Debian wheezy (Closes: #692781)
   * Fix a typo in a comment in gdm3-autologin.pam (Closes: #689927)
 
- -- Simon McVittie <smcv at debian.org>  Thu, 08 Nov 2012 19:30:41 +0000
+  [ Laurent Bigonville ]
+  * New upstream release (Closes: #701035)
+    - Pass new --with-ran-once-marker-directory flag to the configure
+  * Enable plymouth support on linux-any architecture
+  * Drop --enable-selinux configure flag, the flag is gone
+
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 20 Feb 2013 23:26:11 +0100
 
 gdm3 (3.6.1-2) experimental; urgency=low
 

Modified: desktop/experimental/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/control?rev=36741&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/control [utf-8] (original)
+++ desktop/experimental/gdm3/debian/control [utf-8] Sat Feb 23 13:11:57 2013
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: gnome-pkg-tools (>= 0.16.3),
                debhelper (>= 8.1.0),
                cdbs,
@@ -39,6 +39,7 @@
                libxft-dev,
                libxi-dev,
                libxinerama-dev,
+               plymouth-dev [linux-any],
                yelp-tools,
                libselinux1-dev [linux-any],
                libattr1-dev [linux-any],

Modified: desktop/experimental/gdm3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/control.in?rev=36741&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/control.in [utf-8] (original)
+++ desktop/experimental/gdm3/debian/control.in [utf-8] Sat Feb 23 13:11:57 2013
@@ -34,6 +34,7 @@
                libxft-dev,
                libxi-dev,
                libxinerama-dev,
+               plymouth-dev [linux-any],
                yelp-tools,
                libselinux1-dev [linux-any],
                libattr1-dev [linux-any],

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=36741&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules [utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules [utf-8] Sat Feb 23 13:11:57 2013
@@ -33,6 +33,7 @@
 		--disable-split-authentication \
 		--with-consolekit-directory=/usr/lib/ConsoleKit \
 		--with-check-accelerated-directory=/usr/lib/gnome-session/ \
+		--with-ran-once-marker-directory=/var/run/gdm3 \
 		--with-initial-vt=7
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
@@ -42,7 +43,7 @@
 DEB_MAKE_EXTRA_ARGS += authdir=/var/lib/gdm3
 		
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-	DEB_CONFIGURE_EXTRA_FLAGS += --with-selinux
+	DEB_CONFIGURE_EXTRA_FLAGS += --with-plymouth
 else
 	DEB_CONFIGURE_EXTRA_FLAGS += --with-vt-switch-workaround
 endif




More information about the pkg-gnome-commits mailing list