--- libmath-sparsematrix-perl-0.03.orig/debian/rules +++ libmath-sparsematrix-perl-0.03/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + rm -f $(CURDIR)/debian/libmath-sparsematrix-perl/usr/share/perl5/Math/INSTALL.pod + rm -f $(CURDIR)/debian/libmath-sparsematrix-perl/usr/share/man/man3/Math::SparseMatrix.3pm --- libmath-sparsematrix-perl-0.03.orig/debian/compat +++ libmath-sparsematrix-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libmath-sparsematrix-perl-0.03.orig/debian/copyright +++ libmath-sparsematrix-perl-0.03/debian/copyright @@ -0,0 +1,29 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Math-SparseMatrix +Upstream-Contact: Ted Pedersen ; Mahesh Joshi +Source: http://search.cpan.org/dist/Math-SparseMatrix/ + +Files: * +Copyright: Ted Pedersen ; Mahesh Joshi +License: GPL-2+ + +Files: debian/* +Copyright: 2011, TANIGUCHI Takaki +License: Artistic or GPL-2+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- libmath-sparsematrix-perl-0.03.orig/debian/changelog +++ libmath-sparsematrix-perl-0.03/debian/changelog @@ -0,0 +1,5 @@ +libmath-sparsematrix-perl (0.03-1) unstable; urgency=low + + * Initial Release. (Closes: #482272) + + -- TANIGUCHI Takaki Fri, 04 Feb 2011 10:46:01 +0900 --- libmath-sparsematrix-perl-0.03.orig/debian/libmath-sparsematrix-perl.docs +++ libmath-sparsematrix-perl-0.03/debian/libmath-sparsematrix-perl.docs @@ -0,0 +1 @@ +README --- libmath-sparsematrix-perl-0.03.orig/debian/watch +++ libmath-sparsematrix-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Math-SparseMatrix/ .*/Math-SparseMatrix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmath-sparsematrix-perl-0.03.orig/debian/control +++ libmath-sparsematrix-perl-0.03/debian/control @@ -0,0 +1,22 @@ +Source: libmath-sparsematrix-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: libmath-sparsevector-perl (>= 0.01), + perl +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Math-SparseMatrix/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-sparsematrix-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-sparsematrix-perl/ + +Package: libmath-sparsematrix-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libmath-sparsevector-perl (>= 0.01) +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.