]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
remove the file in debian/rules since the .install way doesn't work
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Tue, 9 Aug 2011 21:36:03 +0000 (21:36 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Tue, 9 Aug 2011 21:36:03 +0000 (21:36 +0000)
git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@5931 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/changelog
debian/lightdm.install
debian/rules

index 9255cb564b0e74a82d82f27ec1147c41ca5716d5..cca129711288caf035529d7d71e4e7498e6a3b10 100644 (file)
@@ -6,7 +6,7 @@ lightdm (0.9.3-1) UNRELEASED; urgency=low
     - 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.
 
index 74f768d507725edfa5f4925b229ae2896d4f3744..fac0829d996eeb7321c0ae9194f4f2ddc1f6403c 100644 (file)
@@ -6,5 +6,4 @@ etc/init
 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
index a481f6c0f4c2eaa874184d64ba34b9adb11d6e27..35e65c6efa8cb337015f1dbecd49d404e220a3ad 100755 (executable)
@@ -20,6 +20,7 @@ override_dh_installinit:
 
 override_dh_install:
        find debian/tmp -name '*.la' -delete
+       rm debian/tmp/usr/lib/lightdm/lightdm/gdmflexiserver
        dh_install --fail-missing
 
 %: