[Pkg-scicomp-devel] qhull/trunk/debian

Rafael Laboissiere rafael at debian.org
Fri Dec 14 09:51:52 UTC 2007


SVN commit 1944 by rafael:

Use the substitution variable ${binary:Version} instead of the
deprecated ${Source-Version}


 M  +3 -1      qhull/trunk/debian/changelog  
 M  +2 -2      qhull/trunk/debian/control  


--- qhull/trunk/debian/changelog #1943:1944
@@ -1,12 +1,14 @@
 qhull (2003.1-8) UNRELEASED; urgency=low
 
   * debian/control:
+    + Use the substitution variable ${binary:Version} instead of the
+      deprecated ${Source-Version}
     + Added Homepage field
     + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
     + Dropped the Homepage pseudo-header for the extended descriptions
     + Bumped Standards-Version to 3.7.3
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 29 Oct 2007 22:49:08 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 14 Dec 2007 10:48:45 +0100
 
 qhull (2003.1-7) unstable; urgency=low
 
--- qhull/trunk/debian/control #1943:1944
@@ -24,7 +24,7 @@
 Package: libqhull-dev
 Section: libdevel
 Architecture: any
-Depends: libqhull5 (= ${Source-Version}), libc6-dev
+Depends: libqhull5 (= ${binary:Version}), libc6-dev
 Description: calculate convex hulls and related structures (development files)
  Qhull computes convex hulls, Delaunay triangulations, halfspace
  intersections about a point, Voronoi diagrams, furthest-site
@@ -37,7 +37,7 @@
 Package: qhull-bin
 Section: math
 Architecture: any
-Depends: libqhull5 (= ${Source-Version})
+Depends: libqhull5 (= ${binary:Version})
 Suggests: geomview
 Description: calculate convex hulls and related structures (utilities)
  Qhull computes convex hulls, Delaunay triangulations, halfspace



More information about the Pkg-scicomp-devel mailing list