[neon/qt/qbs/Neon/release] debian: Simplify override_dh_auto_clean target.

Dmitry Shachnev null at kde.org
Thu May 5 12:48:33 BST 2022


Git commit 336794cc366bcfe622b1fbe3eb61ad08ef11dee6 by Dmitry Shachnev.
Committed on 02/04/2022 at 18:38.
Pushed by jriddell into branch 'Neon/release'.

Simplify override_dh_auto_clean target.

M  +1    -0    debian/changelog
M  +0    -2    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/336794cc366bcfe622b1fbe3eb61ad08ef11dee6

diff --git a/debian/changelog b/debian/changelog
index 9e879e9..b792d7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ qbs (1.22.0-1) UNRELEASED; urgency=medium
   * Remove patches that are not relevant since switch to CMake.
   * Add a patch to fix documentation install with CMake.
   * Remove override_dh_install target in favor of debian/not-installed.
+  * Simplify override_dh_auto_clean target.
 
  -- Marius Gripsgard <marius at ubports.com>  Tue, 28 Dec 2021 17:30:52 +0100
 
diff --git a/debian/rules b/debian/rules
index 358becb..5080d2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,6 @@ export QT_SELECT := qt5
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rfv doc/html tests/auto/*/testWorkDir lib
-	rm -fv doc/qbs.qch bin/qbs* bin/tst*
 	find . -type f -name .gitignore -delete -print
 
 override_dh_auto_configure:



More information about the Neon-commits mailing list