[Pkg-xfce-commits] r5658 - in goodies/trunk/lightdm/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Thu Apr 21 11:46:30 UTC 2011


Author: corsac
Date: 2011-04-21 11:46:22 +0000 (Thu, 21 Apr 2011)
New Revision: 5658

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/control
   goodies/trunk/lightdm/debian/lightdm-gtk.install
   goodies/trunk/lightdm/debian/lightdm-python-gtk.install
   goodies/trunk/lightdm/debian/lightdm-qt.install
   goodies/trunk/lightdm/debian/lightdm-vala.install
   goodies/trunk/lightdm/debian/patches/02_default-config.patch
Log:
new upstream release, refresh patch and install files


Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/changelog	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,5 +1,5 @@
-lightdm (0.3.0-1) UNRELEASED; urgency=low
+lightdm (0.3.2-1) UNRELEASED; urgency=low
 
   * Initial release.                                            closes: #615591
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 08 Jan 2011 11:52:12 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 21 Apr 2011 13:23:44 +0200

Modified: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/control	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,5 +1,5 @@
 Source: lightdm
-Section: xfce
+Section: x11
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Evgeni Golov <evgeni at debian.org>, 
@@ -16,7 +16,7 @@
 
 
 Package: lightdm
-Section: xfce
+Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, 
  lightdm-gtk | lightdm-greeter, dbus, consolekit, adduser
@@ -30,7 +30,7 @@
 
 Package: lightdm-gtk
 Provides: lightdm-greeter
-Section: xfce
+Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: simple display manager (GTK+ greeter)
@@ -38,7 +38,7 @@
 
 Package: lightdm-vala
 Provides: lightdm-greeter
-Section: xfce
+Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: simple display manager (Vala greeter)
@@ -46,7 +46,7 @@
 
 Package: lightdm-qt
 Provides: lightdm-greeter
-Section: xfce
+Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: simple display manager (Qt greeter)
@@ -54,7 +54,7 @@
 
 Package: lightdm-python-gtk
 Provides: lightdm-greeter
-Section: xfce
+Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python
 Description: simple display manager (PyGTK+ greeter)

Modified: goodies/trunk/lightdm/debian/lightdm-gtk.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm-gtk.install	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/lightdm-gtk.install	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,2 +1,3 @@
-usr/lib/lightdm/lightdm-gtk-greeter
+usr/lib/lightdm/lightdm-example-gtk-greeter
+usr/share/lightdm-example-gtk-greeter/greeter.ui
 usr/share/lightdm/themes/example-gtk-gnome

Modified: goodies/trunk/lightdm/debian/lightdm-python-gtk.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm-python-gtk.install	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/lightdm-python-gtk.install	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,2 +1,2 @@
-usr/lib/lightdm/lightdm-python-gtk-greeter
+usr/lib/lightdm/lightdm-example-python-gtk-greeter
 usr/share/lightdm/themes/example-python-gtk-gnome

Modified: goodies/trunk/lightdm/debian/lightdm-qt.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm-qt.install	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/lightdm-qt.install	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,2 +1,2 @@
-usr/lib/lightdm/lightdm-qt-greeter
+usr/lib/lightdm/lightdm-example-qt-greeter
 usr/share/lightdm/themes/example-qt-kde

Modified: goodies/trunk/lightdm/debian/lightdm-vala.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm-vala.install	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/lightdm-vala.install	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,3 +1,3 @@
-usr/share/vala/vapi/lightdm-0.vapi
-usr/lib/lightdm/lightdm-vala-gtk-greeter
+usr/share/vala/vapi/liblightdm-gobject-0.vapi
+usr/lib/lightdm/lightdm-example-vala-gtk-greeter
 usr/share/lightdm/themes/example-vala-gtk-gnome/

Modified: goodies/trunk/lightdm/debian/patches/02_default-config.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/02_default-config.patch	2011-04-21 09:46:56 UTC (rev 5657)
+++ goodies/trunk/lightdm/debian/patches/02_default-config.patch	2011-04-21 11:46:22 UTC (rev 5658)
@@ -1,29 +1,18 @@
 === modified file 'data/lightdm.conf'
-Index: lightdm-0.3.0/data/lightdm.conf
-===================================================================
---- lightdm-0.3.0.orig/data/lightdm.conf	2011-04-16 10:16:26.000000000 +0200
-+++ lightdm-0.3.0/data/lightdm.conf	2011-04-18 14:44:13.498641953 +0200
+--- old/data/lightdm.conf	2011-04-18 05:06:03 +0000
++++ new/data/lightdm.conf	2011-04-21 11:25:50 +0000
 @@ -9,9 +9,9 @@
  #
  [LightDM]
  #xserver=/usr/bin/X
 -#authorization-directory=/var/cache/lightdm/authority
-+authorization-directory=/var/lib/lightdm/authority
++authorization-directory=/var/cache/lightdm/authority
  #log-directory=/var/log/lightdm
 -#session-wrapper=/etc/X11/Xsession
 +session-wrapper=/etc/X11/Xsession
  displays=default-display
  
  #
-@@ -31,7 +31,7 @@
- # key = Authentication key to use
- #
- [default-display]
--#vt=
-+vt=7
- #layout=us
- #greeter-theme=example-gtk-gnome
- #greeter-user=lightdm
 @@ -54,7 +54,7 @@
  # hidden-shells = Shells that indicate a user cannot login
  #
@@ -41,3 +30,4 @@
 +enabled=false
  #port=177
  #key=0x0123456789ABCD
+




More information about the Pkg-xfce-commits mailing list