--- libmath-sparsevector-perl-0.04.orig/debian/rules +++ libmath-sparsevector-perl-0.04/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + rm $(CURDIR)/debian/libmath-sparsevector-perl/usr/share/perl5/Math/INSTALL.pod + rm $(CURDIR)/debian/libmath-sparsevector-perl/usr/share/man/man3/Math::INSTALL.3pm + --- libmath-sparsevector-perl-0.04.orig/debian/compat +++ libmath-sparsevector-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libmath-sparsevector-perl-0.04.orig/debian/copyright +++ libmath-sparsevector-perl-0.04/debian/copyright @@ -0,0 +1,35 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Math-SparseVector +Upstream-Contact: Amruta Purandare, + . + Ted Pedersen, + . + Mahesh Joshi, +Source: http://search.cpan.org/dist/Math-SparseVector/ + +Files: * +Copyright: Amruta Purandare, + Ted Pedersen, + Mahesh Joshi, +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, TANIGUCHI Takaki +License: Artistic or GPL-1+ + +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-1+ + 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 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. + --- libmath-sparsevector-perl-0.04.orig/debian/changelog +++ libmath-sparsevector-perl-0.04/debian/changelog @@ -0,0 +1,11 @@ +libmath-sparsevector-perl (0.04-1) unstable; urgency=low + + * New upstream release + + -- TANIGUCHI Takaki Fri, 04 Feb 2011 10:45:16 +0900 + +libmath-sparsevector-perl (0.03-1) UNRELEASED; urgency=low + + * Initial Release. (Closes: #482269) + + -- TANIGUCHI Takaki Thu, 20 Jan 2011 09:37:49 +0900 --- libmath-sparsevector-perl-0.04.orig/debian/watch +++ libmath-sparsevector-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Math-SparseVector/ .*/Math-SparseVector-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libmath-sparsevector-perl-0.04.orig/debian/control +++ libmath-sparsevector-perl-0.04/debian/control @@ -0,0 +1,20 @@ +Source: libmath-sparsevector-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Math-SparseVector/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-sparsevector-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-sparsevector-perl/ + +Package: libmath-sparsevector-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Provides a sparse vector class for perl + Supports sparse vector operations such as setting a value in a vector, + reading a value at a given index, obtaining all indices, addition and + dot product of two sparse vectors, and vector normalization. + --- libmath-sparsevector-perl-0.04.orig/debian/libmath-sparsevector-perl.docs +++ libmath-sparsevector-perl-0.04/debian/libmath-sparsevector-perl.docs @@ -0,0 +1 @@ +README