aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarDererk <dererk@debian.org>2015-07-22 08:17:30 -0300
committerLibravatarDererk <dererk@debian.org>2015-07-22 08:17:30 -0300
commit33f93f4664baffc474a97e729baa0d6ecd87a07f (patch)
tree068650a41d3d49fbe976b0d16bfab7f713f2e71c
parenta223297189d3aa79a7e08701ed4f80ca496ef988 (diff)
downloadnikola-33f93f4664baffc474a97e729baa0d6ecd87a07f.tar.bz2
nikola-33f93f4664baffc474a97e729baa0d6ecd87a07f.tar.xz
nikola-33f93f4664baffc474a97e729baa0d6ecd87a07f.tar.zst
Added strict build-dep on yapsy and requests libsdebian/7.6.0-2
-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/