[Python-modules-commits] [freetype-py] 01/01: dep on libfreetype6
Daniel Glassey
wdg at moszumanska.debian.org
Thu Nov 12 19:20:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
wdg pushed a commit to branch master
in repository freetype-py.
commit 663b7c97ebef4ca8df12fd47e88816d5f1b4370d
Author: Daniel Glassey <wdg at debian.org>
Date: Thu Nov 12 19:18:25 2015 +0000
dep on libfreetype6
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 213869f..9aefbc3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Homepage: https://github.com/rougier/freetype-py
Package: python-freetype
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+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.
@@ -27,7 +27,7 @@ Description: Freetype Python bindings
Package: python3-freetype
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, libfreetype6
Description: Freetype Python bindings for Python 3
Freetype Python provides bindings for the FreeType library.
Only the high-level API is bound.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/freetype-py.git
More information about the Python-modules-commits
mailing list