[Python-modules-commits] [gamera] 04/07: deb/tests/control: added depends against python-pil{, -dbg}
Daniel Stender
danstender-guest at moszumanska.debian.org
Tue Dec 1 08:17:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository gamera.
commit 252cc403c89021e48d1e7eb0788d54c71148ef16
Author: Daniel Stender <debian at danielstender.com>
Date: Tue Dec 1 08:27:58 2015 +0100
deb/tests/control: added depends against python-pil{,-dbg}
---
debian/changelog | 4 +++-
debian/tests/control | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9bc969d..09dbad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ gamera (3.4.2+svn1437-2) UNRELEASED; urgency=medium
* Added update-pil-plugin.diff (Closes: #806747).
* deb/control:
+ depend on python-pil instead of python-imaging.
+ * deb/tests/control:
+ + added depends against python-pil{,-dbg}.
- -- Daniel Stender <debian at danielstender.com> Tue, 01 Dec 2015 08:25:27 +0100
+ -- Daniel Stender <debian at danielstender.com> Tue, 01 Dec 2015 08:27:01 +0100
gamera (3.4.2+svn1437-1) unstable; urgency=medium
diff --git a/debian/tests/control b/debian/tests/control
index 7022770..be046eb 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,9 +1,11 @@
Tests: python-gamera
Depends: python-nose,
python-gamera,
- python-docutils, python-pygments
+ python-docutils, python-pygments,
+ python-pil
Tests: python-gamera-dbg
Depends: python-nose, python-dbg,
python-gamera, python-gamera-dbg,
- python-docutils, python-pygments
+ python-docutils, python-pygments,
+ python-pil-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git
More information about the Python-modules-commits
mailing list