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
|
Source: pythonmagick
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pythonmagick/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pythonmagick/trunk/
Uploaders: Carl Fürstenberg <azatoth@gmail.com>
Build-Depends:
debhelper (>= 9),
libmagick++-dev (>= 8:6.8.6),
libtool (>= 1.5),
libboost-python-dev (>= 1.34.1-8),
python-all-dev (>= 2.5),
pkg-config,
dh-autoreconf,
dh-python
Standards-Version: 3.9.6
Homepage: http://www.imagemagick.org
XS-Python-Version: all
Package: python-pythonmagick
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Object-oriented Python interface to ImageMagick
PythonMagick an interface to ImageMagick to give all the functionality
of ImageMagick++ into Python.
|