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

Pino Toscano null at kde.org
Wed Sep 7 17:19:48 BST 2022


Git commit 7da433ecfe64bc09e03b1ac33fa000666807e0b5 by Pino Toscano.
Committed on 21/08/2021 at 15:55.
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/calligra/commit/7da433ecfe64bc09e03b1ac33fa000666807e0b5

diff --git a/debian/changelog b/debian/changelog
index a1535a8..3c0e2cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ calligra (1:3.2.1+dfsg-3) UNRELEASED; urgency=medium
     - drop also the associated l10n breaks/replaces
     - drop the lintian source override for them
   * Remove the explicit as-needed linking, as it is done by binutils now.
+  * 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 17:45:15 +0200
 
diff --git a/debian/rules b/debian/rules
index c110dc9..841d24c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DBUILD_app_cstester=OFF -DBUILD_app_devtools=OFF -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
 
-override_dh_auto_install:
-	dh_auto_install
+execute_after_dh_auto_install:
 	# Remove development symlinks of libraries
 	find debian/tmp/usr/lib -name '*.so' -type l -print -delete
 	# Remove stuff belonging to unported calligraflow



More information about the Neon-commits mailing list