[neon/neon-packaging/qmltermwidget6/Neon/unstable] debian: dh_clean

Carlos De Maine null at kde.org
Wed Jun 21 09:08:58 BST 2023


Git commit 73d50870e62d463b830344b50fb3ab7d631144f1 by Carlos De Maine.
Committed on 21/06/2023 at 08:08.
Pushed by carlosdem into branch 'Neon/unstable'.

dh_clean

M  +3    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/qmltermwidget6/-/commit/73d50870e62d463b830344b50fb3ab7d631144f1

diff --git a/debian/rules b/debian/rules
index 17a5dc2..be498a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export QT_SELECT=qt6
 %:
 	dh $@
 
+override_dh_clean:
+	dh_clean
+
 override_dh_auto_configure:
 	qmake6 "QMAKE_CFLAGS_RELEASE=${CFLAGS}"
 


More information about the Neon-commits mailing list