[libmath-vector-real-kdtree-perl] 05/06: Make (build) dependencies versioned, as per new upstream requirements.

gregor herrmann gregoa at debian.org
Sun Jun 8 11:11:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-vector-real-kdtree-perl.

commit f74200d623713e2be5daf982c81edf81d99a06b6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 8 13:08:51 2014 +0200

    Make (build) dependencies versioned, as per new upstream requirements.
---
 debian/control | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 08e9398..f494828 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: libmath-vector-real-kdtree-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
+           Shen Wei <weis at rostlab.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Laszlo Kajan <lkajan at rostlab.org>, Shen Wei <weis at rostlab.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libmath-vector-real-perl,
- libsort-key-top-perl,
- perl
+Build-Depends-Indep: libmath-vector-real-perl (>= 0.14),
+                     libsort-key-top-perl (>= 0.08),
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-vector-real-kdtree-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-vector-real-kdtree-perl.git
@@ -14,9 +15,10 @@ Homepage: https://metacpan.org/release/Math-Vector-Real-kdTree
 
 Package: libmath-vector-real-kdtree-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmath-vector-real-perl,
- libsort-key-top-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmath-vector-real-perl (>= 0.14),
+         libsort-key-top-perl (>= 0.08)
 Suggests: libmath-vector-real-random-perl
 Description: kd-Tree implementation for Perl on top of Math::Vector::Real
  Math::Vector::Real::kdTree implements a kd-Tree data structure in Perl and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-vector-real-kdtree-perl.git



More information about the Pkg-perl-cvs-commits mailing list