File: control

package info (click to toggle)
plfit 0.9.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,120 kB
  • sloc: ansic: 5,196; makefile: 46; python: 30; sh: 11
file content (86 lines) | stat: -rw-r--r-- 3,195 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: plfit
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Section: math
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-dev,
 cmake,
 swig
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/plfit
Vcs-Git: https://salsa.debian.org/science-team/plfit.git
Homepage: https://github.com/ntamas/plfit
Rules-Requires-Root: no

Package: libplfit0
Provides: libplfit
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libplfit
Suggests: plfit (=${binary:Version}), plfit-doc
Multi-Arch: same
Description: fitting power-law distributions to empirical data -- library
 The plfit software fits power-law distributions to empirical (discrete or
 continuous) data, according to the method of Clauset, Shalizi and Newman
 [SIAM Review 51, 661-703 (2009)].
 .
 This package provides the shared library required to run programs
 compiled against the plfit library. To compile your own programs you
 also need to install the libplfit-dev package.

Package: plfit
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libplfit0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: plfit-doc
Description: fitting power-law distributions to empirical data -- interfaces
 The plfit software fits power-law distributions to empirical (discrete or
 continuous) data, according to the method of Clauset, Shalizi and Newman
 [SIAM Review 51, 661-703 (2009)].
 .
 This package provides two command line utilities, plfit and plgen.

Package: python3-plfit
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: fitting power-law distributions to empirical data -- Python
 The plfit software fits power-law distributions to empirical (discrete or
 continuous) data, according to the method of Clauset, Shalizi and Newman
 [SIAM Review 51, 661-703 (2009)].
 .
 This package provides a Python module.

Package: libplfit-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libplfit0 (= ${binary:Version}), ${misc:Depends}
Suggests: plfit-doc
Multi-Arch: same
Description: fitting power-law distributions to empirical data -- development
 The plfit software fits power-law distributions to empirical (discrete or
 continuous) data, according to the method of Clauset, Shalizi and Newman
 [SIAM Review 51, 661-703 (2009)].
 .
 This package contains the header files, static libraries and symbolic
 links that developers using the plfit library will need.

Package: plfit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Enhances: plfit (= ${binary:Version}), libplfit-dev (= ${binary:Version}), python3-plfit (= ${binary:Version})
Multi-Arch: foreign
Description: fitting power-law distributions to empirical data -- doc
 The plfit software fits power-law distributions to empirical (discrete or
 continuous) data, according to the method of Clauset, Shalizi and Newman
 [SIAM Review 51, 661-703 (2009)].
 .
 This package provides examples and data samples.