From 5e235e53ef38df9fb75b4d15c372d8be2b0ae05b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 29 Oct 2013 20:41:39 -0400 Subject: Initial commit. --- (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ceb0a95 --- /dev/null +++ b/debian/control @@ -0,0 +1,64 @@ +Source: cairocffi +Section: python +Priority: optional +Maintainer: "P. J. McDermott" +Build-Depends: debhelper (>= 9), +# Needed to build Python 2 modules: + python-all (>= 2.6.6-3~), + python-setuptools, +# Needed to build Python 3 modules: + python3-all (>= 3.1.2-7~), + python3-setuptools, +# Needed to build documenation: + python-sphinx, +# Needed to build documentation with sphinx.ext.autodoc: + python-cffi, +# Needed to build documentation with sphinx.ext.intersphinx: + python-cairo-dev, +Standards-Version: 3.9.4 +Homepage: http://pythonhosted.org/cairocffi/ +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.1 + +Package: python-cairocffi +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, +Description: CFFI-based Python bindings for cairo (Python 2) + cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python + bindings and object-oriented API for cairo. Cairo is a 2D vector graphics + library with support for multiple backends including image buffers, PNG, + PostScript, PDF, and SVG file output. + . + Additionally, the cairocffi.pixbuf module uses GDK-PixBuf to decode various + image formats for use in cairo. + . + This package provides the Python 2 modules for the cairocffi bindings. + +Package: python3-cairocffi +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, +Description: CFFI-based Python bindings for cairo (Python 3) + cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python + bindings and object-oriented API for cairo. Cairo is a 2D vector graphics + library with support for multiple backends including image buffers, PNG, + PostScript, PDF, and SVG file output. + . + Additionally, the cairocffi.pixbuf module uses GDK-PixBuf to decode various + image formats for use in cairo. + . + This package provides the Python 3 modules for the cairocffi bindings. + +Package: cairocffi-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${sphinxdoc:Depends}, +Description: Rendering engine to convert HTML/CSS to PDF - documentation + cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python + bindings and object-oriented API for cairo. Cairo is a 2D vector graphics + library with support for multiple backends including image buffers, PNG, + PostScript, PDF, and SVG file output. + . + Additionally, the cairocffi.pixbuf module uses GDK-PixBuf to decode various + image formats for use in cairo. + . + This package provides the documentation for the cairocffi bindings. -- cgit v0.9.1