[neon/backports-jammy/libsignon-glib/Neon/unstable] debian: remove hopefully unused .la file as removing them is a goal for Debian.

Diane Trout null at kde.org
Thu Jun 22 01:30:34 BST 2023


Git commit e1a683cd555f7e555c04853e0dfe185dec8fd2f0 by Diane Trout.
Committed on 19/09/2015 at 21:17.
Pushed by carlosdem into branch 'Neon/unstable'.

remove hopefully unused .la file as removing them is a goal for Debian.

M  +2    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/libsignon-glib/-/commit/e1a683cd555f7e555c04853e0dfe185dec8fd2f0

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:



More information about the Neon-commits mailing list