[Python-modules-commits] [pyxb] 06/10: Add patch to remove sphinx_epytext.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Sep 26 20:21:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository pyxb.
commit bab3b916ab30b340ea918494a33d54587e3e08e5
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Sep 25 22:31:30 2017 +0200
Add patch to remove sphinx_epytext.
---
debian/changelog | 1 +
.../0003-Remove-sphinx_epytext-from-sphinx.patch | 21 +++++++++++++++++++++
debian/patches/02-setup_open_unicode.patch | 2 +-
debian/patches/series | 1 +
4 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index acf217d..9a900a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyxb (1.2.5-2) UNRELEASED; urgency=medium
* Repack because of pre-built documentation.
* Replace debian/upstream-signing-key.pgp with debian/upstream/signing-
key.asc.
+ * Add patch to remove sphinx_epytext.
-- Michael Fladischer <fladi at debian.org> Mon, 25 Sep 2017 22:00:13 +0200
diff --git a/debian/patches/0003-Remove-sphinx_epytext-from-sphinx.patch b/debian/patches/0003-Remove-sphinx_epytext-from-sphinx.patch
new file mode 100644
index 0000000..3c9b0a3
--- /dev/null
+++ b/debian/patches/0003-Remove-sphinx_epytext-from-sphinx.patch
@@ -0,0 +1,21 @@
+From: Michael Fladischer <FladischerMichael at fladi.at>
+Date: Mon, 25 Sep 2017 22:28:37 +0200
+Subject: Remove sphinx_epytext from sphinx.
+
+It has not been packaged for Debian yet.
+---
+ doc/conf.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/doc/conf.py b/doc/conf.py
+index 36b75ea..3104d24 100644
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -25,7 +25,6 @@ import sys, os
+ extensions = [
+ 'sphinx.ext.todo',
+ 'sphinx.ext.autodoc',
+- 'sphinx_epytext',
+ 'extapi',
+ ]
+
diff --git a/debian/patches/02-setup_open_unicode.patch b/debian/patches/02-setup_open_unicode.patch
index b26b7b0..8506ba9 100644
--- a/debian/patches/02-setup_open_unicode.patch
+++ b/debian/patches/02-setup_open_unicode.patch
@@ -13,7 +13,7 @@ Patch-Name: 02-setup_open_unicode.patch
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index 4b94027..d429ab7 100755
+index 80ab932..ceb8256 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ import stat
diff --git a/debian/patches/series b/debian/patches/series
index dd91149..515fb37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-remove_remote_logo.patch
02-setup_open_unicode.patch
+0003-Remove-sphinx_epytext-from-sphinx.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyxb.git
More information about the Python-modules-commits
mailing list