[Pkg-xfce-commits] r10138 - in /goodies/trunk/xfce4-notifyd/debian: changelog rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sat Nov 11 14:19:15 UTC 2017


Author: corsac
Date: Sat Nov 11 14:19:15 2017
New Revision: 10138

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10138
Log:
* debian/rules:
  - remove .la files before dh_install

Modified:
    goodies/trunk/xfce4-notifyd/debian/changelog
    goodies/trunk/xfce4-notifyd/debian/rules

Modified: goodies/trunk/xfce4-notifyd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/debian/changelog?rev=10138&op=diff
==============================================================================
--- goodies/trunk/xfce4-notifyd/debian/changelog	(original)
+++ goodies/trunk/xfce4-notifyd/debian/changelog	Sat Nov 11 14:19:15 2017
@@ -5,6 +5,8 @@
   * debian/control:
     - update standards version to 4.1.1.
     - add build-dep on libxfce4panel-2.0-dev. 
+  * debian/rules:
+    - remove .la files before dh_install
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 18 Oct 2017 22:05:43 +0200
 

Modified: goodies/trunk/xfce4-notifyd/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/debian/rules?rev=10138&op=diff
==============================================================================
--- goodies/trunk/xfce4-notifyd/debian/rules	(original)
+++ goodies/trunk/xfce4-notifyd/debian/rules	Sat Nov 11 14:19:15 2017
@@ -6,6 +6,11 @@
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+
+override_dh_install:
+	find debian/xfce4-notifyd -name '*.la' -delete
+	dh_install
+
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --enable-maintainer-mode




More information about the Pkg-xfce-commits mailing list