[shark] 13/24: Update d/control.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Dec 10 19:50:05 UTC 2015


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 b9cf1537fa9d34eed380fee88e10702f7e4fe89a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Nov 23 13:31:19 2015 +0000

    Update d/control.
---
 debian/control | 85 ++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 62 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index d93527e..228555f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,43 +1,82 @@
 Source: shark
-Section: unknown
-Priority: extra
-Maintainer: Ghislain Antony Vaillant <ghisvail at gmail.com>
-Build-Depends: cmake, debhelper (>=9)
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: science
+Testsuite: autopkgtest
+Priority: optional
+Build-Depends: cmake,
+               debhelper (>= 9),
+               libboost-date-time-dev,
+               libboost-filesystem-dev,
+               libboost-program-options-dev,
+               libboost-serialization-dev,
+               libboost-system-dev,
+               libboost-test-dev,
+               libboost-thread-dev
+Build-Depends-Indep: doxygen,
+                     graphviz,
+                     python-sphinx
 Standards-Version: 3.9.6
-Homepage: <insert the upstream URL, if relevant>
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/shark.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/shark.git
+Homepage: http://image.diku.dk/shark
 
 Package: libshark-dev
-Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libshark0 (= ${binary:Version}), ${misc:Depends}
-Description: auto-generated package by debmake: dev
- This package contains the development files.
+Section: libdevel
+Depends: libshark0 (= ${binary:Version}),
+         ${misc:Depends}
+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 Debian binary package was auto-generated by the
- debmake(1) command provided by the debmake package.
+ This package provides the development files for the Shark library.
 
 Package: libshark-doc
-Section: doc
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: auto-generated package by debmake: doc
- This package contains the documentation files.
+Section: doc
+Depends: libjs-mathjax,
+         ${misc:Depends},
+         ${sphinxdoc:Depends}
+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 documentation and example code source for the Shark
+ library.
 
 Package: libshark0
-Section: libs
 Architecture: any
 Multi-Arch: same
+Section: libs
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: auto-generated package by debmake: lib
- This package contains the shared library.
+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 Shark library.
 
 Package: libshark0-dbg
-Section: debug
 Architecture: any
 Multi-Arch: same
-Depends: libshark0 (= ${binary:Version}), ${misc:Depends}
-Description: auto-generated package by debmake: dbg
- This package contains the debugging symbols.
+Section: debug
+Priority: extra
+Depends: libshark0 (= ${binary:Version}),
+         ${misc:Depends}
+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 debugging symbols 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