[pyosmium] 05/08: Fix missing newline escape.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jul 4 17:04:49 UTC 2015


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit a5e150d5c5676c082060eca3420373f9bf381922
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jul 4 17:58:41 2015 +0200

    Fix missing newline escape.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8d381f1..db232d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=pyosmium
 %:
 	dh $@ \
 	    --buildsystem pybuild \
-	    --with python2,python3
+	    --with python2,python3 \
 	    --parallel
 
 override_dh_clean:

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



More information about the Pkg-grass-devel mailing list