[SCM] Debian packaging of libmath-vec-perl branch, master, updated. 0c90d2b2295498955137cbbaf7e44e2b424bd201

gregor herrmann gregoa at debian.org
Thu Jul 5 20:38:51 UTC 2012


The following commit has been merged in the master branch:
commit 95e48c1f569a4bac7b711f26698d85f6c245a456
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:39:46 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index a209087..cd0cc3a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,23 @@
 Source: libmath-vec-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Standards-Version: 3.7.2
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/Math-Vec/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-vec-perl.git
+Build-Depends: debhelper (>= 4.0.2),
+               perl
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-vec-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-vec-perl.git
+Homepage: http://search.cpan.org/dist/Math-Vec/
 
 Package: libmath-vec-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Object-Oriented Vector Math Methods in Perl
  This module was adapted from Math::Vector, written by Wayne M. Syvinski.
  .
@@ -22,3 +28,4 @@ Description: Object-Oriented Vector Math Methods in Perl
  The "object" for the object oriented calling style is a blessed array
  reference which contains a vector of the form [x,y,z].  Methods will
  typically return a list.
+

-- 
Debian packaging of libmath-vec-perl



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