File: control

package info (click to toggle)
astrometry.net 0.70%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,544 kB
  • sloc: ansic: 161,390; python: 19,747; makefile: 1,412; awk: 159; cpp: 78; pascal: 67; sh: 61; perl: 9
file content (78 lines) | stat: -rw-r--r-- 2,792 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
Source: astrometry.net
Section: science
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9),
               dh-exec,
               dh-python,
               libbz2-dev,
               libcairo2-dev,
               libcfitsio-dev | libcfitsio3-dev,
               libgsl-dev,
               libjpeg-dev,
               libnetpbm10-dev,
               libpng-dev,
               pkg-config,
               python-all-dev (<< 2.8),
               python-all-dev (>= 2.7~),
               python-numpy,
               swig,
               wcslib-dev,
               zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://www.astrometry.net
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/astrometry.net.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/astrometry.net.git

Package: astrometry.net
Architecture: any
Depends: netpbm, python, python-astrometry, ${misc:Depends}, ${shlibs:Depends}
Recommends: curl, libcfitsio-bin, sextractor
Description: Astrometry plate solver
 The astrometry engine will take any image and return the astrometry
 world coordinate system (WCS), a standards-based description of the
 transformation between image coordinates and sky coordinates.

Package: libastrometry0
Architecture: any
Section: libs
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Astrometry plate solver (shared lib)
 The astrometry engine will take any image and return the astrometry
 world coordinate system (WCS), a standards-based description of the
 transformation between image coordinates and sky coordinates.
 .
 This package contains the shared library.

Package: libastrometry-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: libastrometry0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Astrometry plate solver (development files)
 The astrometry engine will take any image and return the astrometry
 world coordinate system (WCS), a standards-based description of the
 transformation between image coordinates and sky coordinates.
 .
 This package contains the development files (header files).

Package: python-astrometry
Architecture: any
Section: python
Depends: file,
         python (<<2.8),
         python (>= 2.7~),
         python-astropy,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Astrometry plate solver (Python package)
 The astrometry engine will take any image and return the astrometry
 world coordinate system (WCS), a standards-based description of the
 transformation between image coordinates and sky coordinates.
 .
 This package contains the Python Package.