[Python-modules-commits] [pymodbus] 03/07: add build-dependency on humanfriendly, remove related patch

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jun 24 23:36:38 UTC 2017


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

debacle pushed a commit to branch master
in repository pymodbus.

commit 935821fd152706463e084911fcd930eb84b4efe2
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Jun 24 23:40:25 2017 +0200

    add build-dependency on humanfriendly, remove related patch
---
 debian/control                  |  1 +
 debian/patches/rm-humanfriendly | 24 ------------------------
 debian/patches/series           |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 9eb4fb8..6585a11 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: W. Martin Borgert <debacle at debian.org>,
 Build-Depends: debhelper (>= 10~),
 	dh-python,
 	python,
+	python-humanfriendly,
 	python-mock,
 	python-nose,
 	python-serial,
diff --git a/debian/patches/rm-humanfriendly b/debian/patches/rm-humanfriendly
deleted file mode 100644
index 67709b3..0000000
--- a/debian/patches/rm-humanfriendly
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index 36293e8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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