File: control

package info (click to toggle)
ccfits 2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,452 kB
  • sloc: cpp: 15,605; sh: 4,281; makefile: 88
file content (58 lines) | stat: -rw-r--r-- 2,262 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
Source: ccfits
Section: libs
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Aurelien Jarno <aurel32@debian.org>
Build-Depends: debhelper-compat (= 13), chrpath, libcfitsio-dev
Build-Depends-Indep: doxygen-latex
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: http://heasarc.gsfc.nasa.gov/fitsio/CCfits/
Vcs-Browser: https://salsa.debian.org/debian-astro-team/ccfits
Vcs-Git: https://salsa.debian.org/debian-astro-team/ccfits.git

Package: libccfits0v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: shared library for I/O with FITS format data files
 CCfits is an object oriented interface to the cfitsio library. It is
 designed to make the capabilities of cfitsio available to  programmers
 working in C++. It is written in ANSI C++ and implemented using the
 C++ Standard Library with namespaces, exception handling, and member
 template functions.
 .
 This package contains what you need to run programs that use this
 library.

Package: libccfits-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libccfits0v5 (= ${binary:Version}), libcfitsio-dev, ${misc:Depends}
Suggests: libccfits-doc
Description: static library for I/O with FITS format data files
 CCfits is an object oriented interface to the cfitsio library. It is
 designed to make the capabilities of cfitsio available to  programmers
 working in C++. It is written in ANSI C++ and implemented using the
 C++ Standard Library with namespaces, exception handling, and member
 template functions.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.

Package: libccfits-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: documentation for CCfits
 CCfits is an object oriented interface to the cfitsio library. It is
 designed to make the capabilities of cfitsio available to  programmers
 working in C++. It is written in ANSI C++ and implemented using the
 C++ Standard Library with namespaces, exception handling, and member
 template functions.
 .
 This package contains the CCFits reference manual in html and PDF
 format.