Merge lp:~edwin-grubbs/meta-lp-deps/specify-pil-version into lp:meta-lp-deps

Proposed by Edwin Grubbs
Status: Merged
Merged at revision: not available
Proposed branch: lp:~edwin-grubbs/meta-lp-deps/specify-pil-version
Merge into: lp:meta-lp-deps
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~edwin-grubbs/meta-lp-deps/specify-pil-version
Reviewer Review Type Date Requested Status
Paul Hummer (community) Approve
Review via email: mp+20699@code.launchpad.net

Commit message

Require python-imaging (PIL) >= 1.1.7

Description of the change

Depend on python-imaging >= 1.1.7.

The dependency on python2.5-imaging also remains because, specifying a version on it prevents the python-imaging package from providing python2.5-imaging satisfactorily.

To post a comment you must log in.
Revision history for this message
Paul Hummer (rockstar) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-02-23 00:25:52 +0000
3+++ debian/changelog 2010-03-04 22:05:44 +0000
4@@ -1,3 +1,9 @@
5+launchpad-dependencies (0.69) lucid; urgency=low
6+
7+ * Require python-imaging (PIL) >= 1.1.7.
8+
9+ -- Edwin Grubbs <edwin.grubbs@canonical.com> Thu, 04 Mar 2010 22:54:59 +0000
10+
11 launchpad-dependencies (0.68) lucid; urgency=low
12
13 * Add python2.5-egenix-mxtools, on which python2.5-egenix-mxdatetime in turn
14
15=== modified file 'debian/control'
16--- debian/control 2010-02-23 00:25:52 +0000
17+++ debian/control 2010-03-04 22:05:44 +0000
18@@ -11,7 +11,8 @@
19 ncompress, python2.5-psycopg2, python2.5-apt, python2.5-geoip,
20 python-profiler, libgpgme11-dev (>= 1.1.0), cvs, python2.5-svn,
21 python2.5-subversion, python-sqlite, ubuntu-keyring,
22- python2.5-imaging, bison, python-paramiko, python-mechanize,
23+ python2.5-imaging, python-imaging (>=1.1.7),
24+ bison, python-paramiko, python-mechanize,
25 python-openssl, graphviz, python-zopeinterface,
26 python2.5-tickcount, libxml2-utils, python-epydoc, patchutils,
27 openssh-blacklist, openssh-client (>= 1:4.7p1-8ubuntu1.1), xsltproc,

Subscribers

People subscribed via source and target branches