[Python-modules-commits] [quark-sphinx-theme] 05/07: debian/control: remove Sphinx dependency (it's in setup.py now).

Felix Krull fkrull-guest at moszumanska.debian.org
Tue Oct 18 20:52:46 UTC 2016


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

fkrull-guest pushed a commit to branch master
in repository quark-sphinx-theme.

commit 24408ad3ceab705eab276cb467804322672ba59d
Author: Felix Krull <f_krull at gmx.de>
Date:   Tue Oct 18 22:28:03 2016 +0200

    debian/control: remove Sphinx dependency (it's in setup.py now).
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 871ae8c..73f8c40 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ X-Python3-Version: >= 3.3
 
 Package: python-quark-sphinx-theme
 Architecture: all
-Depends: python-sphinx (>= 1.1), ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Description: Sphinx theme designed for QTextBrowser (Python 2)
  Quark is a Sphinx theme specifically designed to look and work well within the
@@ -30,7 +30,7 @@ Description: Sphinx theme designed for QTextBrowser (Python 2)
 
 Package: python3-quark-sphinx-theme
 Architecture: all
-Depends: python3-sphinx (>= 1.1), ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Provides: ${python3:Provides}
 Description: Sphinx theme designed for QTextBrowser (Python 3)
  Quark is a Sphinx theme specifically designed to look and work well within the

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



More information about the Python-modules-commits mailing list