[Po4a-devel][CVS] po4a/po/bin Makefile,1.11,1.12
by Martin Quinson
Update of /cvsroot/po4a/po4a/po/bin
In directory haydn:/tmp/cvs-serv17065
Modified Files:
Makefile
Log Message:
Avoid po4a-gettextize~ and such
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/bin/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 26 May 2004 18:03:12 -0000 1.11
+++ Makefile 26 May 2004 19:04:37 -0000 1.12
@@ -1,6 +1,7 @@
# List here all source files with translatable strings.
MODULE=po4a
-POTFILES=$(wildcard ../../lib/Locale/Po4a/*.pm) $(wildcard ../../po4a-*)
+POTFILES=$(wildcard ../../lib/Locale/Po4a/*.pm) \
+ ../../po4a-gettextize ../../po4a-normalize ../../po4a-translate ../../po4a-updatepo
POFILES=$(wildcard *.po)
MOFILES=$(POFILES:.po=.mo)
20 years, 6 months
[Po4a-devel][CVS] po4a/debian changelog,1.49,1.50
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv16644/debian
Modified Files:
changelog
Log Message:
Document last changes (and release 0.16.2)
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- changelog 26 May 2004 18:48:44 -0000 1.49
+++ changelog 26 May 2004 18:57:19 -0000 1.50
@@ -1,5 +1,7 @@
po4a (0.16.2-1) unstable; urgency=low
+ * Makes Pierre happy and do not distribute the debian files within the
+ regular archive, but in the diff.gz.
* [Sgml.pm]
- Add <simpara> tag. this closes alioth's #300714.
20 years, 6 months
[Po4a-devel][CVS] po4a MANIFEST,1.7,1.8
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv16536
Modified Files:
MANIFEST
Log Message:
Do not put debian files in the regular archive, so that the diff.gz gets populated [makes Pierre happy]
Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- MANIFEST 25 May 2004 18:35:47 -0000 1.7
+++ MANIFEST 26 May 2004 18:55:39 -0000 1.8
@@ -5,12 +5,12 @@
README
README.tests
TODO
-debian/changelog
-debian/control
-debian/copyright
-debian/compat
-debian/dirs
-debian/rules
+# debian/changelog
+# debian/control
+# debian/copyright
+# debian/compat
+# debian/dirs
+# debian/rules
doc/addendum.fr
doc/po4a.7.pod
lib/Locale/Po4a/Chooser.pm
20 years, 6 months
[Po4a-devel][CVS] po4a/debian changelog,1.48,1.49
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv16133/debian
Modified Files:
changelog
Log Message:
Get ready for next release (previous one was broken)
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- changelog 26 May 2004 18:29:09 -0000 1.48
+++ changelog 26 May 2004 18:48:44 -0000 1.49
@@ -1,10 +1,9 @@
-po4a (0.16.2-1) NOT RELEASED; urgency=low
+po4a (0.16.2-1) unstable; urgency=low
- Martin Quinson
* [Sgml.pm]
- - Add <simpara> tag. Close alioth's #300714.
+ - Add <simpara> tag. this closes alioth's #300714.
- --
+ -- Martin Quinson <martin.quinson(a)tuxfamily.org> Wed, 26 May 2004 11:48:16 -0700
po4a (0.16.1-1) unstable; urgency=low
20 years, 6 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a TransTractor.pm,1.15,1.16
by Martin Quinson
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv16133/lib/Locale/Po4a
Modified Files:
TransTractor.pm
Log Message:
Get ready for next release (previous one was broken)
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- TransTractor.pm 26 May 2004 17:51:35 -0000 1.15
+++ TransTractor.pm 26 May 2004 18:48:44 -0000 1.16
@@ -10,7 +10,7 @@
use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
-$VERSION="0.16.1";
+$VERSION="0.16.2";
@ISA = ();
@EXPORT = qw(process translate
read write readpo writepo);
20 years, 6 months
[Po4a-devel][CVS] po4a/debian rules,1.24,1.25
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv15661
Modified Files:
rules
Log Message:
Try harder to clean the place before building the package
Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- rules 25 May 2004 18:32:41 -0000 1.24
+++ rules 26 May 2004 18:40:59 -0000 1.25
@@ -85,8 +85,8 @@
-$(MAKE) clean
$(MAKE) -C po clean
find -name '.#*'|xargs rm || true
- rm -f Makefile.old
- rm -rf mantmp
+ rm -rf t/tmp/* Makefile.old po4a.log
+ rm -rf blib mantmp
rm -f build-stamp
dh_clean
20 years, 6 months
[Po4a-devel][CVS] po4a/debian changelog,1.47,1.48
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv14495/debian
Modified Files:
changelog
Log Message:
Document last changes (and start version 0.16.2)
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- changelog 26 May 2004 18:04:46 -0000 1.47
+++ changelog 26 May 2004 18:29:09 -0000 1.48
@@ -1,3 +1,11 @@
+po4a (0.16.2-1) NOT RELEASED; urgency=low
+
+ Martin Quinson
+ * [Sgml.pm]
+ - Add <simpara> tag. Close alioth's #300714.
+
+ --
+
po4a (0.16.1-1) unstable; urgency=low
Martin Quinson
20 years, 6 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a Sgml.pm,1.19,1.20
by Martin Quinson
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv12195
Modified Files:
Sgml.pm
Log Message:
Add simpara tag. Close alioth's #300714
Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Sgml.pm 25 May 2004 16:59:55 -0000 1.19
+++ Sgml.pm 26 May 2004 18:24:47 -0000 1.20
@@ -355,7 +355,7 @@
"option orgname ".
"para phrase pubdate publishername primary ".
"refclass refdescriptor refentrytitle refmiscinfo refname refpurpose releaseinfo remark revnumber ".
- "screeninfo seg segtitle subtitle synopfragmentref ".
+ "screeninfo seg segtitle simpara subtitle synopfragmentref ".
"term title titleabbrev",
"empty" => "audiodata colspec graphic imagedata textdata sbr videodata xref",
"indent" => "abstract answer appendix article articleinfo audioobject author authorgroup ".
20 years, 6 months
[Po4a-devel][CVS] po4a/debian changelog,1.46,1.47
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv5218/debian
Modified Files:
changelog
Log Message:
Document last changes, and get ready for the release
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- changelog 25 May 2004 19:20:36 -0000 1.46
+++ changelog 26 May 2004 18:04:46 -0000 1.47
@@ -1,9 +1,13 @@
-po4a (0.16.1-1) NOT RELEASED; urgency=low
+po4a (0.16.1-1) unstable; urgency=low
Martin Quinson
* Make sure --version option of all binary works
-
- --
+ * [po/bin/fr.po] back to 100%
+
+ Jordi Vilalta
+ * [po/bin/es.po] back to 100%
+
+ -- Martin Quinson <martin.quinson(a)tuxfamily.org> Wed, 26 May 2004 10:39:16 -0700
po4a (0.16-1) unstable; urgency=low
20 years, 6 months
[Po4a-devel][CVS] po4a/po/pod Makefile,1.10,1.11
by Martin Quinson
Update of /cvsroot/po4a/po4a/po/pod
In directory haydn:/tmp/cvs-serv5117/pod
Modified Files:
Makefile
Log Message:
Add a 'update' target
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 26 May 2004 17:55:32 -0000 1.10
+++ Makefile 26 May 2004 18:03:12 -0000 1.11
@@ -48,10 +48,10 @@
fi
%.fr.pod: ../../% fr.po
- @PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@
+ @PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@ || true
%.fr.pod: ../../doc/%.pod fr.po
- @PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@
+ @PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@ || true
clean:
rm -f messages *.mo *.pod *~
@@ -63,4 +63,6 @@
msgfmt -o /dev/null -c -v --statistics $$lang.po;\
done
-.PHONY:check clean install
+update: po4a-pod.pot $(POFILES) $(TRANSLATIONS)
+
+.PHONY:check clean install update
20 years, 6 months