[Python-modules-commits] [sphinx] 03/03: Update texlive dependencies and bundling code.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 15 09:13:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit f12eb5c07919875905391801d69fe904ac6e7dfe
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Dec 15 12:11:49 2016 +0300
Update texlive dependencies and bundling code.
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 2 +-
debian/tests/control | 2 --
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d80257e..4a7fd60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
* Bump X-Python-Version to 2.7 and X-Python3-Version to 3.4, following
upstream.
* Depend on python[3]-requests and build-depend on python[3]-html5lib.
+ * Drop texlive-generic-extra dependency, iftex is no longer used.
+ * Stop unbundling fncychap.sty (no longer bundled), iftex.sty and
+ newfloat.sty (no longer used).
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 15 Dec 2016 11:52:28 +0300
diff --git a/debian/control b/debian/control
index fd8affa..b692de1 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends-Indep: dh-python,
python-html5lib, python3-html5lib,
libjs-jquery (>= 1.4), libjs-underscore,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
- texlive-luatex, texlive-generic-extra,
+ texlive-luatex,
dvipng,
graphviz,
perl
diff --git a/debian/rules b/debian/rules
index 4fdd83a..02804bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ clean:
rm -f sphinx/locale/*/LC_MESSAGES/sphinx.js
rm -f sphinx/locale/.DS_Store
rm -f Sphinx.egg-info/SOURCES.txt
- cd sphinx/texinputs && rm -f fncychap.sty iftex.sty needspace.sty newfloat.sty
+ rm -f sphinx/texinputs/needspace.sty
.PHONY: build build-arch build-indep
build build-indep: build-stamp
diff --git a/debian/tests/control b/debian/tests/control
index 557409d..e30f691 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -7,7 +7,6 @@ Depends: python-sphinx,
python-xapian,
python-whoosh,
texlive-latex-extra,
- texlive-generic-extra,
texlive-fonts-recommended,
texlive-luatex,
texinfo,
@@ -23,7 +22,6 @@ Depends: python3-sphinx,
python3-xapian,
python3-whoosh,
texlive-latex-extra,
- texlive-generic-extra,
texlive-fonts-recommended,
texlive-luatex,
texinfo,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list