[Apt-listbugs-commits] [apt-listbugs] 01/18: simplify call-for-translation in Makefile

Francesco Poli frx-guest at moszumanska.debian.org
Sat Oct 8 17:24:47 UTC 2016


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

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit ebe9e0dca24efc483de884779684d1979e520e1c
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Mon Oct 3 22:58:22 2016 +0200

    simplify call-for-translation in Makefile
---
 Makefile         | 2 +-
 debian/changelog | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 50ef523..947c84d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ po/apt-listbugs.pot: bin/apt-listbugs lib/aptlistbugs/logic.rb \
 
 .PHONY: call-for-translation
 call-for-translation:
-	podebconf-report-po --call --withtranslators --gzip \
+	podebconf-report-po --call --withtranslators \
 	                    --conf po/.podebconf-report-po.conf
 
 .PHONY: install
diff --git a/debian/changelog b/debian/changelog
index 10ec17d..2a926c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt-listbugs (0.1.20) UNRELEASED; urgency=medium
+
+  * simplified Makefile (the --gzip option for podebconf-report-po is no
+    longer needed: the gzip setting in the configuration file is enough,
+    see bug #689254)
+
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Mon, 03 Oct 2016 22:53:19 +0200
+
 apt-listbugs (0.1.19) unstable; urgency=medium
 
   * bumped Standards-Version to 3.9.8: no changes needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list