[SCM] Perl wrapper for the FANN library branch, master, updated. debian/0.10-1-9-g8fee4b7

Laszlo Kajan lkajan at rostlab.org
Mon Jul 16 12:58:20 UTC 2012


The following commit has been merged in the master branch:
commit be819fb1607582e0c95fd7afbc986d453d45875d
Author: Laszlo Kajan <lkajan at rostlab.org>
Date:   Mon Jul 16 14:44:46 2012 +0200

    fixed d/copyright; fixed home page in d/control

diff --git a/debian/.gitignore b/debian/.gitignore
index 6282eb7..69d5c0d 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -2,3 +2,4 @@ files
 libai-fann-perl.debhelper.log
 libai-fann-perl.substvars
 libai-fann-perl
+*.swp
diff --git a/debian/control b/debian/control
index 701352c..fb9496b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8), libfann-dev (>= 2.1.0~beta~)
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libai-fann-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libai-fann-perl.git
-Homepage: http://leenissen.dk/fann/wp/
+Homepage: http://search.cpan.org/dist/AI-FANN/
 
 Package: libai-fann-perl
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 16013f4..bbe26c9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,20 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: SOFTware
+Upstream-Name: AI::FANN
 Upstream-Contact: Salvador Fandino <salva at cpan.org>
 Source: http://search.cpan.org/dist/AI-FANN/
 
+Files: debian/*
+Copyright: 2012 Laszlo Kajan
+           2012 Yannick Mahlich
+License: Artistic or GPL-1+
+
 Files: *
 Copyright: 2006 Salvador Fandino 
-License: Artistic-1
-	This Perl module is free software; you can redistribute it and/or
-    modify it under the same terms as Perl itself, either Perl version
-    5.8.8 or, at your option, any later version of Perl 5 you may have
-    available.
-	On Debian systems, the complete text of the Perl Artistic License 
-	can be found in `/usr/share/common-licenses/Artistic'.
+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'.
 
-Files: debian/*
-Copyright: 2012 Laszlo Kajan, Yannick Mahlich
-License: GLP-3+
-	On Debian systems, the complete text of the GNU	General Public 
-	License can be found in `/usr/share/common-licenses/GPL-3'.

-- 
Perl wrapper for the FANN library



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