File: control

package info (click to toggle)
python-exif 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: python: 2,969; makefile: 47
file content (32 lines) | stat: -rw-r--r-- 1,289 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
Source: python-exif
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>, W. Martin Borgert <debacle@debian.org>
Build-Depends: python3-setuptools, debhelper-compat (= 13), dh-python, python3-all
Standards-Version: 4.6.1
Homepage: https://github.com/ianare/exif-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-exif.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-exif

Package: python3-exif
Architecture: all
Depends: python3-exifread, ${misc:Depends}
Section: oldlibs
Description: Transition package for python3-exifread
 This is a Python library to extract Exif information from digital camera
 image files. It contains the EXIF.py script and the exifread library.
 .
 This is a dummy package.

Package: python3-exifread
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Breaks: python3-exif (<< 2.2.0-4~)
Replaces: python3-exif (<< 2.2.0-4~)
Description: Python library to extract Exif data from TIFF and JPEG files
 This is a Python library to extract Exif information from digital camera
 image files. It contains the EXIF.py script and the exifread library.
 .
 This package provides the Python 3.x module.