[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.7-10-gf632ebc

Francesco Poli (wintermute) invernomuto at paranoici.org
Tue Aug 7 21:29:13 UTC 2012


The following commit has been merged in the master branch:
commit f632ebcb8c3b824b18068389f45d268948d0c5b0
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Tue Aug 7 23:23:30 2012 +0200

    add Makefile target for call for translation
    
    A new target was added to the Makefile: it performs an automatic
    call for new translations and for translation update.

diff --git a/Makefile b/Makefile
index eb89fc3..3b41c62 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,11 @@ update-po:
 	  msgfmt -v po/$$po.po -o /dev/null; \
 	done
 
+.PHONY: call-for-translation
+call-for-translation:
+	podebconf-report-po --call --withtranslators \
+	                    --conf po/.podebconf-report-po.conf
+
 .PHONY: install
 install:
 	# Add here commands to install the package into debian/apt-listbugs.
diff --git a/po/.podebconf-report-po.conf b/po/.podebconf-report-po.conf
new file mode 100644
index 0000000..3b3fc9c
--- /dev/null
+++ b/po/.podebconf-report-po.conf
@@ -0,0 +1,14 @@
+languageteam
+addlanguageteam = da:Danish <debian-l10n-danish at lists.debian.org>
+addlanguageteam = eu:Basque <debian-l10n-basque at lists.debian.org>
+addlanguageteam = pt:Portuguese <debian-l10n-portuguese at lists.debian.org>
+addlanguageteam = sk:Slovak <debian-l10n-slovak at lists.debian.org>
+
+deadline = +20days
+
+nodefault
+noforce
+gzip
+utf8
+
+summary

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list