[neon/extras/kstars/Neon/release] debian: rules: use execute_after_dh_auto_install
Pino Toscano
null at kde.org
Tue Nov 1 11:10:30 GMT 2022
Git commit 476506bc8c4c30f7cafee5dc6d539375960506d2 by Pino Toscano.
Committed on 12/09/2021 at 08:07.
Pushed by jriddell into branch 'Neon/release'.
rules: use execute_after_dh_auto_install
M +2 -0 debian/changelog
M +1 -2 debian/rules
https://invent.kde.org/neon/extras/kstars/commit/476506bc8c4c30f7cafee5dc6d539375960506d2
diff --git a/debian/changelog b/debian/changelog
index b56dba0..ba699ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
as it requires StellarSolver which is not available in Debian yet.
* Drop the kde-l10n breaks/replaces, no more needed after two Debian stable
releases.
+ * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
+ manually.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 14 Jan 2021 11:16:50 +0100
diff --git a/debian/rules b/debian/rules
index 15c2604..b2ddcb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --with kf5
-override_dh_auto_install:
- dh_auto_install
+execute_after_dh_auto_install:
# remove development stuff
find debian/tmp -name '*.a' -delete
More information about the Neon-commits
mailing list