[Pkg-xfce-commits] r4787 - in goodies/trunk/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jan 8 11:16:53 UTC 2011
Author: corsac
Date: 2011-01-08 11:16:52 +0000 (Sat, 08 Jan 2011)
New Revision: 4787
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/control
goodies/trunk/lightdm/debian/lightdm.postrm
goodies/trunk/lightdm/debian/patches/series
Log:
new upstream release, fix various warnings
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2011-01-04 21:25:25 UTC (rev 4786)
+++ goodies/trunk/lightdm/debian/changelog 2011-01-08 11:16:52 UTC (rev 4787)
@@ -1,5 +1,5 @@
-lightdm (0.2.1-1) unstable; urgency=low
+lightdm (0.2.2-1) unstable; urgency=low
- * Initial release. closes: #
+ * Initial release. closes: #111111
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 03 Dec 2010 23:29:38 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 08 Jan 2011 11:52:12 +0100
Modified: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control 2011-01-04 21:25:25 UTC (rev 4786)
+++ goodies/trunk/lightdm/debian/control 2011-01-08 11:16:52 UTC (rev 4787)
@@ -19,7 +19,7 @@
Section: xfce
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- lightdm-gtk | lightdm-webkit | lightdm-qt, dbus, consolekit
+ lightdm-gtk | lightdm-webkit | lightdm-qt, dbus, consolekit, adduser
Description: simple display manager
An X display manager that:
* Has a lightweight codebase
Modified: goodies/trunk/lightdm/debian/lightdm.postrm
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.postrm 2011-01-04 21:25:25 UTC (rev 4786)
+++ goodies/trunk/lightdm/debian/lightdm.postrm 2011-01-08 11:16:52 UTC (rev 4787)
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
if [ "$1" = "abort-install" ] || [ "$1" = "abort-upgrade" ]; then
Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series 2011-01-04 21:25:25 UTC (rev 4786)
+++ goodies/trunk/lightdm/debian/patches/series 2011-01-08 11:16:52 UTC (rev 4787)
@@ -1,6 +1,3 @@
01_initgroups.patch
02_default-config.patch
-03_fix-xauthority-perms.patch
04_fix_xauthority-path.patch
-05_fix-ownership-dmrc.patch
-06_use-pam-envvar.patch
More information about the Pkg-xfce-commits
mailing list