From 33f93f4664baffc474a97e729baa0d6ecd87a07f Mon Sep 17 00:00:00 2001 From: Dererk Date: Wed, 22 Jul 2015 08:17:30 -0300 Subject: Added strict build-dep on yapsy and requests libs --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7a029c6..af09e7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nikola (7.6.0-2) unstable; urgency=medium + + * Add missing build-dep on python-requests (Closes: #792352). + * Bind to python-yapsy specific version (required by nikola). + + -- Ulises Vitulli Wed, 22 Jul 2015 06:20:14 -0300 + nikola (7.6.0-1) unstable; urgency=medium * Add missing patch (Closes: #790710) diff --git a/debian/control b/debian/control index ffc5550..72341be 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: python-docutils, python-blinker, python-lxml, - python-yapsy, + python-yapsy (>= 1.11.223-1), python-logbook, python-doit, python-unidecode, @@ -22,6 +22,7 @@ Build-Depends: python-imaging, python-natsort, python-dateutil, + python-requests (>= 2.2.0) Standards-Version: 3.9.6 X-Python-Version: >= 2.7 Homepage: http://getnikola.com/ -- cgit v1.2.3