[Pkg-scicomp-commits] [SCM] qhull branch, master, updated. 759e5c7f96cce081cd05351fda3f51d26ccce469

Rafael Laboissiere rafael at debian.org
Tue Jun 9 04:37:52 UTC 2009


The following commit has been merged in the master branch:
commit 6fc942df623c5e5929c3ec3646e2618c221819a4
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Jun 7 14:44:39 2009 +0200

    Add ${misc:Depends} to all packages

diff --git a/debian/changelog b/debian/changelog
index 3d7f8eb..3344f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qhull (2003.1-12) UNRELEASED; urgency=low
       accordingly.
     + Bump Standards-Version to 3.8.1 (add file README.source explaining
       the quilt patchsys, as mandated by the Policy)
+    + Add ${misc:Depends} to all packages
 
  -- Rafael Laboissiere <rafael at debian.org>  Thu, 30 Apr 2009 13:08:22 +0200
 
diff --git a/debian/control b/debian/control
index 013d596..6f093eb 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/qhull.git
 Package: libqhull5
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: calculate convex hulls and related structures (shared library)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
@@ -25,7 +25,7 @@ Description: calculate convex hulls and related structures (shared library)
 Package: libqhull-dev
 Section: libdevel
 Architecture: any
-Depends: libqhull5 (= ${binary:Version}), libc6-dev
+Depends: libqhull5 (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Description: calculate convex hulls and related structures (development files)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
@@ -38,6 +38,7 @@ Description: calculate convex hulls and related structures (development files)
 Package: libqhull-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: calculate convex hulls and related structures (documentation files)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
@@ -49,7 +50,7 @@ Description: calculate convex hulls and related structures (documentation files)
 Package: qhull-bin
 Section: math
 Architecture: any
-Depends: libqhull5 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libqhull5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: geomview
 Description: calculate convex hulls and related structures (utilities)
  Qhull computes convex hulls, Delaunay triangulations, halfspace

-- 
qhull



More information about the Pkg-scicomp-commits mailing list