[neon/qt/qtcreator/Neon/release] debian: drop KSyntaxHighlighting license files

Pino Toscano null at kde.org
Mon Jan 16 22:09:46 GMT 2023


Git commit 58c9a0d4bbf138f099f3b2aa26b5b4c12bb4f709 by Pino Toscano.
Committed on 06/06/2022 at 03:45.
Pushed by carlosdem into branch 'Neon/release'.

drop KSyntaxHighlighting license files

M  +2    -0    debian/changelog
M  +3    -0    debian/rules

https://invent.kde.org/neon/qt/qtcreator/commit/58c9a0d4bbf138f099f3b2aa26b5b4c12bb4f709

diff --git a/debian/changelog b/debian/changelog
index 5fee306..179a3c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ qtcreator (7.0.2-100) UNRELEASED; urgency=medium
       which does not change the embedded copy of KSyntaxHighlighting, breaking
       its usage (used because there is no Qt6 version of KSyntaxHighlighting
       yet)
+    - remove the license files installed from the embedded copy of
+      KSyntaxHighlighting
     - the switch enables the build of the QML Designer plugin, which is built
       only when using Qt >= 6.2.0 (Closes: #1006555)
 
diff --git a/debian/rules b/debian/rules
index 4007501..67544ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,9 @@ endif
 	# Not needed
 	rm debian/tmp/usr/bin/qtcreator.sh
 
+	# License files of the embedded copy of KSyntaxHighlighting
+	rm -rf debian/tmp/usr/share/qtcreator/generic-highlighter/syntax/licenses/
+
 	# Remove extra exec permissions
 	find debian/tmp -name qmldir -type f -exec chmod -x {} \;
 



More information about the Neon-commits mailing list