This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyorbital.
commit 7870765dd10ddd903e827f56ed994b62df8603bf Author: Antonio Valentino <antonio.valent...@tiscali.it> Date: Sun Feb 18 09:28:56 2018 +0000 Remove un-necessary dh argument (parallel) --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b468fd..67ef859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ pyorbital (1.2.0-1) UNRELEASED; urgency=medium - remove un-necessary Testsuite field - declare the *-doc package Multi-Arch foreign * Set compat to 11 + * debian/rules + - remove unnecessary dh argument: --parallel -- Bas Couwenberg <sebas...@debian.org> Wed, 27 Sep 2017 15:00:00 +0200 diff --git a/debian/rules b/debian/rules index 7b25b50..ddd4600 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export PYBUILD_NAME=pyorbital %: - dh $@ --parallel --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyorbital.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