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

Laszlo Kajan lkajan at rostlab.org
Wed Jul 11 15:05:38 UTC 2012


The following commit has been merged in the master branch:
commit c0a6202151a72fe9ee66afc68693da3324cbb1cf
Author: Laszlo Kajan <lkajan at rostlab.org>
Date:   Wed Jul 11 17:05:11 2012 +0200

    reviewed package description

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d87d58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+FANN.bs
+FANN.c
+FANN.o
+MYMETA.yml
+Makefile
+blib
+morefann.o
+pm_to_blib
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..6282eb7
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,4 @@
+files
+libai-fann-perl.debhelper.log
+libai-fann-perl.substvars
+libai-fann-perl
diff --git a/debian/control b/debian/control
index 28d8e0a..701352c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libai-fann-perl
 Section: perl
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Laszlo Kajan <lkajan at rostlab.org>, Yannick Mahlich <mahlich at in.tum.de>
 Build-Depends: debhelper (>= 8), libfann-dev (>= 2.1.0~beta~)
 Standards-Version: 3.9.3
@@ -10,10 +10,11 @@ Vcs-Git: git://git.debian.org/pkg-perl/packages/libai-fann-perl.git
 Homepage: http://leenissen.dk/fann/wp/
 
 Package: libai-fann-perl
-Section: perl
-Priority: optional
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Perl wrapper for the FANN library
- This module provides a Perl wrapper for the FANN library
- (http://leenissen.dk/fann/wp/).
+ This module provides a Perl wrapper for the Fast Artificial Neural Network
+ (FANN) library (http://leenissen.dk/fann/wp/).
+ .
+ The AI::FANN object oriented interface provides an almost direct map to the
+ C library API.

-- 
Perl wrapper for the FANN library



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