[SCM] Debian packaging of PDL-LinearAlgebra CPAN distribution branch, master, updated. 6225030523924b5ec4c3da9d22e29b4575b2ede6
Dima Kogan
dima at secretsauce.net
Sat Nov 17 23:52:16 UTC 2012
The following commit has been merged in the master branch:
commit 6225030523924b5ec4c3da9d22e29b4575b2ede6
Author: Dima Kogan <dima at secretsauce.net>
Date: Sat Nov 17 15:51:53 2012 -0800
package cleanup suggested by Gregor Herrmann
diff --git a/debian/changelog b/debian/changelog
index 76967df..64d8a3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,4 @@
-libpdl-linearalgebra-perl (0.6-4) UNRELEASED; urgency=low
-
- TODO:
- - write a debhelper sequence helper for pdl, so that "dh $@ -- with pdl" can
- be used :)
- - d/control: (totally cosmetic):
- + the long description is a bit short. often that's just the way it is,
- sometimes it's possible to extend it a bit
- + the spaces around the parentheses in "( >= 1:2.4.11-4 )" are unusual
- - d/copyright: Upstream-Contact should only be the name (and email, if
- available) without years or (C)
+libpdl-linearalgebra-perl (0.6-4) unstable; urgency=low
* Initial Release. (Closes: #692094)
diff --git a/debian/control b/debian/control
index 39d399e..503bb66 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Dima Kogan <dima at secretsauce.net>
Build-Depends: debhelper (>= 9.20120312),
perl,
# versioned pdl dep to get dh_pdl
- pdl ( >= 1:2.4.11-4 ),
+ pdl (>= 1:2.4.11-4),
libatlas-base-dev
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdl-linearalgebra-perl.git
@@ -17,5 +17,7 @@ Package: libpdl-linearalgebra-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${pdl:Depends}
Description: Linear Algebra utils for PDL
- PDL::LinearAlgebra provides a convenient interface basic linear algebra
- routines from LAPACK and BLAS
+ PDL::LinearAlgebra provides PDL bindings to LAPACK and BLAS. The package
+ contains both the slower-but-more-flexible PDL::LinearAlgebra module and
+ faster-but-more-specific PDL::LinearAlgebra::Real and
+ PDL::LinearAlgebra::Complex modules
--
Debian packaging of PDL-LinearAlgebra CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list