[Pkg-xfce-commits] r5931 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Aug 9 09:36:03 UTC 2011


Author: corsac
Date: 2011-08-09 21:36:03 +0000 (Tue, 09 Aug 2011)
New Revision: 5931

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/lightdm.install
   goodies/trunk/lightdm/debian/rules
Log:
remove the file in debian/rules since the .install way doesn't work


Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-08-09 20:26:55 UTC (rev 5930)
+++ goodies/trunk/lightdm/debian/changelog	2011-08-09 21:36:03 UTC (rev 5931)
@@ -6,7 +6,7 @@
     - 05_always-export-XAUTHORITY dropped, included upstream. 
     - 05_dont-add-pkglibexecdir-path added, don't add /usr/lib/lightdm/lightdm
       to the PATH, it's ugly.
-  * debian/lightdm.install:
+  * debian/rules:
     - don't install gdmflexiserver script for now until the PATH issue is
       solved.
 

Modified: goodies/trunk/lightdm/debian/lightdm.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.install	2011-08-09 20:26:55 UTC (rev 5930)
+++ goodies/trunk/lightdm/debian/lightdm.install	2011-08-09 21:36:03 UTC (rev 5931)
@@ -6,5 +6,4 @@
 etc/lightdm/users.conf
 etc/lightdm/lightdm.conf
 etc/lightdm/keys.conf
-usr/lib/lightdm/lightdm/gdmflexiserver /dev/null
 debian/lightdm-xsession.desktop /usr/share/xsessions

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2011-08-09 20:26:55 UTC (rev 5930)
+++ goodies/trunk/lightdm/debian/rules	2011-08-09 21:36:03 UTC (rev 5931)
@@ -20,6 +20,7 @@
 
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
+	rm debian/tmp/usr/lib/lightdm/lightdm/gdmflexiserver
 	dh_install --fail-missing
 
 %:




More information about the Pkg-xfce-commits mailing list