[neon/extras/kmymoney/Neon/release] debian: rules: use override_dh_auto_install

Pino Toscano null at kde.org
Mon Aug 15 14:02:05 BST 2022


Git commit 76f5c5c755280e94f7a58c2efdc4a0201675c782 by Pino Toscano.
Committed on 21/08/2021 at 10:50.
Pushed by jriddell into branch 'Neon/release'.

rules: use override_dh_auto_install

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

https://invent.kde.org/neon/extras/kmymoney/commit/76f5c5c755280e94f7a58c2efdc4a0201675c782

diff --git a/debian/changelog b/debian/changelog
index abdea53..43c53d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ kmymoney (5.1.2-0r1) UNRELEASED; urgency=medium
   * Update the build dependencies according to the upstream build system:
     - bump cmake to 3.12.0
   * Bump Standards-Version to 4.6.0, no changes required.
+  * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
+    manually.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 21 Aug 2021 12:45:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 401b9f6..4b472ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -Skf5 -- -DCMAKE_SKIP_RPATH=ON -DBUILD_TESTING=OFF
 
-override_dh_auto_install:
-	dh_auto_install
+execute_after_dh_auto_install:
 	# remove development stuff
 	rm -rf debian/tmp/usr/include/
 	find debian/tmp -name '*.so' -type l -delete



More information about the Neon-commits mailing list