~osomon/pyexiv2/python-pyexiv2-lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Olivier Tilloy
  • Date: 2011-11-01 16:12:25 UTC
  • Revision ID: olivier@tilloy.net-20111101161225-6mkndbcbspyrh64c
Switch back to python-support; dh_python2 is not available in lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Michal Čihař <nijel@debian.org>
5
5
Uploaders: Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
6
6
Build-Depends: debhelper (>= 7.0.50),
7
 
    python-all-dev (>= 2.6.6-3),
 
7
    python-support,
 
8
    python-all-dev (>= 2.6),
8
9
    python-all-dbg,
9
10
    python-sphinx,
10
11
    scons,
11
12
    libexiv2-dev (>= 0.18),
12
13
    libboost-python-dev
13
14
Standards-Version: 3.9.1
14
 
X-Python-Version: >= 2.6
 
15
XS-Python-Version: >= 2.6
15
16
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyexiv2/trunk
16
17
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyexiv2/trunk/
17
18
Homepage: http://tilloy.net/dev/pyexiv2/
21
22
Provides: ${python:Provides}
22
23
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
23
24
Recommends: python-pyexiv2-doc
24
 
Breaks: lazygal (<< 0.5), phatch-cli (<< 0.2.7.1-1~), ${python:Breaks}
 
25
Breaks: lazygal (<< 0.5), phatch-cli (<< 0.2.7.1-1~)
 
26
XB-Python-Version: ${python:Versions}
25
27
Description: Python binding to Exiv2
26
28
 pyexiv2 is a Python binding to exiv2, the C++ library for manipulation
27
29
 of EXIF, IPTC and XMP image metadata. It is a Python module that allows