[libfann] 14/133: Reordered package list in debian/control

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:44 UTC 2014


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

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

commit d53c60aa67b84cbdbea67e5e67381db6a689699a
Author: Christian Kastner <debian at kvr.at>
Date:   Mon Jun 7 14:04:58 2010 +0200

    Reordered package list in debian/control
---
 debian/control | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 1fc0a69..2bf3a6c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,13 @@ Build-Depends:
     python-dev,
     swig
 
-Package: libfann2-dev
-Section: libdevel
+Package: libfann2
+Section: libs
 Architecture: any
 Depends:
-    libfann2 (= ${Source-Version})
-Conflicts: libfann1-dev
+    ${shlibs:Depends}
+Suggests:
+    libfann2-dev (= ${Source-Version})
 Description: 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
@@ -26,17 +27,15 @@ Description: Fast Artificial Neural Network Library
  accompanies the library with examples and recommendations on how to
  use the library. A graphical user interface is also available for the
  library.
- .
- This package contains the header files and static libraries which is
- needed for developing the libfann applications.
+ . 
+ This package contains the shared libraries.
 
-Package: libfann2
-Section: libs
+Package: libfann2-dev
+Section: libdevel
 Architecture: any
 Depends:
-    ${shlibs:Depends}
-Suggests:
-    libfann2-dev (= ${Source-Version})
+    libfann2 (= ${Source-Version})
+Conflicts: libfann1-dev
 Description: 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
@@ -48,10 +47,11 @@ Description: Fast Artificial Neural Network Library
  accompanies the library with examples and recommendations on how to
  use the library. A graphical user interface is also available for the
  library.
- . 
- This package contains the shared libraries.
+ .
+ This package contains the header files and static libraries which is
+ needed for developing the libfann applications.
 
-Package:python-pyfann
+Package: python-pyfann
 Section: python
 Architecture: any
 Depends:

-- 
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