[neon/extras/skrooge/Neon/release] debian: drop devel symlinks removal
Pino Toscano
null at kde.org
Mon Aug 15 13:57:21 BST 2022
Git commit ffb81f0107f20bdad44c7807eb1381abbcf6c0b5 by Pino Toscano.
Committed on 01/08/2022 at 14:07.
Pushed by jriddell into branch 'Neon/release'.
drop devel symlinks removal
M +1 -0 debian/changelog
M +0 -4 debian/rules
https://invent.kde.org/neon/extras/skrooge/commit/ffb81f0107f20bdad44c7807eb1381abbcf6c0b5
diff --git a/debian/changelog b/debian/changelog
index b6bb810..3776ea8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ skrooge (2.28.0-0r1) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.6.1, no changes required.
* Remove inactive Uploaders, adding myself as one to avoid leaving the source
with no human maintainers.
+ * Drop the removal of development .so symlinks, as they are no more shipped.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Mon, 01 Aug 2022 15:41:04 +0200
diff --git a/debian/rules b/debian/rules
index 9b074ec..40cfd99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,5 @@ override_dh_auto_configure:
override_dh_auto_test:
-execute_after_dh_auto_install:
- # remove .so symlinks, useless without headers
- find debian/tmp -name '*.so' -type l -print -delete
-
override_dh_python3:
dh_python3 -p skrooge-common /usr/share/skrooge
More information about the Neon-commits
mailing list