[Pkg-xfce-commits] r7293 - goodies/trunk/xfce4-smartbookmark-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jan 21 10:01:30 UTC 2013


Author: corsac
Date: 2013-01-21 10:01:30 +0000 (Mon, 21 Jan 2013)
New Revision: 7293

Modified:
   goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
   goodies/trunk/xfce4-smartbookmark-plugin/debian/rules
Log:
don't install .la files.

Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog	2013-01-21 09:38:22 UTC (rev 7292)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog	2013-01-21 10:01:30 UTC (rev 7293)
@@ -20,6 +20,7 @@
     - use integrated dpkg/debhelper hardening support
     - use --parallel.
     - use autotools-dev plugin to refresh config.{guess,sub}
+    - don't install .la files.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 21 Jan 2013 07:44:25 +0100
 

Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/rules	2013-01-21 09:38:22 UTC (rev 7292)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/rules	2013-01-21 10:01:30 UTC (rev 7293)
@@ -4,3 +4,8 @@
 
 %:
 	dh $@ --parallel --with autotools-dev
+
+override_dh_install:
+	find debian/xfce4-smartbookmark-plugin -name '*.la' -delete
+	dh_install --fail-missing
+




More information about the Pkg-xfce-commits mailing list