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

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:14:19 UTC 2021


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

scantor pushed a commit to annotated tag debian/1.0.9-2
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=5b21418b7edc57f3cc759791408d33bc75575c70

commit 5b21418b7edc57f3cc759791408d33bc75575c70
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sat Jan 16 14:56:46 2016 -0800

    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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list