--- po4a-0.38.orig/debian/compat +++ po4a-0.38/debian/compat @@ -0,0 +1 @@ +7 --- po4a-0.38.orig/debian/copyright +++ po4a-0.38/debian/copyright @@ -0,0 +1,49 @@ +This package was first packaged by Martin Quinson mquinson#debian.org +and Denis Barbier barbier@debian.org on Sat, 16 Nov 2002 19:28:48 +0200. +It is now maintained by Nicolas François . + +Upstream Authors: + Martin Quinson mquinson#debian.org + Denis Barbier barbier@debian.org + Jordi Vilalta + Nicolas François + Noriada Kobayashi + Neil Williams + +It was downloaded from http://po4a.alioth.debian.org/ + +Copyright: + Copyright (c) 2002-2004 by Martin Quinson (mquinson#debian.org) + Copyright (c) 2002-2006 by Software of Public Interest, inc. + Copyright (c) 1995 by David Megginson + Copyright (c) 2004 by Jordi Vilalta + Copyright (c) 2005-2009 by Nicolas FRANÇOIS + Copyright (c) 2006 by BitDefender + Copyright (c) 2009 by Neil Williams + +Files: share/po4a-build +Copyright: (c) 2009 Neil Williams +Licence: GPL-3+ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL-3'. + +Files: * + +You are free to distribute this software under the terms of +the GNU General Public License version 2 or later +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL-2'. --- po4a-0.38.orig/debian/dirs +++ po4a-0.38/debian/dirs @@ -0,0 +1,4 @@ +usr/bin +usr/share/perl5/Locale/Po4a +usr/share/man/man1 +usr/share/man/fr/man1 --- po4a-0.38.orig/debian/docs +++ po4a-0.38/debian/docs @@ -0,0 +1 @@ +README.maintainers --- po4a-0.38.orig/debian/rules +++ po4a-0.38/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f +# This file is public domain software, originally written by Joey Hess. + +package = po4a + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DESTDIR = $(CURDIR)/debian/$(package) +ifndef PERL +PERL = /usr/bin/perl +endif + +build: build-stamp +build-stamp: + dh_testdir + +# Make sure the VERSION string were updated in binaries + @ pkgver=`dpkg-parsechangelog|\ + grep -m 1 Version|\ + sed -e 's/Version: //' -e 's/-.*//' -e 's/[[:blank:]]*//g'`;\ + libver=`grep '$$VERSION=' lib/Locale/Po4a/TransTractor.pm| \ + sed -e 's/^.*"\([^"]*\)".*/\1/'`; \ + if [ "x$$pkgver" != "x$$libver" ] ; then \ + echo "VERSION in lib/Locale/Po4a/TransTractor.pm is wrong ($$pkgver!=$$libver)";\ + exit 1; \ + fi; + + $(PERL) Build.PL installdirs=vendor create_packlist=0 + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + $(RM) -r html t/tmp po/www + rm -rf _build build-stamp Build + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(DESTDIR) prefix=/usr +# $(PERL) Build test + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs NEWS + dh_installchangelogs changelog + dh_installexamples + dh_installman + dh_install + dh_lintian + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install --- po4a-0.38.orig/debian/control +++ po4a-0.38/debian/control @@ -0,0 +1,36 @@ +Source: po4a +Section: text +Priority: optional +Maintainer: Nicolas FRANCOIS (Nekral) +Uploaders: Martin Quinson , Pierre Machard , + Neil Williams +Standards-Version: 3.8.3 +Build-Depends-Indep: perl-modules (>= 5.10.0-16), docbook-xml, docbook-xsl, + gettext (>= 0.16), libmodule-build-perl, libterm-readkey-perl, sgmlspl, xsltproc +Build-Depends: debhelper (>> 7.0.0) +Homepage: http://po4a.alioth.debian.org/ +Vcs-Cvs: :pserver:anonymous@cvs.alioth.debian.org:/cvsroot/po4a +Vcs-Browser: http://alioth.debian.org/scm/viewvc.php/po4a/?root=po4a + +Package: po4a +Architecture: all +Depends: ${misc:depends}, ${perl:Depends}, gettext (>= 0.16), perl-modules, libsgmls-perl, sp +Recommends: libtext-wrapi18n-perl, libterm-readkey-perl, liblocale-gettext-perl +Conflicts: po-pod, po-man, liblocale-po4a-perl +Description: tools for helping translation of documentation + The po4a (po for anything) project goal is to ease translations (and + more interestingly, the maintenance of translations) using gettext + tools on areas where they were not expected like documentation. + . + This package contains the main libraries of po4a, and the following + sub-modules: + . + - Dia: uncompressed Dia diagrams. + - Ini: the INI format + - KernelHelp: Help messages of each kernel compilation option. + - LaTeX: generic TeX or LaTeX format. + - Man: either roff or mdoc format. + - Pod: Perl documentation format. + - Sgml: either debiandoc or docbook DTD. + - Texinfo: the info page format. + - XML: very configurable (preconfigured for docbook, Xhtml, Guide, Wml). --- po4a-0.38.orig/debian/changelog +++ po4a-0.38/debian/changelog @@ -0,0 +1,336 @@ +po4a (0.38-1) unstable; urgency=low + + * New upstream release. + - Fix handling of multi-lines placeholder tags. Closes: #561416 + - Fix typo in Locale::Po4a::Text (nobullet). Closes: #558301 + - New Xml option: addlang. Closes: #263733, #534105 + - po4a: Exit with an error if master file specified in a po4a + configuration file does not exist. Closes: #563917 + * debian/watch: Support upstream tar ball with a -v or - + suffix. + + -- Nicolas FRANCOIS (Nekral) Thu, 14 Jan 2010 23:26:34 +0100 + +po4a (0.37.1-1) unstable; urgency=low + + * New upstream release. + + -- Neil Williams Sun, 22 Nov 2009 13:02:27 +0000 + +po4a (0.37.0-1) unstable; urgency=low + + * New upstream release + * Add xml build-deps for new po4a-build script. + * Add myself as uploader for po4a-build development. + * Update copyright for po4a-build (GPL-3+) + * Add lintian overrides for #555330 + * Adapt rules to use of po4a-build internally. + * Add docbook-xml to build-deps for XML manpage generation. + * Add watch file (based on QOF which also uses alioth) + * Package the po4a-build example files. + + -- Neil Williams Fri, 20 Nov 2009 08:55:36 +0000 + +po4a (0.36.6-1) unstable; urgency=low + + * New upstream release. + + Updated Czech translation. Closes: #549092 + + Updated German translation. Closes: #545909 + + Updated Spanish translation. Closes: #554771 + + Fixed bashism in po4apod-display-po. Closes: #547757, #546601 + + -- Nicolas FRANCOIS (Nekral) Wed, 30 Sep 2009 21:02:22 +0200 + +po4a (0.36.5-1) unstable; urgency=low + + * New upstream release. + + Updated German translation. Closes: #545909 + + -- Nicolas FRANCOIS (Nekral) Thu, 10 Sep 2009 22:52:47 +0200 + +po4a (0.36.4-1) unstable; urgency=low + + * New upstream release. + + Updated Basque translation. Closes: #543826 + + Updated Czech translation. Closes: #543513 + + Updated Spanish translation. Closes: #541785, #542766 + + Updated Russian translation. Closes: #544136 + + Updated Swedish translation. Closes: #543410 + + Added option --srcdir and --destdir to po4a. Closes: #538136 + * debian/control: Standards-Version bumped to 3.8.3. + + -- Nicolas FRANCOIS (Nekral) Sun, 30 Aug 2009 16:33:49 +0200 + +po4a (0.36.3-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Nicolas FRANCOIS (Nekral) Wed, 22 Jul 2009 13:06:37 +0200 + +po4a (0.36.2-1) unstable; urgency=low + + * New upstream release: + + Markdown: Improved support. Closes: #530574 + + Markdown: Avoid translation of some markups: title and horizontal rules. + Closes: #537570 + + po4apod-display-po: Added new script to display previews of POD + translations. Closes: #445693 + + po4a-gettextize: Added options --msgid-bugs-address, --copyright-holder, + --package-name, --package-version to control the generation of the PO + header. Closes: #537245 + + Wml: Added option customtag. Closes: #537236 + * debian/control: Updated Vcs-Browser URL. Closes: #528303 + * debian/control: Standards-Version bumped to 3.8.2. No changes. + * debian/control: Fixed Vcs-Cvs field. + * debian/control, debian/rules, debian/compat: switch to debhelper 7. + + -- Nicolas FRANCOIS (Nekral) Tue, 21 Jul 2009 19:05:55 +0200 + +po4a (0.36.1-1) unstable; urgency=low + + * New upstream release. + + -- Nicolas FRANCOIS (Nekral) Sun, 05 Apr 2009 13:45:49 +0200 + +po4a (0.36-3) unstable; urgency=low + + * pod: Do not generate =encoding headers with no encoding. Closes: #520942 + + -- Nicolas FRANCOIS (Nekral) Mon, 23 Mar 2009 21:47:07 +0100 + +po4a (0.36-2) unstable; urgency=low + + * Upload to unstable. + * Include upstream changes for the TeX and LaTeX modules: + - Fix support for inline customization of separators. + - Added support for the tabularx environment. + + -- Nicolas FRANCOIS (Nekral) Mon, 16 Mar 2009 21:35:10 +0100 + +po4a (0.36-1) experimental; urgency=low + + * New upstream release. + - New presentation of placeholders in the Xml module. Closes: #513716 + - Updated po4a.7 manpage so that file names in the ASCII art chart match + command line and text. Closes: #513791 + - Added "HOWTO customize po4a" section to po4a(7). Closes: #501180 + - The XML module and derivatives do not fail when the doctype does not + match the expected one. Closes: #514828 + - Use kpsewhich instead of directly using TEXINPUTS to find the included + files. Closes: #509553 + * debian/examples/compare-msgids.pl: Added script to output wdiffs between + the new msgid and the old ones (generated when --previous) is used. + Closes: #514755 + * debian/rules, debian/po4a.examples: Install examples. + + -- Nicolas FRANCOIS (Nekral) Sat, 14 Feb 2009 13:29:03 +0100 + +po4a (0.35-1) experimental; urgency=low + + * New upstream release. + - Docbook module: + + moved to the inline section. Closes: #500448 + + removed from the inline section. This make them + translatable. Closes: #492485 + + added to the tags section. CLoses: #501204 + +