[python-mpop] 04/06: Remove unnecessary dh arguments

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 4 10:35:30 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 python-mpop.

commit c3ca4d430fcd74ba6756a068f618604b33aeb331
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Mar 4 10:09:22 2018 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 60f8e39..e08a3c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-mpop (1.5.0-2) UNRELEASED; urgency=medium
   * Set compat to 11
   * Fix deprecated source override location.
   * Install examples
+  * debian/rules
+    - remove unnecessary dh arguments (--parallel)
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 04 Mar 2018 09:53:23 +0000
 
diff --git a/debian/rules b/debian/rules
index dda8402..a78df37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PY2VERS = $(shell pyversions -r -v)
 
 
 %:
-	dh $@ --parallel --with python2,sphinxdoc --buildsystem=python_distutils
+	dh $@ --with python2,sphinxdoc --buildsystem=python_distutils
 
 
 override_dh_auto_build:

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



More information about the Pkg-grass-devel mailing list