[neon/forks/pyqt5/Neon/release-lts] debian: Drop unnecessary dh arguments: --parallel, --parallel

Debian Janitor null at kde.org
Wed May 26 11:29:29 BST 2021


Git commit dc4773461e6de7700da4ca82f3d44228c12e0aa1 by Debian Janitor.
Committed on 27/07/2020 at 17:37.
Pushed by jriddell into branch 'Neon/release-lts'.

Drop unnecessary dh arguments: --parallel, --parallel

Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-unnecessary-dh-argument
See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html

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

https://invent.kde.org/neon/forks/pyqt5/commit/dc4773461e6de7700da4ca82f3d44228c12e0aa1

diff --git a/debian/changelog b/debian/changelog
index 89e6bc56..f5ece8cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyqt5 (5.15.0+dfsg-1+exp4) UNRELEASED; urgency=low
 
   * Set field Upstream-Name in debian/copyright.
+  * Drop unnecessary dh arguments: --parallel, --parallel
 
  -- Debian Janitor <janitor at jelmer.uk>  Mon, 27 Jul 2020 17:36:26 -0000
 
diff --git a/debian/rules b/debian/rules
index 8511c60e..c20ebdea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,12 +72,12 @@ override_dh_auto_build-indep: build-$(DEFAULT_PYTHON)/build-stamp
 
 build-%/build-stamp: build-%/configure-stamp
 	dh_testdir
-	dh_auto_build --parallel -B build-$*
+	dh_auto_build -B build-$*
 	touch $@
 
 dbg-build-%/build-stamp: dbg-build-%/configure-stamp
 	dh_testdir
-	dh_auto_build --parallel -B dbg-build-$*
+	dh_auto_build -B dbg-build-$*
 	touch $@
 
 override_dh_auto_install-indep:



More information about the Neon-commits mailing list