[Python-modules-commits] [python-textile] 01/02: Install upstream changelog and README file as docs.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 22 18:55:19 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-textile.

commit 0f602e488d2927b2fc50682e00cd64ae43d74957
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 22 21:48:45 2016 +0300

    Install upstream changelog and README file as docs.
---
 debian/changelog            | 1 +
 debian/python-textile.docs  | 1 +
 debian/python3-textile.docs | 1 +
 debian/rules                | 3 +++
 4 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 785125c..811b33d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-textile (1:2.3.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Build-depend on pytest, pytest-cov and pytest-runner instead of nose.
   * Rebase the patch to disable tests that need network access.
+  * Install upstream changelog and README file as docs.
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:24:46 +0200
 
diff --git a/debian/python-textile.docs b/debian/python-textile.docs
new file mode 100644
index 0000000..5d86051
--- /dev/null
+++ b/debian/python-textile.docs
@@ -0,0 +1 @@
+README.textile
diff --git a/debian/python3-textile.docs b/debian/python3-textile.docs
new file mode 100644
index 0000000..5d86051
--- /dev/null
+++ b/debian/python3-textile.docs
@@ -0,0 +1 @@
+README.textile
diff --git a/debian/rules b/debian/rules
index 56896b3..38c2ea3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export PYBUILD_NAME=textile
 
 %:
 	dh $@ --with python2,python3 --buildsystem pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.textile

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



More information about the Python-modules-commits mailing list