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

Yves-Alexis Perez corsac at alioth.debian.org
Sat Jan 14 01:32:57 UTC 2012


Author: corsac
Date: 2012-01-14 13:32:57 +0000 (Sat, 14 Jan 2012)
New Revision: 6321

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/rules
Log:
* debian/rules:
  - don't install libsystem as it's only useful for tests.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2012-01-14 13:23:51 UTC (rev 6320)
+++ goodies/trunk/lightdm/debian/changelog	2012-01-14 13:32:57 UTC (rev 6321)
@@ -15,6 +15,8 @@
     - 07_CVE-2011-4105 dropped, code doesn't exist anymore.
     - 07_fix-test-missing-lightdm-session added, remove lightdm-session from
       test targets.
+  * debian/rules:
+    - don't install libsystem as it's only useful for tests.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 14 Jan 2012 12:55:03 +0100
 

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2012-01-14 13:23:51 UTC (rev 6320)
+++ goodies/trunk/lightdm/debian/rules	2012-01-14 13:32:57 UTC (rev 6321)
@@ -14,6 +14,7 @@
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lightdm/gdmflexiserver
+	rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libsystem.*
 	dh_install --fail-missing
 
 %:




More information about the Pkg-xfce-commits mailing list