[SCM] Debian packaging of libmath-sparsematrix-perl branch, master, updated. b37c2dfc3be610e1e740caa737f2f1cf4151a435

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


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

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

diff --git a/debian/control b/debian/control
index 95cd800..ad6d361 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,24 @@
 Source: libmath-sparsematrix-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: libmath-sparsevector-perl (>= 0.01),
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends-Indep: libmath-sparsevector-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Math-SparseMatrix/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-sparsematrix-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-sparsematrix-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-sparsematrix-perl.git
+Homepage: http://search.cpan.org/dist/Math-SparseMatrix/
 
 Package: libmath-sparsematrix-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmath-sparsevector-perl (>= 0.01)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmath-sparsevector-perl
 Description: Provides a sparse matrix class for perl
  Math::SparseMatrix provides simple sparse matrix functionality such as
  creation of sparse matrices, writing them out to a file, reading
  matrices from files and reading transpose of a matrix stored in a
  file.
+

-- 
Debian packaging of libmath-sparsematrix-perl



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