[Po4a-commits] "po-debconf/doc Makefile,1.22,1.23"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Tue May 20 20:48:43 UTC 2008


Update of /cvsroot/po4a/po-debconf/doc
In directory alioth:/tmp/cvs-serv29740/doc

Modified Files:
	Makefile 
Log Message:
  [ translations ]
  * Set the PACKAGE, VERSION and the Report-Msgid-Bugs-To field.

  [ packaging ]
  * Depend on po4a >= 0.33 for the --package-name, --package-version,
    and --msgid-bugs-address options.


Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po-debconf/doc/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	4 Nov 2007 16:56:08 -0000	1.22
+++ Makefile	20 May 2008 20:48:35 -0000	1.23
@@ -1,3 +1,4 @@
+VERSION = $(shell cd ..; dpkg-parsechangelog | grep -m 1 Version | sed -e 's/Version: //' -e 's/-.*//' -e 's/[[:blank:]]*//g')
 
 pod2man = pod2man -r '' -c po-debconf
 
@@ -6,7 +7,11 @@
   po-debconf.7
 
 default:
-	po4a -v --previous --rm-backups po4a/po-debconf.cfg
+	po4a -v --previous --rm-backups \
+	     --package-name po-debconf \
+	     --package-version $(VERSION) \
+	     --msgid-bugs-address po-debconf at packages.debian.org \
+	     po4a/po-debconf.cfg
 	for l in de en fr pt ru vi; do \
 	  for m in $(MANS); do \
 	    test -f $$l/$$m.pod || continue; \




More information about the Po4a-commits mailing list