summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
commit3b0eb3a18fda584ebf5840a93f2d9647d6d4b530 (patch)
tree5724b60f8d500ac99512b2601544c208f1965e29
parentMerging upstream version 0.13.2. (diff)
downloadicinga-php-library-debian.tar.xz
icinga-php-library-debian.zip
Adding debian version 0.13.2-1.debian/0.13.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog9
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules5
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 <sebastic@debian.org> 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