summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1b9da7c..745ac59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-reconfigure (0.1.29-2) unstable; urgency=low
+
+ * Upload to unstable.
+ * Fix python-sphinx build dependency.
+
+ -- Andrew Shadura <andrewsh@debian.org> Sun, 22 Sep 2013 11:37:24 +0200
+
python-reconfigure (0.1.29-1) experimental; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index b9327f7..9de13f0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
python-setuptools (>= 0.6.24),
python-all (>= 2.6.6-3),
- python-sphinx,
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-chardet,
python-nose,
debhelper (>= 9)