[SCM] Packaging of Math::ConvexHull::MonotoneChain in Debian branch, master, updated. 779042e024b972a3d522a0523f68cec9da55d5f1

gregor herrmann gregoa at debian.org
Sun May 26 16:13:30 UTC 2013


The following commit has been merged in the master branch:
commit f8f51aca8ec648ef74034cc889685134376d90ec
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 18:08:46 2013 +0200

    no need to specify a "(>= 5.10.1)" minimum perl version
    
    nothing older in the archive
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index d24b995..58e67bb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicolas Dandrimont <nicolas.dandrimont at crans.org>
 Build-Depends: debhelper (>= 9),
- perl (>= 5.10.1)
+ perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-convexhull-monotonechain-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-convexhull-monotonechain-perl.git
@@ -12,8 +12,7 @@ Homepage: https://metacpan.org/release/Math-ConvexHull-MonotoneChain/
 
 Package: libmath-convexhull-monotonechain-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.10.1)
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module to calculate a convex hull using Andrew's monotone chain algorithm
  This (XS) module optionally exports a single function convex_hull which
  calculates the convex hull of the input points and returns it. Andrew's

-- 
Packaging of Math::ConvexHull::MonotoneChain in Debian



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