Source: pyexiv2
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               python-all-dev,
               python-all-dbg,
               python-sphinx,
               scons,
               libexiv2-dev,
               libboost-python-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyexiv2
Vcs-Git: https://salsa.debian.org/python-team/modules/pyexiv2.git
Homepage: http://tilloy.net/dev/pyexiv2/

Package: python-pyexiv2
Architecture: any
Depends: ${shlibs:Depends},
         ${python:Depends},
         ${misc:Depends}
Recommends: python-pyexiv2-doc
Breaks: ${python:Breaks}
Provides: ${python:Provides}
Description: Python binding to Exiv2
 pyexiv2 is a Python binding to Exiv2, the C++ library for manipulation
 of EXIF and IPTC image metadata. It is a Python module that allows your
 Python scripts to read and write metadata (EXIF, IPTC, XMP, thumbnail)
 embedded in image files (JPEG, TIFF, ...).
 .
 It is designed as a high level interface to the functionalities offered
 by exiv2 (and is built on top of it). Using Python's built-in data
 types and standard modules, it provides easy manipulation of image
 metadata.

Package: python-pyexiv2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Recommends: python-pyexiv2
Description: Documentation for Python binding to Exiv2
 pyexiv2 is a Python binding to Exiv2, the C++ library for manipulation
 of EXIF and IPTC image metadata. It is a Python module that allows your
 Python scripts to read and write metadata (EXIF, IPTC, XMP, thumbnail)
 embedded in image files (JPEG, TIFF, ...).
 .
 It is designed as a high level interface to the functionalities offered
 by exiv2 (and is built on top of it). Using Python's built-in data
 types and standard modules, it provides easy manipulation of image
 metadata.
 .
 This package contains documentation.
