[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-37-gf1ed6c9

David Paleino dapal at debian.org
Sat Feb 20 16:54:26 UTC 2010


The following commit has been merged in the master branch:
commit f1ed6c91f9640958f4c36f94c3d35dea70a4e84a
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 20 17:54:21 2010 +0100

    added ${misc:Depends} where missing

diff --git a/debian/changelog b/debian/changelog
index e40e16d..8da8a7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ mapnik (0.7.0-1) UNRELEASED; urgency=low
       + added scons build-dependency, don't use the embedded one
     - support Python >= 2.5
     - libmapnik0.6 → libmapnik0.7 because of SONAME bump
+    - added ${misc:Depends} where missing
   * debian/watch updated to use new url
   * debian/rules:
     - added quilt infrastructure
@@ -34,7 +35,7 @@ mapnik (0.7.0-1) UNRELEASED; urgency=low
   * debian/*.1 moved to debian/manpages/
   * debian/compat bumped to 7
 
- -- David Paleino <dapal at debian.org>  Sat, 20 Feb 2010 15:55:42 +0100
+ -- David Paleino <dapal at debian.org>  Sat, 20 Feb 2010 17:54:08 +0100
 
 mapnik (0.6.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 97056ab..70192a4 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@ Package: libmapnik-dev
 Section: libdevel
 Architecture: any
 Depends:
+ ${misc:Depends},
  libmapnik0.7 (= ${binary:Version}),
  libc6-dev | libc-dev,
  libboost-thread-dev,
@@ -163,6 +164,7 @@ Package: mapnik-doc
 Section: doc
 Architecture: all
 Recommends: libmapnik-dev
+Depends: ${misc:Depends}
 Description: C++/Python toolkit for developing GIS applications (doc)
  Mapnik is an OpenSource C++/Python toolkit for developing GIS
  (Geographic Information Systems) applications. At the core is a C++

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list