[Python-modules-commits] [fabulous] 05/13: Use local objects.inv for intersphinx mapping (Closes: #830556)

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 14 09:44:47 UTC 2016


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

onovy pushed a commit to branch master
in repository fabulous.

commit 3f4f7348637d50ff2a6c5d11bf104f89eed62c65
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 14 11:11:40 2016 +0200

    Use local objects.inv for intersphinx mapping (Closes: #830556)
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 17e4f73..b1b5b94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ fabulous (0.1.5+dfsg1-2) UNRELEASED; urgency=low
   * Fixed VCS URL (https)
   * d/copyright: Use Files-Excluded to remove non-DFSG files
   * Changed project homepage to new one
+  * Use local objects.inv for intersphinx mapping (Closes: #830556)
 
  -- Simon Chopin <chopin.simon at gmail.com>  Wed, 10 Jul 2013 15:36:12 +0200
 
diff --git a/debian/control b/debian/control
index 406a378..e47733d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Simon Chopin <chopin.simon at gmail.com>
 Build-Depends:
  debhelper (>= 9),
  python-all (>= 2.6.6-3~),
+ python3-doc,
  python-grapefruit,
  python-sphinx (>= 1.0.7+dfsg),
  python-setuptools
@@ -27,7 +28,8 @@ Description: Python module to make your terminal output fabulous
 Package: python-fabulous-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends},
+         python3-doc,
 Description: Python module to make your terminal output fabulous - documentation
  Fabulous is a Python library designed to make the output of terminal
  applications look fabulous. Fabulous allows you to print colors, images, and

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



More information about the Python-modules-commits mailing list