[hexalate] 01/01: d/rules: Drop --parallel as this is default with compat 10.

Unit 193 unit193-guest at moszumanska.debian.org
Wed Sep 13 20:54:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit cddc7963138e48f1b5c67e7a9fef95627ca21a65
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Wed Sep 13 16:54:28 2017 -0400

    d/rules: Drop --parallel as this is default with compat 10.
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8443d0..aaa0215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ hexalate (1.1.1-1) unstable; urgency=medium
     - Build-depend on qttools5-dev-tools.
   * d/copyright: Update years.
   * d/menu: Drop as per policy, we have a desktop file.
-  * d/rules: Append LDFLAGS to link only as needed.
+  * d/rules:
+    - Append LDFLAGS to link only as needed.
+    - Drop --parallel as this is default with compat 10.
 
  -- Unit 193 <unit193 at ubuntu.com>  Wed, 13 Sep 2017 10:20:06 -0400
 
diff --git a/debian/rules b/debian/rules
index af43b47..41ff4dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export QT_SELECT=5
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- BINDIR=games

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/hexalate.git



More information about the Pkg-games-commits mailing list