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

Yves-Alexis Perez corsac at alioth.debian.org
Fri Nov 25 07:38:13 UTC 2011


Author: corsac
Date: 2011-11-25 07:38:13 +0000 (Fri, 25 Nov 2011)
New Revision: 6235

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/rules
Log:
* debian/rules:
  - explicitly disable introspection. It seems only enabled on kFreeBSD
    builds for some reason.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-11-25 07:02:55 UTC (rev 6234)
+++ goodies/trunk/lightdm/debian/changelog	2011-11-25 07:38:13 UTC (rev 6235)
@@ -3,6 +3,9 @@
   * debian/patches:
     - 07_CVE-2011-4105 refreshed, use AC_USE_SYSTEM_EXTENSIONS in configure.ac
       so GNU extensions are used even on kFreeBSD.              closes: #649633
+  * debian/rules:
+    - explicitly disable introspection. It seems only enabled on kFreeBSD
+      builds for some reason.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 23 Nov 2011 22:10:59 +0100
 

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2011-11-25 07:02:55 UTC (rev 6234)
+++ goodies/trunk/lightdm/debian/rules	2011-11-25 07:38:13 UTC (rev 6235)
@@ -6,7 +6,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=lightdm-xsession
+	dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=lightdm-xsession --enable-introspection=no
 
 override_dh_installinit:
 	dh_installinit --noscripts




More information about the Pkg-xfce-commits mailing list