[cpp-log4shib] 15/26: Install man pages and static library, ignore *.la file

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


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

scantor pushed a commit to annotated tag debian/1.0.4-1
in repository cpp-log4shib.

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

commit 26b35b7e73f601839d3809aa6b6bc5e85c907547
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 19:51:37 2012 -0700

    Install man pages and static library, ignore *.la file
---
 debian/liblog4shib-dev.install | 2 ++
 debian/rules                   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/liblog4shib-dev.install b/debian/liblog4shib-dev.install
index 2b75894..b240e24 100644
--- a/debian/liblog4shib-dev.install
+++ b/debian/liblog4shib-dev.install
@@ -1,5 +1,7 @@
 usr/bin/log4shib-config
 usr/include/*
+usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/log4shib.pc
 usr/share/aclocal/log4shib.m4
+usr/share/man/man3/*
diff --git a/debian/rules b/debian/rules
index 947b9ac..c068caf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_configure:
 # of the Cflags and Libs pkgconfig configuration.  LDFLAGS and CPPFLAGS are
 # set by /usr/share/dpkg/buildflags.mk above.
 override_dh_install:
-	dh_install -a -i --fail-missing
+	dh_install -a -i -Xlog4shib.la --fail-missing
 	perl -i -pe 's/^(Libs: .*)\Q$(LDFLAGS)\E/$$1/' \
 	    debian/*/usr/lib/*/pkgconfig/log4shib.pc
 	perl -i -pe 's/^(Cflags: .*)\Q$(CPPFLAGS)\E/$$1/' \

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


More information about the commits mailing list