[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-17-gb828fd4
David Paleino
dapal at debian.org
Fri Feb 19 19:35:08 UTC 2010
The following commit has been merged in the master branch:
commit 7fe76fa26abc5740c57b4aa5742980f3c471c948
Author: David Paleino <dapal at debian.org>
Date: Fri Feb 19 20:31:33 2010 +0100
debian/control: re-wrap dependency fields
diff --git a/debian/control b/debian/control
index f299600..fc06935 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>,
David Paleino <dapal at debian.org>
-Build-Depends: python,
+Build-Depends:
+ python,
debhelper (>= 5.0.38),
quilt,
python2.5-dev,
@@ -43,7 +44,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/mapnik.git
Package: libmapnik0.6
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ ${shlibs:Depends},
${misc:Depends},
ttf-dejavu
Suggests: postgis
@@ -65,7 +67,8 @@ Description: C++/Python toolkit for developing GIS applications (libraries)
Package: libmapnik-dev
Section: libdevel
Architecture: any
-Depends: libmapnik0.6 (= ${binary:Version}),
+Depends:
+ libmapnik0.6 (= ${binary:Version}),
libc6-dev | libc-dev,
libboost-thread-dev,
libboost-filesystem-dev,
@@ -112,7 +115,9 @@ Description: C++/Python toolkit for developing GIS applications (devel)
Package: mapnik-utils
Section: utils
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: C++/Python toolkit for developing GIS applications (utilities)
Mapnik is an OpenSource C++/Python toolkit for developing GIS
(Geographic Information Systems) applications. At the core is a C++
@@ -133,7 +138,8 @@ Description: C++/Python toolkit for developing GIS applications (utilities)
Package: python-mapnik
Section: python
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
+ ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-cairo
--
C++/Python toolkit for developing GIS applications
More information about the Pkg-grass-devel
mailing list