[Pkg-xfce-commits] r9066 - in /goodies/trunk/xfce4-verve-plugin/debian: changelog rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed May 6 20:29:33 UTC 2015


Author: corsac
Date: Wed May  6 20:29:33 2015
New Revision: 9066

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9066
Log:
* debian/rules:
  - remove .la files from the package.

Modified:
    goodies/trunk/xfce4-verve-plugin/debian/changelog
    goodies/trunk/xfce4-verve-plugin/debian/rules

Modified: goodies/trunk/xfce4-verve-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/changelog?rev=9066&op=diff
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-verve-plugin/debian/changelog	Wed May  6 20:29:33 2015
@@ -7,6 +7,8 @@
     - replace libxfcegui4 build-dep by libxfce4ui.
   * debian/patches:
     - 01_fix-format-string added, fix format string issue.
+  * debian/rules:
+    - remove .la files from the package.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 04 May 2015 16:37:07 +0200
 

Modified: goodies/trunk/xfce4-verve-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-verve-plugin/debian/rules?rev=9066&op=diff
==============================================================================
--- goodies/trunk/xfce4-verve-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-verve-plugin/debian/rules	Wed May  6 20:29:33 2015
@@ -5,6 +5,10 @@
 %:
 	dh $@ --parallel
 
+override_dh_install:
+	find debian/xfce4-verve-plugin/usr/lib -name '*.la' -delete
+	dh_install
+
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure




More information about the Pkg-xfce-commits mailing list