[epr-api] 01/03: Remove unnecessary dh arguments

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 4 08:15:36 UTC 2018


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

a_valentino-guest pushed a commit to branch master
in repository epr-api.

commit 8c9791501a953de7bd6e92a91ef8b47243020f4c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Mar 4 08:09:41 2018 +0000

    Remove unnecessary dh arguments
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 805f2d8..36f0071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ epr-api (2.3~dev20150708-4) UNRELEASED; urgency=medium
   * set compat to 11
   * debian/rules
     - drop override_dh_auto_build in .PHONY
+    - remove unnecessary dh arguments (--parallel)
   * debian/patches
     - refresh and renumber all patches
 
diff --git a/debian/rules b/debian/rules
index ebed6eb..7419838 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ CMAKE_EXTRA_FLAGS += -DBUILD_DOCS:BOOL=ON -DBUILD_TESTS:BOOL=ON
 
 
 %:
-	dh $@ --buildsystem=cmake --builddirectory=build --parallel
+	dh $@ --buildsystem=cmake --builddirectory=build
 
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git



More information about the Pkg-grass-devel mailing list