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

Pino Toscano null at kde.org
Thu Sep 22 16:56:19 BST 2022


Git commit 64bd4dcf0dc961ac6034420e00a01cecc56bfc0b by Pino Toscano.
Committed on 21/08/2021 at 16:10.
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/kexi/commit/64bd4dcf0dc961ac6034420e00a01cecc56bfc0b

diff --git a/debian/changelog b/debian/changelog
index fc9e964..c9ae15b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ kexi (1:3.2.0-3) UNRELEASED; urgency=medium
     - switch the debhelper build dependency to debhelper-compat 13
     - remove debian/compat
     - stop passing --fail-missing to dh_missing, as it is the default behaviour
+  * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
+    manually.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 21 Aug 2021 18:05:38 +0200
 
diff --git a/debian/rules b/debian/rules
index d7a0e4a..abd0bcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,7 @@ DEFAULT_PGSQL_VERSION = $(lastword $(shell /usr/share/postgresql-common/supporte
 override_dh_auto_configure:
 	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DKEXI_QTGUI_RUNTIME_AVAILABLE=OFF -DPostgreSQL_ADDITIONAL_VERSIONS=$(DEFAULT_PGSQL_VERSION) -DSHOULD_BUILD_DOC=ON
 
-override_dh_auto_install:
-	dh_auto_install
+execute_after_dh_auto_install:
 	# remove symlinks of private libraries
 	find debian/tmp -name '*.so' -type l -print -delete
 	# remove translations of unbuilt stuff



More information about the Neon-commits mailing list