[Python-modules-commits] [routes] 02/02: Install CHANGELOG.rst as upstream changelog (closes: 833049)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sun Jul 31 17:01:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository routes.
commit 120c2e3fc5c9cc2e4826a0cc88f9fd7c8da5e64c
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sun Jul 31 18:44:50 2016 +0200
Install CHANGELOG.rst as upstream changelog (closes: 833049)
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8302f80..58f4dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ routes (2.3.1-2) unstable; urgency=medium
* Documentation is back (lost in last upload while rewritting debian/rules;
closes: 833047)
+ * Install CHANGELOG.rst as upstream changelog (closes: 833049)
-- Piotr Ożarowski <piotr at debian.org> Sun, 31 Jul 2016 13:36:49 +0200
diff --git a/debian/rules b/debian/rules
index ac1767a..0a6e71d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_auto_build:
cd docs && \
PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9' https_proxy='https://127.0.0.1:9' \
sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGELOG.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/routes.git
More information about the Python-modules-commits
mailing list