[neon/extras/kdevelop-python/Neon/unstable] debian: rules: use execute_after_dh_auto_install
Pino Toscano
null at kde.org
Wed Aug 17 12:20:24 BST 2022
Git commit cecc09dac86ab6a207376b074f819f6f05fa6b49 by Pino Toscano.
Committed on 02/02/2021 at 19:30.
Pushed by jriddell into branch 'Neon/unstable'.
rules: use execute_after_dh_auto_install
M +2 -0 debian/changelog
M +1 -2 debian/rules
https://invent.kde.org/neon/extras/kdevelop-python/commit/cecc09dac86ab6a207376b074f819f6f05fa6b49
diff --git a/debian/changelog b/debian/changelog
index 20790fd..a74bbf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ kdevelop-python (5.6.2-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Bump the kdevelop-dev build dependency to 5.6.2, as indicated by the
upstream build system.
+ * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
+ manually.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 02 Feb 2021 20:25:55 +0100
diff --git a/debian/rules b/debian/rules
index bbb57cd..b7813cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,7 @@ export KDEV_PLUGIN_VERSION=34
override_dh_auto_configure:
dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
-override_dh_auto_install:
- dh_auto_install
+execute_after_dh_auto_install:
# remove extra "license" files
find debian/tmp -name COPYING -print -delete
More information about the Neon-commits
mailing list