From 3b0eb3a18fda584ebf5840a93f2d9647d6d4b530 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:30:22 +0200 Subject: Adding debian version 0.13.2-1. Signed-off-by: Daniel Baumann --- debian/changelog | 9 +++++++++ debian/copyright | 2 +- debian/rules | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f1df8c1..6f63caa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +icinga-php-library (0.13.2-1) unstable; urgency=medium + + * New upstream release. + * Update copyright file. + * Use execute_after instead of override in rules file. + * Remove Read Me.txt after dh_install. + + -- Bas Couwenberg Fri, 12 Apr 2024 06:28:56 +0200 + icinga-php-library (0.13.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/copyright b/debian/copyright index cc75176..22acf6f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ License: MIT Files: asset/css/fontawesome.css asset/css/awesome-icons.less Copyright: Font Awesome (https://fontawesome.com/) - 2022, Fonticons, Inc. + 2024, Fonticons, Inc. Comment: In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files. License: MIT diff --git a/debian/rules b/debian/rules index 5e833fe..dce8220 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,7 @@ %: dh $@ -override_dh_install: - dh_install - +execute_after_dh_install: $(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/LICENSE $(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/*/LICENSE + $(RM) debian/*/usr/share/icinga-php/ipl/asset/static/font/icinga-icons/Read\ Me.txt -- cgit v1.2.3