[pyshp] 07/10: Reformat debian control using Config::Model
Ross Gammon
ross-guest at moszumanska.debian.org
Wed Aug 13 20:22:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository pyshp.
commit c4c11c507264183d64c02d1e493395ef2ed612a1
Author: Ross Gammon <rossgammon at mail.dk>
Date: Wed Aug 13 21:55:12 2014 +0200
Reformat debian control using Config::Model
---
debian/control | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index a11adad..d785228 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
Source: pyshp
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>,
+ Ross Gammon <rossgammon at mail.dk>
Section: python
Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: David Paleino <dapal at debian.org>, Ross Gammon <rossgammon at mail.dk>
-Build-Depends:
- debhelper (>= 8~)
- , python-all (>= 2.6.6-3~)
- , python-setuptools
- , python3-all (>= 3.1.2-1~)
- , python3-setuptools
+Build-Depends: debhelper (>= 8~),
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyshp.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/pyshp.git
+Homepage: http://code.google.com/p/pyshp/
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.1
-Homepage: http://code.google.com/p/pyshp/
-Vcs-Git: git://anonscm.debian.org/pkg-grass/pyshp.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyshp.git
Package: python-pyshp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends},
+ ${misc:Depends}
Provides: ${python:Provides}
Description: read/write support for ESRI Shapefile format
PySHP provides read and write support for the ESRI Shapefile format.
@@ -27,7 +28,8 @@ Description: read/write support for ESRI Shapefile format
Package: python3-pyshp
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends},
+ ${misc:Depends}
Provides: ${python3:Provides}
Description: read/write support for ESRI Shapefile format - Python 3.x
PySHP provides read and write support for the ESRI Shapefile format.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyshp.git
More information about the Pkg-grass-devel
mailing list