[Python-modules-commits] [fabulous] 12/13: Added python-pil to (build-)depends (Closes: #805475)

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 14 09:44:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository fabulous.

commit f54d0012af74b3544faa7c1002e13020fc5e2ec0
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 14 11:34:14 2016 +0200

    Added python-pil to (build-)depends (Closes: #805475)
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 596d464..4d79935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ fabulous (0.1.5+dfsg1-2) UNRELEASED; urgency=low
   * d/rules: Don't remove non-existant SOURCES.txt from egg-info
   * d/control: Removed pre-wheezy versioned dependencies
   * Enabled autopkgtest-pkg-python testsuite
+  * Added python-pil to (build-)depends (Closes: #805475)
 
  -- Simon Chopin <chopin.simon at gmail.com>  Wed, 10 Jul 2013 15:36:12 +0200
 
diff --git a/debian/control b/debian/control
index 8653f31..6bdb1f4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  python-all,
  python3-doc,
  python-grapefruit,
+ python-pil,
  python-sphinx,
  python-setuptools
 Standards-Version: 3.9.8
@@ -20,7 +21,8 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-fabulous
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+         python-pil,
 Description: Python module to make your terminal output fabulous
  Fabulous is a Python library designed to make the output of terminal
  applications look fabulous. Fabulous allows you to print colors, images, and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fabulous.git



More information about the Python-modules-commits mailing list