The following commit has been merged in the upstream branch:
commit 33da6af5100bcc38cfbae1cc777582712e7ec2fd
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Thu Mar 3 13:13:14 2011 +0100

    Get rid of lintian warning.

diff --git a/debian/changelog b/debian/changelog
index e3d9e1e..d69c757 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ geos (3.2.2-1) unstable; urgency=low
   * Repository moved to git and changed Vcs-* fields as required.
   * Source format moved to 3.0 with quilt support.
   * Policy changed to 3.9.1, without changes.
+  * Added ${misc:Depends} to bin pkgs due to dh use.
 
  -- Francesco Paolo Lovergine <fran...@debian.org>  Wed, 02 Mar 2011 23:01:54 
+0100
 
diff --git a/debian/control b/debian/control
index 26775ef..3e81ec5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Git: git://git.debian.org/git/pkg-grass/geos
 Package: libgeos-dev
 Section: libdevel
 Architecture: any
-Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= ${binary:Version})
+Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Suggests: libgdal-doc
 Description: Geometry engine for GIS - Development files
  GEOS provides a spatial object model and fundamental geometric
@@ -68,6 +68,7 @@ Description: Geometry engine for Geographic Information 
Systems - C++ Library
 Package: libgeos-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libgeos-dev (= ${binary:Version})
 Homepage: http://download.osgeo.org/geos/doxygen/
 Description: Documentation for the GEOS GIS geometry engine library
diff --git a/debian/control.in b/debian/control.in
index d9e47e8..f391f89 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,7 @@ Vcs-Git: git://git.debian.org/git/pkg-grass/geos
 Package: libgeos-dev
 Section: libdevel
 Architecture: any
-Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= 
${binary:Version})
+Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Suggests: libgdal-doc
 Description: Geometry engine for GIS - Development files
  GEOS provides a spatial object model and fundamental geometric
@@ -68,6 +68,7 @@ Description: Geometry engine for Geographic Information 
Systems - C++ Library
 Package: libgeos-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libgeos-dev (= ${binary:Version})
 Homepage: http://download.osgeo.org/geos/doxygen/
 Description: Documentation for the GEOS GIS geometry engine library

-- 
Geometry engine for Geographic Information Systems

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to