Codebase list libmath-geometry-voronoi-perl / f9b4560
debian/control: update Build-Depends for cross builds. gregor herrmann 4 years ago
1 changed file(s) with 12 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 Source: libmath-geometry-voronoi-perl
1 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
2 Uploaders: Florian Schlichting <fsfs@debian.org>
13 Section: perl
24 Testsuite: autopkgtest-pkg-perl
3 Rules-Requires-Root: no
45 Priority: optional
5 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
6 Uploaders: Florian Schlichting <fsfs@debian.org>
76 Build-Depends: debhelper (>= 10),
8 libclass-accessor-perl,
9 libparams-validate-perl,
10 perl
7 libclass-accessor-perl,
8 libparams-validate-perl,
9 perl-xs-dev,
10 perl:native
1111 Standards-Version: 4.1.3
1212 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-geometry-voronoi-perl
1313 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-geometry-voronoi-perl.git
1414 Homepage: https://metacpan.org/release/Math-Geometry-Voronoi
15 Rules-Requires-Root: no
1516
1617 Package: libmath-geometry-voronoi-perl
1718 Architecture: any
18 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
19 libclass-accessor-perl,
20 libparams-validate-perl
19 Depends: ${misc:Depends},
20 ${perl:Depends},
21 ${shlibs:Depends},
22 libclass-accessor-perl,
23 libparams-validate-perl
2124 Description: Perl module to compute Voronoi diagrams from sets of points
2225 Math::Geometry::Voronoi computes Voronoi diagrams from a set of input points.
2326 This module is a wrapper around a C implementation by Steve Fortune, the