File: control

package info (click to toggle)
tamuanova 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 992 kB
  • ctags: 99
  • sloc: sh: 7,281; ansic: 703; makefile: 30
file content (37 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: tamuanova
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Scott Howard <showard@debian.org>,
           Gudjon I. Gudjonsson <gudjon@gudjon.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               dh-autoreconf,
               libgsl-dev,
               texinfo
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/tamuanova.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/tamuanova.git
Homepage: http://www.stat.tamu.edu/~aredd/tamuanova/

Package: libtamuanova-dev
Architecture: any
Section: libdevel
Priority: extra
Depends: libtamuanova-0.2 (= ${binary:Version}),
         ${misc:Depends},
         install-info
Description: Development files for the TAMU ANOVA library
 C library for single and two factor ANOVA.
 .
 This package contains the header and development files for the
 tamuanova library.

Package: libtamuanova-0.2
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Library to calculate an ANOVA
 C library for single and two factor ANOVA.
 .
 This package contains the runtime library.