debian: declare build-dependency on libjpeg8-dev

(this is required because the debian build process will try to get Pillow
to build because it's declared in setup.py and wheezy does only have
python-imaging available (and that's equivalent but then setup.py doesn't
know that))
This commit is contained in:
Frédéric Péters 2015-10-04 22:16:14 +02:00
parent acb49b1352
commit ba33d1aba8
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gadjo
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-django, inkscape, python-imaging
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-django, inkscape, python-imaging, libjpeg8-dev
Standards-Version: 3.9.1
Package: python-gadjo