[Python-modules-commits] [django-allauth] 08/13: d/rules: install upstream changelog
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Tue Dec 12 12:15:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository django-allauth.
commit cea38feefa1edab0caa1acb21273b3abd2bc2208
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Tue Dec 12 13:10:10 2017 +0100
d/rules: install upstream changelog
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 983b8e6..0f6fc2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ django-allauth (0.34.0-1) unstable; urgency=medium
- Add myself to uploaders with mejo's approval
- Bump Standards-Version to 4.1.2
- Remove Test-Suite, as d/tests/control exists.
+ * d/rules:
+ - Add install changelogs rules
* d/patches:
- Add 0001-Remove-all-privacy-breack-links-from-documentation.patch:
This patch cleans the README.rst file from its links to outside
diff --git a/debian/rules b/debian/rules
index 7c7e158..11f7cf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ export PYBUILD_NAME=django-allauth
#override_dh_install:
# dh_install
+override_dh_installchangelogs:
+ dh_installchangelogs ChangeLog.rst
+
override_dh_auto_build:
PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-allauth.git
More information about the Python-modules-commits
mailing list