[neon/extras/choqok/Neon/release] debian: rules: use execute_after_dh_auto_install

Pino Toscano null at kde.org
Wed Sep 4 11:41:47 BST 2024


Git commit 6a7765639a152a5258dedba3c735eab4a8f435c0 by Pino Toscano.
Committed on 03/01/2024 at 22:26.
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/choqok/-/commit/6a7765639a152a5258dedba3c735eab4a8f435c0

diff --git a/debian/changelog b/debian/changelog
index 21f92b53..71262768 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ choqok (1.7.0-2) UNRELEASED; urgency=medium
   * Drop the Debian-provided man page: it is terribly outdated, and not
     describing anything more than the package description and the --help output
     - drop the docbook2x build dependency, no more needed now
+  * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
+    manually.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 22 Nov 2020 21:55:15 -0300
 
diff --git a/debian/rules b/debian/rules
index 5fa4cb21..d242b639 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,5 @@
 %:
 	dh $@ --with kf5
 
-override_dh_auto_install:
-	dh_auto_install
+execute_after_dh_auto_install:
 	rm -vf debian/choqok/usr/lib/*.so



More information about the Neon-commits mailing list