[Python-modules-commits] [django-allauth] 07/07: Implements a patch to close bug #881727

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Wed Dec 13 16:06:54 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 e625f18aa267e7bd158f18ce827872276f7b0abe
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Wed Dec 13 17:06:51 2017 +0100

    Implements a patch to close bug #881727
---
 debian/changelog | 14 ++++++++++++++
 debian/rules     |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bfaeceb..659bad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+django-allauth (0.34.0-2) unstable; urgency=medium
+
+  [ Laura Arjona Reina ]
+  * d/patches:
+    - Add 0002-Fixes-wrongly-encoded-characters-in-some-.po-files.patch
+      (Closes: #881727)
+
+  [ Pierre-Elliott Bécue ]
+  * d/rules:
+    - Add a call to django-admin compilemessages in order to update the
+    .mo files relative to the .po files in 0002.
+
+ -- Pierre-Elliott Bécue <becue at crans.org>  Wed, 13 Dec 2017 17:02:00 +0100
+
 django-allauth (0.34.0-1) unstable; urgency=medium
 
   [ Pierre-Elliott Bécue ]
diff --git a/debian/rules b/debian/rules
index 11f7cf5..c36cbc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog.rst
 
 override_dh_auto_build:
+	cd allauth && django-admin compilemessages
 	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