[shark] 04/11: d/control: cme fix, wrap and sort.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Feb 9 12:16:49 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/sid
in repository shark.

commit 397e174dd6a7f7fc1c854a9b7feb66bc68aba407
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Feb 7 09:00:43 2016 +0000

    d/control: cme fix, wrap and sort.
---
 debian/control | 64 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/debian/control b/debian/control
index 0c4d370..4a98f08 100644
--- a/debian/control
+++ b/debian/control
@@ -21,63 +21,63 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/shark.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/shark.git
 Homepage: http://image.diku.dk/shark
 
-Package: libshark-dev
+Package: libshark0
 Architecture: any
 Multi-Arch: same
-Section: libdevel
-Depends: libshark0 (= ${binary:Version}),
-         ${misc:Depends}
-Suggests: shark-doc
-Description: development files for Shark
+Section: libs
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: Shark machine learning library
  Shark is a modular C++ library for the design and optimization of adaptive
  systems. It provides methods for linear and nonlinear optimization, in
  particular evolutionary and gradient-based algorithms, kernel-based learning
  algorithms and neural networks, and various other machine learning techniques.
  .
- This package provides the development files for the Shark library.
+ This package provides the Shark library.
 
-Package: shark-doc
-Architecture: all
-Multi-Arch: foreign
-Section: doc
-Depends: libjs-mathjax,
-         ${misc:Depends},
-         ${sphinxdoc:Depends}
-Description: documentation and examples for Shark
+Package: libshark0-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: ${misc:Depends},
+         libshark0 (= ${binary:Version})
+Description: debugging symbols for Shark
  Shark is a modular C++ library for the design and optimization of adaptive
  systems. It provides methods for linear and nonlinear optimization, in
  particular evolutionary and gradient-based algorithms, kernel-based learning
  algorithms and neural networks, and various other machine learning techniques.
  .
- This package provides the documentation and example source code for the Shark
- library.
+ This package provides the debugging symbols for the Shark library.
 
-Package: libshark0
+Package: libshark-dev
 Architecture: any
 Multi-Arch: same
-Section: libs
+Section: libdevel
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Description: Shark machine learning library
+         libshark0 (= ${binary:Version})
+Suggests: shark-doc
+Description: development files for Shark
  Shark is a modular C++ library for the design and optimization of adaptive
  systems. It provides methods for linear and nonlinear optimization, in
  particular evolutionary and gradient-based algorithms, kernel-based learning
  algorithms and neural networks, and various other machine learning techniques.
  .
- This package provides the Shark library.
+ This package provides the development files for the Shark library.
 
-Package: libshark0-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libshark0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: debugging symbols for Shark
+Package: shark-doc
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
+         libjs-mathjax
+Description: documentation and examples for Shark
  Shark is a modular C++ library for the design and optimization of adaptive
  systems. It provides methods for linear and nonlinear optimization, in
  particular evolutionary and gradient-based algorithms, kernel-based learning
  algorithms and neural networks, and various other machine learning techniques.
  .
- This package provides the debugging symbols for the Shark library.
+ This package provides the documentation and example source code for the Shark
+ library.

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



More information about the debian-science-commits mailing list