diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:30:23 +0000 |
commit | 4c4c5d788e009af2b89c22ab1aba48b83ded23a9 (patch) | |
tree | 917b8795f4a60750ef7de78d113ebfe48de4bb36 | |
parent | Merging upstream version 0.13.2. (diff) | |
download | icinga-php-library-4c4c5d788e009af2b89c22ab1aba48b83ded23a9.tar.xz icinga-php-library-4c4c5d788e009af2b89c22ab1aba48b83ded23a9.zip |
Merging debian version 0.13.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f22accb..fcf9e2a 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~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. 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 |