[Python-modules-commits] [cherrypy3] 09/15: control/rules: Use cherryd man page from upstream again (seems to have been revived as man/cherryd.1).

Stephan Suerken absurd at moszumanska.debian.org
Mon Nov 27 08:40:48 UTC 2017


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

absurd pushed a commit to branch master
in repository cherrypy3.

commit bfc0916d005d38dd469dc36be0bb19f20923e7f6
Author: Stephan Sürken <absurd at debian.org>
Date:   Thu Nov 23 11:29:50 2017 +0100

    control/rules: Use cherryd man page from upstream again (seems to have been revived as man/cherryd.1).
---
 debian/control | 1 -
 debian/rules   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 1977b06..2bb7588 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Carl Suster <carl at contraflo.ws>
 Build-Depends:
  debhelper (>= 10),
  dh-python,
- help2man,
  python-all (>= 2.6.6-3~),
  python-coverage,
  python-mock,
diff --git a/debian/rules b/debian/rules
index d8ee007..472bd14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION = $(DEB_VERSION_UPSTREAM)
 	dh $@ --buildsystem pybuild --with python2,python3,sphinxdoc
 
 override_dh_auto_build:
-	PYTHONPATH=. help2man -n cherryd -s 1 -o debian/cherryd.1 --version-string=$(DEB_VERSION_UPSTREAM) ./cherrypy/cherryd
-	PYTHONPATH=. help2man -n cherryd3 -s 1 -o debian/cherryd3.1 --version-string=$(DEB_VERSION_UPSTREAM) ./cherrypy/cherryd
+	cp -a man/cherryd.1 debian/cherryd.1
+	cp -a man/cherryd.1 debian/cherryd3.1
 	dh_auto_build
 
 # Upstream recommends nosetests -s, but also supports pytest. To use nosetests

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



More information about the Python-modules-commits mailing list