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.valent...@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 _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel