[libmath-spline-perl] 06/12: Wrap-and-sort debian/control

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 20:21:46 UTC 2013


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

fsfs pushed a commit to branch master
in repository libmath-spline-perl.

commit b813d0713ca99282946367687d05245cea2fac1b
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 22:09:45 2013 +0200

    Wrap-and-sort debian/control
---
 debian/control |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index cadc537..fd2194a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: libmath-spline-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at debian.org>, gregor herrmann <gregoa at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmath-derivative-perl
+Build-Depends-Indep: libmath-derivative-perl,
+ perl
 Standards-Version: 3.7.2
 Homepage: https://metacpan.org/release/Math-Spline/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-spline-perl.git
@@ -12,7 +14,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-splin
 
 Package: libmath-spline-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmath-derivative-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmath-derivative-perl
 Description: module providing cubic spline interpolation of data
  Math::Spline provides cubic spline interpolation of numeric data. The
  data is passed as references to two arrays containing the x and y

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



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