[DebianGIS-dev] [SCM] python-pyproj branch, master, updated. debian/1.8.6-1-11-g750dacb

David Paleino dapal at debian.org
Tue Jun 15 16:19:00 UTC 2010


The following commit has been merged in the master branch:
commit 7e9a39e1ede6de7ed20d15d1493bc900a7e9a0ed
Author: David Paleino <dapal at debian.org>
Date:   Tue Jun 15 17:51:08 2010 +0200

    Re-wrap dependency fields

diff --git a/debian/control b/debian/control
index 5c655be..18154d0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: python
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- python-support,
- python-dev
+Build-Depends:
+ debhelper (>= 7.0.50~)
+ , python-support
+ , python-dev
 Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/pyproj/
 XS-Python-Version: >= 2.5
@@ -15,10 +16,11 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/python-pyproj.git
 Package: python-pyproj
 Architecture: any
 Provides: ${python:Provides}
-Depends: ${python:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
- proj-data
+Depends:
+ ${python:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , proj-data
 Description: Python interface to PROJ.4 library
  PROJ.4 performs cartographic transformations between geographic (lat/lon)
  and map projection (x/y) coordinates. It can also transform directly

-- 
python interface to PROJ.4 library



More information about the Pkg-grass-devel mailing list