[neon/extras/calligra/Neon/release] debian: explicitly "do not ship" color profile
Pino Toscano
null at kde.org
Wed Sep 7 17:19:48 BST 2022
Git commit c040cbb537580e8afacea086c11ed6d8219ae888 by Pino Toscano.
Committed on 26/09/2021 at 07:07.
Pushed by jriddell into branch 'Neon/release'.
explicitly "do not ship" color profile
M +2 -0 debian/changelog
M +2 -0 debian/rules
https://invent.kde.org/neon/extras/calligra/commit/c040cbb537580e8afacea086c11ed6d8219ae888
diff --git a/debian/changelog b/debian/changelog
index cc89f04..bbe3292 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ calligra (1:3.2.1+dfsg-3) UNRELEASED; urgency=medium
- bump the cmake build dependency to 3.16 accordingly
* Bump Standards-Version to 4.6.0, no changes required.
* Update install files.
+ * Clean the color profiles (/usr/share/color/) from debian/tmp: they were
+ already not shipped, and this simply make it clearer.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 21 Aug 2021 17:45:15 +0200
diff --git a/debian/rules b/debian/rules
index 841d24c..317336d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,5 +22,7 @@ execute_after_dh_auto_install:
rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/calligra_semanticitem_*.mo
rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/calligra_shape_comment.mo
rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/calligra_shape_template.mo
+ # Remove color profiles, which ideally should be shipped somewhere ...
+ rm -rf debian/tmp/usr/share/color/
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list