[neon/extras/telepathy-qt/Neon/release] debian: rules: use execute_after_dh_auto_clean
Pino Toscano
null at kde.org
Thu Sep 8 17:45:53 BST 2022
Git commit c4bbaee830b3b3586cee8884cb32cdaae8b08c2a by Pino Toscano.
Committed on 23/09/2021 at 06:30.
Pushed by jriddell into branch 'Neon/release'.
rules: use execute_after_dh_auto_clean
M +1 -0 debian/changelog
M +1 -2 debian/rules
https://invent.kde.org/neon/extras/telepathy-qt/commit/c4bbaee830b3b3586cee8884cb32cdaae8b08c2a
diff --git a/debian/changelog b/debian/changelog
index e90ade7..549fe7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ telepathy-qt (0.9.8+ds-5) UNRELEASED; urgency=medium
directories, as it was done before Debian Buster.
* Drop the migration from libtelepathy-qt5-dbg, no more needed after two
Debian stable releases.
+ * Use execute_after_dh_auto_clean to avoid invoking dh_auto_clean manually.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 23 Sep 2021 08:23:35 +0200
diff --git a/debian/rules b/debian/rules
index a2e9ae9..62583f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,5 @@ override_dh_auto_configure:
# Do not run tests, as they fall into race conditions sometimes
override_dh_auto_test:
-override_dh_auto_clean:
- dh_auto_clean
+execute_after_dh_auto_clean:
find . -name '*.pyc' -exec rm {} \;
More information about the Neon-commits
mailing list