[Python-modules-commits] [django-recurrence] 11/13: Rebuild djangojs domain translation from source.

Michael Fladischer fladi at moszumanska.debian.org
Tue May 3 18:41:15 UTC 2016


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

fladi pushed a commit to branch master
in repository django-recurrence.

commit 343f376e3e7f7111f1c13d460bd931da35317385
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue May 3 20:25:50 2016 +0200

    Rebuild djangojs domain translation from source.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index bbf3a7c..4ebbe57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_auto_build:
 	set -e; \
 	for loc in recurrence/locale/*; do \
 		python setup.py compile_catalog --directory recurrence/locale/ --locale $$(basename $$loc) --domain django; \
+		python setup.py compile_catalog --directory recurrence/locale/ --locale $$(basename $$loc) --domain djangojs; \
 	done
 	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-recurrence.git



More information about the Python-modules-commits mailing list