~osomon/pyexiv2/python-pyexiv2-lucid

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
Source: pyexiv2
Section: python
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50),
    python-support,
    python-all-dev (>= 2.6),
    python-all-dbg,
    python-sphinx,
    scons,
    libexiv2-dev (>= 0.18),
    libboost-python-dev
Standards-Version: 3.9.1
XS-Python-Version: >= 2.6
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyexiv2/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyexiv2/trunk/
Homepage: http://tilloy.net/dev/pyexiv2/

Package: python-pyexiv2
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: python-pyexiv2-doc
Breaks: lazygal (<< 0.5), phatch-cli (<< 0.2.7.1-1~)
XB-Python-Version: ${python:Versions}
Description: Python binding to Exiv2
 pyexiv2 is a Python binding to exiv2, the C++ library for manipulation
 of EXIF, IPTC and XMP image metadata. It is a Python module that allows
 your python scripts to read and write metadata (EXIF, IPTC, XMP,
 thumbnails) 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
Depends: ${misc:Depends}, libjs-jquery
Recommends: python-pyexiv2
Section: doc
Description: Documentation for Python binding to Exiv2
 pyexiv2 is a Python binding to exiv2, the C++ library for manipulation
 of EXIF, IPTC and XMP image metadata. It is a Python module that allows
 your python scripts to read and write metadata (EXIF, IPTC, XMP,
 thumbnails) 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.