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

    Fixed for missing ${misc:Depends}

diff --git a/debian/control b/debian/control
index 5bcb34a..82bd00f 100644
--- a/debian/control
+++ b/debian/control
@@ -93,7 +93,7 @@ Package: libgeos-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= ${binary:Version})
+Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the GEOS library
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the
diff --git a/debian/control.in b/debian/control.in
index 1eb3ac1..e328330 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -93,7 +93,7 @@ Package: libgeos-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= 
${binary:Version})
+Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the GEOS library
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the

-- 
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