Portuguese manpage translation. (Closes: #544953)
git-svn-id: http://emdebian.org/svn/current@6615 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
d5ea42cec1
commit
eeb55c9465
7 changed files with 2232 additions and 7 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
emdebian-rootfs (2.0.3) unstable; urgency=low
|
||||||
|
|
||||||
|
* [INTL:pt] Portuguese manpage translation. (Closes: #544953)
|
||||||
|
|
||||||
|
-- Neil Williams <codehelp@debian.org> Fri, 04 Sep 2009 19:22:46 +0100
|
||||||
|
|
||||||
emdebian-rootfs (2.0.2) unstable; urgency=low
|
emdebian-rootfs (2.0.2) unstable; urgency=low
|
||||||
|
|
||||||
* emrootfslib : Add provide_empty_dpkg_divert function for Crush.
|
* emrootfslib : Add provide_empty_dpkg_divert function for Crush.
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -6,7 +6,7 @@ Uploaders: Wookey <wookey@debian.org>
|
||||||
Build-Depends: cdbs, debhelper (>= 5), po-debconf
|
Build-Depends: cdbs, debhelper (>= 5), po-debconf
|
||||||
Build-Depends-Indep: devscripts, docbook-xml, docbook-xsl,
|
Build-Depends-Indep: devscripts, docbook-xml, docbook-xsl,
|
||||||
gnupg, libxml2-utils, po4a, xml-core, xsltproc
|
gnupg, libxml2-utils, po4a, xml-core, xsltproc
|
||||||
Standards-Version: 3.8.2
|
Standards-Version: 3.8.3
|
||||||
Homepage: http://www.emdebian.org/
|
Homepage: http://www.emdebian.org/
|
||||||
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/
|
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/
|
||||||
Vcs-Svn: http://buildd.emdebian.org/repos/current/
|
Vcs-Svn: http://buildd.emdebian.org/repos/current/
|
||||||
|
|
2
debian/emdebian-rootfs.install
vendored
2
debian/emdebian-rootfs.install
vendored
|
@ -10,7 +10,9 @@ emdebian.grip ./usr/share/emdebian-tools/
|
||||||
emdebian.gpe ./usr/share/emdebian-tools/
|
emdebian.gpe ./usr/share/emdebian-tools/
|
||||||
emdebian.coreutils ./usr/share/emdebian-tools/
|
emdebian.coreutils ./usr/share/emdebian-tools/
|
||||||
doc/man/man1/emsandbox.1 ./usr/share/man/man1/
|
doc/man/man1/emsandbox.1 ./usr/share/man/man1/
|
||||||
|
doc/man/pt/man1/emsandbox.1 ./usr/share/man/pt/man1/
|
||||||
doc/man/man3/* ./usr/share/man/man3/
|
doc/man/man3/* ./usr/share/man/man3/
|
||||||
|
doc/man/pt/man3/* ./usr/share/man/pt/man3/
|
||||||
examples/packages.conf ./usr/share/doc/emdebian-rootfs/examples/
|
examples/packages.conf ./usr/share/doc/emdebian-rootfs/examples/
|
||||||
examples/setup.sh ./usr/share/doc/emdebian-rootfs/examples/
|
examples/setup.sh ./usr/share/doc/emdebian-rootfs/examples/
|
||||||
examples/config.sh ./usr/share/doc/emdebian-rootfs/examples/
|
examples/config.sh ./usr/share/doc/emdebian-rootfs/examples/
|
||||||
|
|
1
debian/multistrap.install
vendored
1
debian/multistrap.install
vendored
|
@ -1,4 +1,5 @@
|
||||||
em_multistrap ./usr/sbin/
|
em_multistrap ./usr/sbin/
|
||||||
multistrap ./usr/sbin/
|
multistrap ./usr/sbin/
|
||||||
doc/man/man1/em_multistrap.1 ./usr/share/man/man1/
|
doc/man/man1/em_multistrap.1 ./usr/share/man/man1/
|
||||||
|
doc/man/pt/man1/em_multistrap.1 ./usr/share/man/pt/man1/
|
||||||
bash/multistrap ./etc/bash_completion.d/
|
bash/multistrap ./etc/bash_completion.d/
|
||||||
|
|
1
debian/multistrap.links
vendored
1
debian/multistrap.links
vendored
|
@ -1 +1,2 @@
|
||||||
|
/usr/share/man/pt/man1/em_multistrap.1 /usr/share/man/pt/man1/multistrap.1
|
||||||
/usr/share/man/man1/em_multistrap.1 /usr/share/man/man1/multistrap.1
|
/usr/share/man/man1/em_multistrap.1 /usr/share/man/man1/multistrap.1
|
||||||
|
|
|
@ -53,6 +53,7 @@ for l in $LANGS; do
|
||||||
mkdir -p doc/html/$l/
|
mkdir -p doc/html/$l/
|
||||||
mkdir -p doc/man/$l/man1/
|
mkdir -p doc/man/$l/man1/
|
||||||
mkdir -p doc/man/$l/man3/
|
mkdir -p doc/man/$l/man3/
|
||||||
|
mkdir -p doc/pod/$l/
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdir -p doc/html/
|
mkdir -p doc/html/
|
||||||
|
@ -83,9 +84,11 @@ echo "Refreshing POT file for translators"
|
||||||
po4a -k 0 $CONFIG
|
po4a -k 0 $CONFIG
|
||||||
|
|
||||||
# just make sure the XML catalog is available for XSL.
|
# just make sure the XML catalog is available for XSL.
|
||||||
# never go to the internet for build config, use -nonet.
|
# never go to the internet for build config, use --nonet.
|
||||||
XML_CATALOG_FILES="/etc/xml/catalog" \
|
XML_CATALOG_FILES="/etc/xml/catalog" \
|
||||||
xsltproc -o doc/man/ -''-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl doc/xml/emdebian-rootfs.1.xml
|
xsltproc -o doc/man/ --nonet \
|
||||||
|
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
|
||||||
|
doc/xml/emdebian-rootfs.1.xml
|
||||||
mv doc/man/empbuilderlib.3 doc/man/man3/empbuilderlib.3
|
mv doc/man/empbuilderlib.3 doc/man/man3/empbuilderlib.3
|
||||||
mv doc/man/emrootfslib.3 doc/man/man3/emrootfslib.3
|
mv doc/man/emrootfslib.3 doc/man/man3/emrootfslib.3
|
||||||
mv doc/man/emsandbox.1 doc/man/man1/emsandbox.1
|
mv doc/man/emsandbox.1 doc/man/man1/emsandbox.1
|
||||||
|
@ -95,13 +98,25 @@ mv doc/man/emsandbox.1 doc/man/man1/emsandbox.1
|
||||||
for l in $LANGS; do
|
for l in $LANGS; do
|
||||||
mkdir -p doc/man/$l/man3/
|
mkdir -p doc/man/$l/man3/
|
||||||
mkdir -p doc/man/$l/man1/
|
mkdir -p doc/man/$l/man1/
|
||||||
mv doc/man/$l/empbuilderlib.3 doc/man/$l/man3/empbuilderlib.3
|
XML_CATALOG_FILES="/etc/xml/catalog" \
|
||||||
mv doc/man/$l/emsandbox.1 doc/man/$l/man1/emsandbox.1
|
xsltproc -o doc/man/ --nonet \
|
||||||
mv doc/man/$l/*.1 doc/man/$l/man1/
|
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
|
||||||
|
doc/xml/$l/emdebian-rootfs.1.xml
|
||||||
|
mv doc/man/*.3 doc/man/$l/man3/
|
||||||
|
mv doc/man/*.1 doc/man/$l/man1/
|
||||||
|
pod2man doc/pod/$l/em_multistrap > doc/man/$l/man1/em_multistrap.1
|
||||||
|
xsltproc -o doc/html/$l/ --nonet \
|
||||||
|
http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl \
|
||||||
|
doc/xml/$l/emdebian-rootfs.1.xml
|
||||||
|
pod2html -outfile doc/html/$l/em_multistrap.html -title em_multistrap < doc/pod/$l/em_multistrap
|
||||||
|
rm -rf xml/$lang
|
||||||
done
|
done
|
||||||
|
|
||||||
# never go to the internet for build config, use -nonet.
|
# never go to the internet for build config, use -nonet.
|
||||||
xsltproc -o doc/html/ -nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl doc/xml/emdebian-rootfs.1.xml
|
xsltproc -o doc/html/ --nonet \
|
||||||
|
http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl \
|
||||||
|
doc/xml/emdebian-rootfs.1.xml
|
||||||
|
|
||||||
for i in `ls doc/html/*.html`; do
|
for i in `ls doc/html/*.html`; do
|
||||||
iconv -t utf-8 -f iso8859-1 $i > doc/html/tmp
|
iconv -t utf-8 -f iso8859-1 $i > doc/html/tmp
|
||||||
sed < doc/html/tmp > $i -e 's:charset=ISO-8859-1:charset=UTF-8:'
|
sed < doc/html/tmp > $i -e 's:charset=ISO-8859-1:charset=UTF-8:'
|
||||||
|
|
Loading…
Reference in a new issue