[Python-modules-commits] [nbconvert] 01/01: Install upstream changelog

Gordon Ball chronitis-guest at moszumanska.debian.org
Tue Oct 10 19:54:23 UTC 2017


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

chronitis-guest pushed a commit to branch master
in repository nbconvert.

commit ff1578a3fbf3c1fd03450fba18c739bf41bfb4f8
Author: Gordon Ball <gordon at chronitis.net>
Date:   Tue Oct 10 19:41:43 2017 +0000

    Install upstream changelog
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d45a998..d22a47c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ nbconvert (5.3.1-1) unstable; urgency=medium
   * New upstream release.
   * Re-enable building documentation now nbsphinx is available.
   * Update Standards-Version to 4.1.1
+  * Install the upstream changelog
 
   [ Julien Puydt ]
   * Correctly sort beta versions in d/watch.
diff --git a/debian/rules b/debian/rules
index 20ec591..8a31d12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,3 +23,6 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. sphinx-build -b html docs/source debian/python-nbconvert-doc/usr/share/doc/python-nbconvert-doc/html
 	dh_sphinxdoc -O--buildsystem=pybuild
 endif
+
+override_dh_installchangelogs:
+	dh_installchangelogs -k docs/source/changelog.rst

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



More information about the Python-modules-commits mailing list