File: control

package info (click to toggle)
siril 0.99.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,096 kB
  • sloc: ansic: 82,177; cpp: 18,791; makefile: 705; sh: 155; xml: 113; python: 47
file content (64 lines) | stat: -rw-r--r-- 2,295 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
Source: siril
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Hourdin <debian-siril@free-astro.vinvin.tf>, Cyril Richard <lock042@gmail.com>
Section: science
Priority: optional
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian-astro-team/siril.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/siril
Homepage: https://www.siril.org
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               intltool,
               meson (>= 0.51),
               git,
               cmake,
               libcfitsio-dev,
               libconfig++-dev,
               libexiv2-dev,
               libffms2-dev,
               libfftw3-dev,
               libgsl-dev,
               libgtk-3-dev,
               libjson-glib-dev,
               libopencv-dev,
               libpng-dev,
               libraw-dev,
               libtiff-dev,
               libavformat-dev,
               libavutil-dev,
               libavcodec-dev,
               libswscale-dev,
               libswresample-dev,
               libheif-dev,
               wcslib-dev

Package: siril
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         siril-common (= ${source:Version}),
         librsvg2-2
Suggests: gnuplot
Description: astronomical image processing tool
 Siril is an image processing tool specially tailored for noise reduction and
 improving the signal/noise ratio of an image from multiple captures, as
 required in astronomy. Siril can align automatically or manually, stack and
 enhance pictures from various file formats, even images sequences (movies and
 SER files).

Package: siril-common
Architecture: all
Depends: ${misc:Depends}
Replaces: siril (<< 0.9.12)
Breaks: siril (<< 0.9.12)
Multi-Arch: foreign
Description: architecture-independent files for siril
 Siril is an image processing tool specially tailored for noise reduction and
 improving the signal/noise ratio of an image from multiple captures, as
 required in astronomy. Siril can align automatically or manually, stack and
 enhance pictures from various file formats, even images sequences (movies and
 SER files).
 .
 This package provides the architecture-independent files (Siril scripts
 and other files).