[Python-modules-commits] [nevow] 01/01: Add missing ${sphinxdoc:Depends} to Depends.

Tristan Seligmann mithrandi at moszumanska.debian.org
Thu Feb 4 04:42:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository nevow.

commit 051c0246d18402dd78d7cffb623d4dc42292a2ba
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Feb 4 06:42:13 2016 +0200

    Add missing ${sphinxdoc:Depends} to Depends.
---
 debian/changelog | 6 ++++++
 debian/control   | 6 +++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ad58aa8..a1c1382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nevow (0.12.0-2) UNRELEASED; urgency=medium
+
+  * Add missing ${sphinxdoc:Depends} to Depends.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Thu, 04 Feb 2016 06:41:56 +0200
+
 nevow (0.12.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 19beee3..ec425f1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,11 @@ X-Python-Version: >= 2.7
 
 Package: python-nevow
 Architecture: all
-Depends: dpkg (>= 1.14.17~), ${misc:Depends}, ${python:Depends}
+Depends:
+ dpkg (>= 1.14.17~),
+ ${misc:Depends},
+ ${python:Depends},
+ ${sphinxdoc:Depends},
 Provides: ${python:Provides}
 Description: Web application templating system for Python and Twisted
  Nevow's main focus is on separating the HTML template from both the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nevow.git



More information about the Python-modules-commits mailing list