[Python-modules-commits] [pymodbus] 01/01: prepare 1.3.2-1~bpo9+1, re-apply old patch to not use humanfriendly
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Sep 2 21:11:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch debian/stretch-backports
in repository pymodbus.
commit 42a0f2ac14142b3f23d8af1fa60b08aed0f10a1e
Author: W. Martin Borgert <debacle at debian.org>
Date: Sat Sep 2 23:09:36 2017 +0200
prepare 1.3.2-1~bpo9+1, re-apply old patch to not use humanfriendly
---
debian/changelog | 6 ++++++
debian/control | 1 -
debian/patches/rm-humanfriendly | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ca10c82..feebb7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pymodbus (1.3.2-1~bpo9+1) stretch-backports; urgency=medium
+
+ * Rebuild for stretch-backports.
+
+ -- W. Martin Borgert <debacle at debian.org> Sat, 02 Sep 2017 20:47:28 +0000
+
pymodbus (1.3.2-1) unstable; urgency=medium
* New upstream version 1.3.2
diff --git a/debian/control b/debian/control
index fb94875..c882d34 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 10~),
python-setuptools,
python-twisted,
python3,
- python3-humanfriendly,
python3-sphinx,
python3-mock,
python3-nose,
diff --git a/debian/patches/rm-humanfriendly b/debian/patches/rm-humanfriendly
new file mode 100644
index 0000000..67709b3
--- /dev/null
+++ b/debian/patches/rm-humanfriendly
@@ -0,0 +1,24 @@
+Description: temporarily remove humanfriendly.sphinx usage, until packaged
+Author: W. Martin Borgert <debacle at debian.org>
+Origin: vendor
+Last-Update: 2017-05-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/sphinx/conf.py
++++ b/doc/sphinx/conf.py
+@@ -37,7 +37,6 @@
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.viewcode',
+- 'humanfriendly.sphinx',
+ ]
+
+ # Add any paths that contain templates here, relative to this directory.
+@@ -91,7 +90,6 @@
+ intersphinx_mapping = dict(
+ python=('https://docs.python.org/2', None),
+ capturer=('https://capturer.readthedocs.io/en/latest', None),
+- humanfriendly=('https://humanfriendly.readthedocs.io/en/latest', None),
+ )
+
+ # -- Options for HTML output --------------------------------------------------
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..36293e8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+rm-humanfriendly
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pymodbus.git
More information about the Python-modules-commits
mailing list