summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
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 <dererk@debian.org> 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/