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

Pino Toscano null at kde.org
Thu Sep 8 17:48:54 BST 2022


Git commit e6f399c0ff5933aae9bc40c37f663e15f39320ba by Pino Toscano.
Committed on 21/08/2021 at 06:57.
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/tellico/commit/e6f399c0ff5933aae9bc40c37f663e15f39320ba

diff --git a/debian/changelog b/debian/changelog
index 4785c49..d6cd391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ tellico (3.4.1-0r1) UNRELEASED; urgency=medium
     - tests-no-network.diff: drop, the tests that may use the network are not
       built anymore by default
   * Stop adding custom LDFLAGS, as they are not needed anymore.
+  * 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 08:35:05 +0200
 
diff --git a/debian/rules b/debian/rules
index 5e67150..2d1d75a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	rm -rf "$(TESTS_HOME)"
 endif
 
-override_dh_auto_install:
-	dh_auto_install
+execute_after_dh_auto_install:
 	# extra copyright notices
 	rm -fv debian/tmp/usr/share/tellico/pics/README.*
 



More information about the Neon-commits mailing list