[SCM] Debian packaging of Algorithm-LBFGS CPAN distribution branch, master, updated. 5dfe7f9a6e224d45414e83cd941ec5fb8848b3d1
Dima Kogan
dima at secretsauce.net
Sat Nov 17 21:53:05 UTC 2012
The following commit has been merged in the master branch:
commit 5dfe7f9a6e224d45414e83cd941ec5fb8848b3d1
Author: Dima Kogan <dima at secretsauce.net>
Date: Sat Nov 17 13:51:09 2012 -0800
fixed packaging issues brought up by Gregor Herrmann
diff --git a/debian/changelog b/debian/changelog
index f741701..9cbfa6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,4 @@
-libalgorithm-lbfgs-perl (0.16-1) UNRELEASED; urgency=low
-
- TODO:
- - patches: Forwarded: please add the URL instead of "yes"
- - debian/gbp.conf is not really necessary IMO :)
- - d/copyright:
- missing info for ppport.h and inc/Module/*
- both can be copied (and maybe years adjusted) from
- http://pkg-perl.alioth.debian.org/copyright.html
- - d/control: debhelper (>= 9.20120312)
- - d/control: Standards-Version 3.9.4
- - d/control: mention Algorithm::LBFGS somewhere in the description, maybe in
- the last sentence instead of "This package"
- - d/control: add libtest-pod-perl to enable additional test
+libalgorithm-lbfgs-perl (0.16-1) unstable; urgency=low
* Initial Release. (Closes: #692089)
diff --git a/debian/control b/debian/control
index 89257df..d093c27 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dima Kogan <dima at secretsauce.net>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20120312),
perl,
+ libtest-pod-perl,
liblbfgs-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libalgorithm-lbfgs-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libalgorithm-lbfgs-perl.git
Homepage: http://search.cpan.org/dist/Algorithm-LBFGS/
@@ -15,6 +16,8 @@ Package: libalgorithm-lbfgs-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to an L-BFGS non-linear optimization algorithm
+ Algorithm::LBFGS is an interface to liblbfgs, a C implementation of L-BFGS.
+ .
L-BFGS (Limited-memory Broyden-Fletcher-Goldfarb-Shanno) is a quasi-Newton
method for unconstrained optimization. This method is especially efficient on
problems involving a large number of variables.
@@ -22,5 +25,3 @@ Description: Perl interface to an L-BFGS non-linear optimization algorithm
Generally, it solves a problem described as following:
.
min f(x), x = (x1, x2, ..., xn)
- .
- This package is an interface to liblbfgs, a C implementation of L-BFGS
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index a8d7f07..27ad7d9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,18 @@ Copyright: 1990, Jorge Nocedal
2008, Laye Suen <laye at cpan.org>
License: MIT
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+ 2002-2012, Audrey Tang <autrijus at autrijus.org>
+ 2002-2012, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: ppport.h
+Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
Files: debian/*
Copyright: 2012, Dima Kogan <dima at secretsauce.net>
License: MIT
@@ -31,3 +43,19 @@ License: MIT
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
+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'.
--
Debian packaging of Algorithm-LBFGS CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list