[libfann] 09/34: d/control: Drop the Python packages, and all references to them

Christian Kastner chrisk-guest at moszumanska.debian.org
Thu Oct 1 18:06:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 71cb9210f9606478b790be5d379dfbf2f2752d60
Author: Christian Kastner <ckk at kvr.at>
Date:   Thu Oct 1 10:58:49 2015 +0200

    d/control: Drop the Python packages, and all references to them
---
 debian/control                 | 67 ++++--------------------------------------
 debian/python-pyfann-dbg.dirs  |  1 -
 debian/python-pyfann-dbg.links |  1 -
 3 files changed, 6 insertions(+), 63 deletions(-)

diff --git a/debian/control b/debian/control
index 20e9a62..9776745 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,8 @@ Build-Depends:
 Build-Depends-Indep:
     naturaldocs
 Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
-XS-Testsuite: autopkgtest
 Homepage: http://leenissen.dk/fann/wp/
+XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libfann.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libfann.git
 
@@ -39,9 +38,7 @@ Description: Fast Artificial Neural Network Library
  sparsely connected networks. Cross-platform execution in both fixed
  and floating point are supported. It includes a framework for easy
  handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
+ documented, and fast.
  .
  This package contains the shared libraries.
 
@@ -65,9 +62,7 @@ Description: Development libraries and header files for FANN
  sparsely connected networks. Cross-platform execution in both fixed
  and floating point are supported. It includes a framework for easy
  handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
+ documented, and fast.
  .
  This package contains the header files and static libraries which are
  needed for developing libfann applications.
@@ -87,56 +82,10 @@ Description: Debugging symbols for FANN
  sparsely connected networks. Cross-platform execution in both fixed
  and floating point are supported. It includes a framework for easy
  handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
+ documented, and fast.
  .
  This package contains the debugging symbols for the libfann library.
 
-Package: python-pyfann
-Section: python
-Architecture: any
-Depends:
-    ${python:Depends},
-    ${shlibs:Depends},
-    ${misc:Depends},
-    libfann2 (= ${binary:Version})
-Suggests:
-    libfann-dev (= ${binary:Version}),
-    libfann-doc (= ${binary:Version})
-Description: Python bindings for FANN
- Fast Artificial Neural Network Library is a free open
- source neural network library, which implements multilayer artificial
- neural networks in C with support for both fully connected and
- sparsely connected networks. Cross-platform execution in both fixed
- and floating point are supported. It includes a framework for easy
- handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
- .
- This package contains the Python wrapper for FANN.
-
-Package: python-pyfann-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends:
-    ${misc:Depends},
-    python-pyfann (= ${binary:Version})
-Description: Debugging symbols for FANN Python wrapper
- Fast Artificial Neural Network Library is a free open
- source neural network library, which implements multilayer artificial
- neural networks in C with support for both fully connected and
- sparsely connected networks. Cross-platform execution in both fixed
- and floating point are supported. It includes a framework for easy
- handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
- .
- This package contains the debugging symbols for the FANN Python wrapper.
-
 Package: libfann-doc
 Section: doc
 Architecture: all
@@ -144,7 +93,6 @@ Depends:
     ${misc:Depends}
 Recommends:
     libfann-dev (= ${binary:Version}),
-    python-pyfann (= ${binary:Version})
 Description: API documentation for FANN
  Fast Artificial Neural Network Library is a free open
  source neural network library, which implements multilayer artificial
@@ -152,10 +100,7 @@ Description: API documentation for FANN
  sparsely connected networks. Cross-platform execution in both fixed
  and floating point are supported. It includes a framework for easy
  handling of training data sets. It is easy to use, versatile, well
- documented, and fast. A Python binding is available, and bindings for
- PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica
- can be downloaded from FANN's homepage.
+ documented, and fast.
  .
  This package contains the API documentation in HTML form and some
- introductory material in text form. It also contains examples for
- the library and the Python wrapper.
+ introductory material in text form.
diff --git a/debian/python-pyfann-dbg.dirs b/debian/python-pyfann-dbg.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/python-pyfann-dbg.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/python-pyfann-dbg.links b/debian/python-pyfann-dbg.links
deleted file mode 100644
index 229a7d8..0000000
--- a/debian/python-pyfann-dbg.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/python-pyfann usr/share/doc/python-pyfann-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list