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

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 15 08:16:35 UTC 2012


Author: corsac
Date: 2012-05-15 20:16:34 +0000 (Tue, 15 May 2012)
New Revision: 6990

Added:
   goodies/trunk/lightdm/debian/lightdm.lintian-overrides
Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/rules
Log:
  - disable silent rules so build logs are useful.
  - disable building test for now since it fails with gcc-4.7.
* debian/lightdm.lintian-overrides added, override warning for hardening
  checks, we do enable build flags.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2012-05-15 20:15:19 UTC (rev 6989)
+++ goodies/trunk/lightdm/debian/changelog	2012-05-15 20:16:34 UTC (rev 6990)
@@ -3,6 +3,10 @@
   * New upstream release.                                       closes: #673036
   * debian/rules:
     - build with --parallel.
+    - disable silent rules so build logs are useful.
+    - disable building test for now since it fails with gcc-4.7.
+  * debian/lightdm.lintian-overrides added, override warning for hardening
+    checks, we do enable build flags.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 15 May 2012 21:11:43 +0200
 

Added: goodies/trunk/lightdm/debian/lightdm.lintian-overrides
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.lintian-overrides	                        (rev 0)
+++ goodies/trunk/lightdm/debian/lightdm.lintian-overrides	2012-05-15 20:16:34 UTC (rev 6990)
@@ -0,0 +1,6 @@
+# we do use -fstack-protector and FORTIFY
+liblightdm-gobject-1-0: hardening-no-fortify-functions usr/lib/x86_64-linux-gnu/liblightdm-gobject-1.so.0.0.0
+liblightdm-qt-2-0: hardening-no-stackprotector usr/lib/x86_64-linux-gnu/liblightdm-qt-2.so.0.0.0
+lightdm: hardening-no-stackprotector usr/bin/dm-tool
+lightdm: hardening-no-stackprotector usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session-wrapper
+lightdm: hardening-no-stackprotector usr/lib/x86_64-linux-gnu/lightdm/lightdm-set-defaults

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2012-05-15 20:15:19 UTC (rev 6989)
+++ goodies/trunk/lightdm/debian/rules	2012-05-15 20:16:34 UTC (rev 6990)
@@ -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 --enable-introspection=no
+	dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=lightdm-xsession --enable-introspection=no --disable-silent-rules --disable-tests
 
 override_dh_installinit:
 	dh_installinit --noscripts




More information about the Pkg-xfce-commits mailing list