[Python-modules-commits] [jupyter-core] 01/02: Install upstream changelog
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Nov 20 20:28:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-core.
commit 8bd3087f18e79e856ead4b9e06c893475c8605d9
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Nov 20 15:03:49 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 96386c9..f5ef3f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ jupyter-core (4.4.0-1) UNRELEASED; urgency=medium
* Recommend python{,3}-pip (used by jupyter-troubleshoot)
* Add a "jupyter" metapackage which has dependencies on the basic set
of jupyter packages
+ * Install the upstream changelog
-- Gordon Ball <gordon at chronitis.net> Thu, 02 Nov 2017 10:42:13 +0000
diff --git a/debian/rules b/debian/rules
index bf5d9b9..2a0bf4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. sphinx-build -b html docs debian/python-jupyter-core-doc/usr/share/doc/python-jupyter-core-doc/html
dh_sphinxdoc -O--buildsystem=pybuild
endif
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k docs/changelog.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git
More information about the Python-modules-commits
mailing list