summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/debian/control
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-13 08:50:27 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commit36623f13d922461c897fe0ae1ff550a073385329 (patch)
tree9339ab434222da3393491673ea12090de381495b /third_party/freetype-py/debian/control
parent9fc4898c2338e4b9bb028171f5f8492f01879fbe (diff)
Add FreeType python bindings to third_party.
Diffstat (limited to 'third_party/freetype-py/debian/control')
-rw-r--r--third_party/freetype-py/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/freetype-py/debian/control b/third_party/freetype-py/debian/control
new file mode 100644
index 0000000..88af14a
--- /dev/null
+++ b/third_party/freetype-py/debian/control
@@ -0,0 +1,16 @@
+Source: freetype-py
+Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.5
+
+Package: python-freetype-py
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, libfreetype6
+Description: Freetype python bindings
+ Freetype python provides bindings for the FreeType library. Only the
+ high-level API is bound.
+ .
+ Documentation available at:
+ http://freetype-py.readthedocs.org/en/latest/