[neon/extras/labplot/Neon/release] debian: drop devel bits
Pino Toscano
null at kde.org
Wed Oct 2 14:04:05 BST 2024
Git commit 430f4d0af48214b53597a77a35d8fcce48428064 by Pino Toscano.
Committed on 13/07/2024 at 17:33.
Pushed by jriddell into branch 'Neon/release'.
drop devel bits
M +1 -0 debian/changelog
M +6 -0 debian/rules
https://invent.kde.org/neon/extras/labplot/-/commit/430f4d0af48214b53597a77a35d8fcce48428064
diff --git a/debian/changelog b/debian/changelog
index 2ecc6e9..0cd54a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ labplot (2.11.0-0r1) UNRELEASED; urgency=medium
* Update the patches:
- upstream_matio-Fix-compilation-for-latest-version-1.5.27.patch: drop,
backported from upstream
+ * Do not ship development bits (e.g. headers) for now.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 13 Jul 2024 17:46:43 +0200
diff --git a/debian/rules b/debian/rules
index aa35281..9037754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,9 @@ override_dh_auto_configure:
override_dh_auto_test:
# non-fatal, as tests fail on almost non-amd64 archs
-xvfb-run dh_auto_test
+
+execute_after_dh_auto_install:
+ # remove symlinks of private libraries
+ find debian/tmp -name '*.so' -type l -print -delete
+ # remove development headers
+ rm -rfv debian/tmp/usr/include/
More information about the Neon-commits
mailing list