[Python-modules-commits] [pytest-catchlog] 08/12: use Pandoc to convert README to plaintext

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Mar 18 11:01:18 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository pytest-catchlog.

commit c5bade65b7e77794a94dc147e929c029ebc96303
Author: Daniel Stender <stender at debian.org>
Date:   Fri Mar 18 11:16:13 2016 +0100

    use Pandoc to convert README to plaintext
---
 debian/changelog | 4 +++-
 debian/control   | 3 ++-
 debian/rules     | 3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d71e210..1800b29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,13 @@ pytest-catchlog (1.2.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * deb/control:
     + updated uploader email address.
+    + added Pandoc to build-deps.
     + bumped standards to 3.9.7 (no changes needed).
     + removed Testsuite field (obsolete).
   * deb/copyright: updated.
+  * deb/rules: use Pandoc to convert README to plaintext.
 
- -- Daniel Stender <stender at debian.org>  Fri, 18 Mar 2016 11:10:33 +0100
+ -- Daniel Stender <stender at debian.org>  Fri, 18 Mar 2016 11:14:08 +0100
 
 pytest-catchlog (1.2.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 6a1ab20..8066264 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Build-Depends:
  python3-all,
  python3-py,
  python3-setuptools,
- python3-pytest
+ python3-pytest,
+ pandoc
 Standards-Version: 3.9.7
 Homepage: https://github.com/eisensheng/pytest-catchlog
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/pytest-catchlog.git
diff --git a/debian/rules b/debian/rules
index ba010d6..2854153 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,5 @@ override_dh_auto_install:
 	# run tests after install bcs the plugin needs to get registered by setup.py/entry_points
 
 override_dh_installdocs:
-	dh_installdocs -A README.rst
+	pandoc -f rst -t plain -o .pybuild/README README.rst
+	dh_installdocs -A .pybuild/README

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



More information about the Python-modules-commits mailing list