From ba33d1aba805b79d6c383a4deddefd04c3f25787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Oct 2015 22:16:14 +0200 Subject: [PATCH] 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)) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f470537..274c6c5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gadjo Maintainer: Frederic Peters 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