[fiona] 03/06: Fix manfile generation with Python 3

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Sep 23 21:56:40 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository fiona.

commit bd0e1d303aa42dd91a49b4ac8dd02130c2f1917a
Author: Johan Van de Wauw <johan at vandewauw.be>
Date:   Wed Sep 23 23:01:31 2015 +0200

    Fix manfile generation with Python 3
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 837fd1c..19aef5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,4 @@ override_dh_install:
 	rm -rf debian/python3-fiona/usr/bin
 
 debian/fiona.1:
-	help2man fiona -N -n "command line tools for reading/writing geospatial vector data" >debian/fiona.1
+	help2man fiona -N -L en_US.utf8 -n "command line tools for reading/writing geospatial vector data" >debian/fiona.1

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



More information about the Pkg-grass-devel mailing list