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

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Oct 14 20:02:08 UTC 2012


Author: sjoerd
Date: Sun Oct 14 20:02:08 2012
New Revision: 35960

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35960
Log:
* debian/patches/95_check_x11_display.patch
* debian/rules: Set the initial vt to 7

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=35960&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog [utf-8] Sun Oct 14 20:02:08 2012
@@ -22,13 +22,12 @@
   * Sync with Ubuntu:
     + debian/patches/10_no_gettext.patch:
       + Added, Don't mix intltool and gettext macro
-  * deiban/patches/95_check_x11_display.patch
+  * debian/patches/95_check_x11_display.patch
     + Added, Check X11Display instead of X11DisplayDevice to see if it's an X
       session as X11DisplayDevice isn't properly set
-
-  FIXME: 06_first_vt.patch needs to be checked & updated
-
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 14 Oct 2012 18:09:09 +0200
+  * debian/rules: Set the initial vt to 7
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 14 Oct 2012 22:01:38 +0200
 
 gdm3 (3.4.1-3) unstable; urgency=low
 

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=35960&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules [utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules [utf-8] Sun Oct 14 20:02:08 2012
@@ -31,7 +31,8 @@
 		--with-lang-file=/etc/default/locale \
 		--without-systemd \
 		--disable-split-authentication \
-		--with-consolekit-directory=/usr/lib/ConsoleKit
+		--with-consolekit-directory=/usr/lib/ConsoleKit \
+		--with-initial-vt=7
 
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
 	DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug




More information about the pkg-gnome-commits mailing list