From 401df74dc835f47540407480e7c230e1aeea2a65 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 3 Apr 2014 10:37:06 +0200 Subject: [PATCH] using another angle for building : drop dependency to manifold while building the package --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1acac308..0230abd7 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Maintainer: Thierry Parmentelat Section: misc Priority: optional Standards-Version: 3.9.2 -# we need manifold to be installed to run manage.py collectstatic -Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django, manifold +# hopefully we do not need manifold at build-time +Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django X-Python-Version: >= 2.7 # Thierry: the recipe I'm using somehow only works with several packages -- 2.47.0