[cpp-log4shib] 08/11: Switch to Debhelper compat 13 and simplify rules
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:15:29 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.0-3
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=5d4c27764421030571aa74319eb3548e0b54ee7b
commit 5d4c27764421030571aa74319eb3548e0b54ee7b
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue Oct 12 14:38:13 2021 +0200
Switch to Debhelper compat 13 and simplify rules
---
debian/control | 3 ++-
debian/rules | 6 +-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 630d283..5887c01 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
Uploaders:
Ferenc Wágner <wferi at debian.org>,
Etienne Dysli Metref <etienne.dysli-metref at switch.ch>,
-Build-Depends: debhelper-compat (= 11)
+Build-Depends:
+ debhelper-compat (= 13),
Build-Depends-Indep:
doxygen,
graphviz,
diff --git a/debian/rules b/debian/rules
index 343282e..677f771 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,10 @@ override_dh_auto_test-indep:
override_dh_auto_install-indep:
$(MAKE) -C doc DESTDIR=$(CURDIR)/debian/tmp install
-override_dh_install:
+execute_after_dh_auto_install:
rm -vf debian/tmp/usr/share/doc/log4shib-*/api/html/api/*.md5
- dh_install
-
-override_dh_missing:
rm -vf debian/tmp/usr/lib/*/liblog4shib.la
# Many man pages are malformatted, and they're not horribly useful.
# We don't ship them, because the same information is available in the
# HTML documentation (3b6fa5e).
rm -rvf debian/tmp/usr/share/man/man3
- dh_missing --fail-missing
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list