File: control

package info (click to toggle)
python-gphoto2 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,440 kB
  • sloc: ansic: 71,119; python: 4,183; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,484 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
Source: python-gphoto2
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libgphoto2-dev,
               python3-dev,
               python3-setuptools,
               swig
Standards-Version: 4.6.1
Homepage: https://github.com/jim-easterbrook/python-gphoto2
Vcs-Git: https://salsa.debian.org/debian/python-gphoto2.git
Vcs-Browser: https://salsa.debian.org/debian/python-gphoto2

Package: python3-gphoto2
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-gphoto2-doc
Description: Python interface to libgphoto2 (Python 3)
 Python-gphoto2 is a comprehensive Python interface (or binding) to
 libgphoto2. It is built using SWIG to automatically generate the
 interface code. This gives direct access to nearly all the libgphoto2
 functions, but sometimes in a rather un-Pythonic manner.
 .
 This package installs the library for Python 3.

Package: python-gphoto2-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Python interface to libgphoto2 (common documentation)
 Python-gphoto2 is a comprehensive Python interface (or binding) to
 libgphoto2. It is built using SWIG to automatically generate the
 interface code. This gives direct access to nearly all the libgphoto2
 functions, but sometimes in a rather un-Pythonic manner.
 .
 This is the common documentation package.