~ubuntu-branches/debian/sid/apophenia/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jerome Benoit
  • Date: 2014-09-11 12:36:28 UTC
  • Revision ID: package-import@ubuntu.com-20140911123628-4a3h0ko7fns8nq21
Tags: 0.999b+ds1-1
* Initial release (Closes: #755493).
* Debianization:
  - debian/copyright in DEP-5 format;
  - debian/control:
    - debhelper build-dep to >= 9;
    - Standards Version 3.9.5;
    - Vcs-* headers.
  - debian/source, format 3.0 (quilt);
  - debian/patches/ patches in DEP-3 format;
  - debian/watch file;
  - debian/repack, repack script to clean up and gain weight;
  - debian/rules:
    - autoreconf-iguration;
    - full and minal dh integration;
    - hardened dh_auto_clean;
    - get-orig-source uscan based target which downloads the currently
      packaged upstream tarball and repacks it;
    - default target which basically queries package status with uscan
      -- output in DEHS format;
  - gpg-signature check support, neutralize;
  - ad hoc script to build/clean the upstream source examples, provide.
* Fixes, enhancements, request for a better autotools machinery support
  (more rational, passing the `make distcheck' test, explicit gnulib
  support) and bug reports were submitted and have been integrated or
  discussed; thanks to the upstream maintainer.
* Wipe out library exit calls (shlib-calls-exit Lintian tag).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: apophenia
 
2
Section: math
 
3
Priority: extra
 
4
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Jerome Benoit <calculus@rezozer.net>
 
6
Build-Depends:
 
7
 debhelper (>= 9), quilt,
 
8
 autotools-dev, autoconf-archive, dh-autoreconf, libtool,
 
9
 pkg-config, help2man,
 
10
 zlib1g-dev, libmysqlclient-dev, libsqlite3-dev, libgsl0-dev,
 
11
 bc, sqlite3,
 
12
 doxygen, texlive-latex-recommended, texlive-fonts-recommended, ghostscript,
 
13
 rdfind, symlinks
 
14
Standards-Version: 3.9.5
 
15
Homepage: http://apophenia.info/
 
16
Vcs-Git: git://anonscm.debian.org/debian-science/packages/apophenia.git
 
17
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/apophenia.git
 
18
 
 
19
Package: libapophenia0
 
20
Provides: libapophenia
 
21
Section: libs
 
22
Architecture: any
 
23
Pre-Depends: ${misc:Pre-Depends}
 
24
Depends: ${shlibs:Depends}, ${misc:Depends}
 
25
Conflicts: libapophenia
 
26
Suggests: apophenia-doc (= ${binary:Version})
 
27
Multi-Arch: same
 
28
Description: Apophenia Statistical C Library -- library package
 
29
 The Apophenia Statistical C Library is an open source C library for
 
30
 working with data sets and statistical models. It provides functions
 
31
 on the same level as those of the typical stats packages (such as OLS,
 
32
 probit, or singular value decomposition) but gives the user more
 
33
 flexibility to be creative in model-building.
 
34
 .
 
35
 Apophenia is meant to scale well, to comfortably work with gigabyte
 
36
 data sets, million-step simulations, or computationally-intensive
 
37
 agent-based models.
 
38
 .
 
39
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 
40
 MySQL/mariaDB is also supported. The core functions are written
 
41
 in C, but experience has shown them to be easy to bind in Python,
 
42
 Julia, Perl, Ruby, etc. The source code is distributed under the
 
43
 GNU General Public License version 2 (GPL2) with two modifications.
 
44
 .
 
45
 This package provides the shared libraries required to run programs
 
46
 compiled against the Apophenia Statistical C Library. To compile your
 
47
 own programs you also need to install the libapophenia0-dev package.
 
48
 
 
49
Package: libapophenia0-dev
 
50
Provides: libapophenia-dev
 
51
Section: libdevel
 
52
Architecture: any
 
53
Depends: libapophenia0 (= ${binary:Version}), ${misc:Depends}
 
54
Conflicts: libapophenia-dev
 
55
Suggests: pkg-config
 
56
Multi-Arch: same
 
57
Description: Apophenia Statistical C Library -- development package
 
58
 The Apophenia Statistical C Library is an open source C library for
 
59
 working with data sets and statistical models. It provides functions
 
60
 on the same level as those of the typical stats packages (such as OLS,
 
61
 probit, or singular value decomposition) but gives the user more
 
62
 flexibility to be creative in model-building.
 
63
 .
 
64
 Apophenia is meant to scale well, to comfortably work with gigabyte
 
65
 data sets, million-step simulations, or computationally-intensive
 
66
 agent-based models.
 
67
 .
 
68
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 
69
 MySQL/mariaDB is also supported. The core functions are written
 
70
 in C, but experience has shown them to be easy to bind in Python,
 
71
 Julia, Perl, Ruby, etc. The source code is distributed under the
 
72
 GNU General Public License version 2 (GPL2) with two modifications.
 
73
 .
 
74
 This package contains the header files, static libraries and symbolic
 
75
 links that developers using the Apophenia Statistical C Library will
 
76
 need.
 
77
 
 
78
Package: apophenia-bin
 
79
Architecture: any
 
80
Depends: libapophenia0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
81
Suggests: sqlite3
 
82
Multi-Arch: foreign
 
83
Description: Apophenia Statistical C Library -- binary package
 
84
 The Apophenia Statistical C Library is an open source C library for
 
85
 working with data sets and statistical models. It provides functions
 
86
 on the same level as those of the typical stats packages (such as OLS,
 
87
 probit, or singular value decomposition) but gives the user more
 
88
 flexibility to be creative in model-building.
 
89
 .
 
90
 Apophenia is meant to scale well, to comfortably work with gigabyte
 
91
 data sets, million-step simulations, or computationally-intensive
 
92
 agent-based models.
 
93
 .
 
94
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 
95
 MySQL/mariaDB is also supported. The core functions are written
 
96
 in C, but experience has shown them to be easy to bind in Python,
 
97
 Julia, Perl, Ruby, etc. The source code is distributed under the
 
98
 GNU General Public License version 2 (GPL2) with two modifications.
 
99
 .
 
100
 This package provides several command line utility examples.
 
101
 
 
102
Package: libapophenia0-dbg
 
103
Provides: libapophenia-dbg
 
104
Section: debug
 
105
Architecture: any
 
106
Depends: libapophenia0 (= ${binary:Version}), ${misc:Depends}
 
107
Conflicts: libapophenia-dbg
 
108
Multi-Arch: same
 
109
Description: Apophenia Statistical C Library -- debug symbols package
 
110
 The Apophenia Statistical C Library is an open source C library for
 
111
 working with data sets and statistical models. It provides functions
 
112
 on the same level as those of the typical stats packages (such as OLS,
 
113
 probit, or singular value decomposition) but gives the user more
 
114
 flexibility to be creative in model-building.
 
115
 .
 
116
 Apophenia is meant to scale well, to comfortably work with gigabyte
 
117
 data sets, million-step simulations, or computationally-intensive
 
118
 agent-based models.
 
119
 .
 
120
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 
121
 MySQL/mariaDB is also supported. The core functions are written
 
122
 in C, but experience has shown them to be easy to bind in Python,
 
123
 Julia, Perl, Ruby, etc. The source code is distributed under the
 
124
 GNU General Public License version 2 (GPL2) with two modifications.
 
125
 .
 
126
 This package provides the debugging symbols for the libraries from
 
127
 the libapophenia0-dev package.
 
128
 
 
129
Package: apophenia-doc
 
130
Section: doc
 
131
Architecture: all
 
132
Depends: ${misc:Depends}
 
133
Suggests:
 
134
 libapophenia0 (= ${binary:Version}), libapophenia0-dev (= ${binary:Version}),
 
135
# pdf-viewer,
 
136
 www-browser,
 
137
 gsl-doc-pdf, gsl-ref-html
 
138
Description: Apophenia Statistical C Library -- reference manual
 
139
 The Apophenia Statistical C Library is an open source C library for
 
140
 working with data sets and statistical models. It provides functions
 
141
 on the same level as those of the typical stats packages (such as OLS,
 
142
 probit, or singular value decomposition) but gives the user more
 
143
 flexibility to be creative in model-building.
 
144
 .
 
145
 Apophenia is meant to scale well, to comfortably work with gigabyte
 
146
 data sets, million-step simulations, or computationally-intensive
 
147
 agent-based models.
 
148
 .
 
149
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 
150
 MySQL/mariaDB is also supported. The core functions are written
 
151
 in C, but experience has shown them to be easy to bind in Python,
 
152
 Julia, Perl, Ruby, etc. The source code is distributed under the
 
153
 GNU General Public License version 2 (GPL2) with two modifications.
 
154
 .
 
155
 This package provides the reference manual for the Apophenia
 
156
 Statistical C Library; it also contains examples.