[libmath-symbolic-perl] 02/04: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sat May 30 21:56:45 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmath-symbolic-perl.

commit 85a17a6fefbfe9937f51ccc120635598e23cbbe1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 30 23:53:08 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 6a0dfa1..3fd21db 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: libmath-symbolic-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.400000)
-Build-Depends-Indep: perl,
- libparse-recdescent-perl
+               libmodule-build-perl (>= 0.400000)
+Build-Depends-Indep: libparse-recdescent-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.6
@@ -14,8 +14,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-symbolic-
 
 Package: libmath-symbolic-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparse-recdescent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libparse-recdescent-perl
 Description: module for performing symbolic calculations
  Math::Symbolic is a Perl module for performing symbolic calculations, similar
  to Computer Algebra Systems (CAS) like Maxima, Maple and Mathematica. Using

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



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