[SCM] libsignon-glib packaging branch, master, updated. e1a683cd555f7e555c04853e0dfe185dec8fd2f0

Diane Trout diane at moszumanska.debian.org
Sun Sep 20 05:41:27 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libsignon-glib.git;a=commitdiff;h=e1a683c

The following commit has been merged in the master branch:
commit e1a683cd555f7e555c04853e0dfe185dec8fd2f0
Author: Diane Trout <diane at ghic.org>
Date:   Sat Sep 19 14:17:29 2015 -0700

    remove hopefully unused .la file as removing them is a goal for Debian.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3135816..43afa8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_CFLAGS_MAINT_APPEND=-Wall -pendantic
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 BUILD:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 %:
 	dh $@ --with autoreconf,gir
 
@@ -18,6 +18,7 @@ override_dh_autoreconf:
 	NOCONFIGURE=1 dh_autoreconf ./autogen.sh
 
 override_dh_install:
+	rm debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libsignon-glib.la
 	dh_install --list-missing
 
 override_dh_strip:

-- 
libsignon-glib packaging



More information about the pkg-kde-commits mailing list