r68686 - in /trunk/libmath-sparsematrix-perl/debian: ./ changelog compat control copyright libmath-sparsematrix-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 15 04:54:33 UTC 2011


Author: takaki
Date: Tue Feb 15 04:54:19 2011
New Revision: 68686

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68686
Log:
[svn-inject] Applying Debian modifications (0.03-1) to trunk

Added:
    trunk/libmath-sparsematrix-perl/debian/
    trunk/libmath-sparsematrix-perl/debian/changelog
    trunk/libmath-sparsematrix-perl/debian/compat
    trunk/libmath-sparsematrix-perl/debian/control
    trunk/libmath-sparsematrix-perl/debian/copyright
    trunk/libmath-sparsematrix-perl/debian/libmath-sparsematrix-perl.docs
    trunk/libmath-sparsematrix-perl/debian/rules   (with props)
    trunk/libmath-sparsematrix-perl/debian/watch

Added: trunk/libmath-sparsematrix-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/changelog?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/changelog (added)
+++ trunk/libmath-sparsematrix-perl/debian/changelog Tue Feb 15 04:54:19 2011
@@ -1,0 +1,5 @@
+libmath-sparsematrix-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #482272)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 04 Feb 2011 10:46:01 +0900

Added: trunk/libmath-sparsematrix-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/compat?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/compat (added)
+++ trunk/libmath-sparsematrix-perl/debian/compat Tue Feb 15 04:54:19 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-sparsematrix-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/control?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/control (added)
+++ trunk/libmath-sparsematrix-perl/debian/control Tue Feb 15 04:54:19 2011
@@ -1,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 <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+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.

Added: trunk/libmath-sparsematrix-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/copyright?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/copyright (added)
+++ trunk/libmath-sparsematrix-perl/debian/copyright Tue Feb 15 04:54:19 2011
@@ -1,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Math-SparseMatrix
+Upstream-Contact: Ted Pedersen <tpederse at d.umn.edu>; Mahesh Joshi <maheshj at cmu.edu>
+Source: http://search.cpan.org/dist/Math-SparseMatrix/
+
+Files: *
+Copyright: Ted Pedersen <tpederse at d.umn.edu>; Mahesh Joshi <maheshj at cmu.edu>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+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'.
+

Added: trunk/libmath-sparsematrix-perl/debian/libmath-sparsematrix-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/libmath-sparsematrix-perl.docs?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/libmath-sparsematrix-perl.docs (added)
+++ trunk/libmath-sparsematrix-perl/debian/libmath-sparsematrix-perl.docs Tue Feb 15 04:54:19 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libmath-sparsematrix-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/rules?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/rules (added)
+++ trunk/libmath-sparsematrix-perl/debian/rules Tue Feb 15 04:54:19 2011
@@ -1,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

Propchange: trunk/libmath-sparsematrix-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmath-sparsematrix-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-sparsematrix-perl/debian/watch?rev=68686&op=file
==============================================================================
--- trunk/libmath-sparsematrix-perl/debian/watch (added)
+++ trunk/libmath-sparsematrix-perl/debian/watch Tue Feb 15 04:54:19 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-SparseMatrix/   .*/Math-SparseMatrix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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