[log4shib] 01/02: Fix debian/rules command to remove *.la file

Russ Allbery eagle at eyrie.org
Sat Jan 16 23:01:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

rra pushed a commit to branch debian/master
in repository log4shib.

commit 5b21418b7edc57f3cc759791408d33bc75575c70
Author: Russ Allbery <rra at debian.org>
Date:   Sat Jan 16 22:57:00 2016

    Fix debian/rules command to remove *.la file
    
    Use a wildcard to match the multiarch part of the file path.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 29dc28b..d1586f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 override_dh_install-arch:
 	pod2man --release=$(VERSION) --section=1 --center=log4shib \
 	    debian/log4shib-config.pod debian/log4shib-config.1
-	rm debian/tmp/usr/lib/x86_64-linux-gnu/liblog4shib.la
+	rm debian/tmp/usr/lib/*/liblog4shib.la
 	dh_install -Xman3 --fail-missing
 
 override_dh_install-indep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/log4shib.git



More information about the Pkg-shibboleth-devel mailing list