Dear maintainer of orville-write, On Wednesday, May 28, 2008 I sent you a notice announcing my intent to upload a NMU of your package to fix its pending l10n issues, after an initial notice sent on Saturday, May 17, 2008.
You either agreed for this NMU or did not respond to my notices. I will now upload this NMU to DELAYED/2-DAY. The NMU patch is attached to this mail. The NMU changelog is: Source: orville-write Version: 2.55-2.2 Distribution: unstable Urgency: low Maintainer: Christian Perrier <[EMAIL PROTECTED]> Date: Sat, 17 May 2008 08:20:16 +0200 Closes: 419245 449416 463136 484317 484348 484523 484529 Changes: orville-write (2.55-2.2) unstable; urgency=low . * Non-maintainer upload to fix pending l10n issues. * Debconf translations: - Spanish. Closes: #419245, #463136 - Dutch. Closes: #449416 - Russian. Closes: #484317 - Finnish. Closes: #484348 - Brazilian Portuguese. Closes: #484523 - Basque. Closes: #484529 * [Lintian] No longer ignore errors from "make distclean" --
diff -Nru orville-write-2.55.old/config.guess orville-write-2.55/config.guess --- orville-write-2.55.old/config.guess 2008-05-16 23:23:15.187115763 +0200 +++ orville-write-2.55/config.guess 2008-06-05 22:42:23.118821510 +0200 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2006-07-02' +timestamp='2008-01-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -161,6 +161,7 @@ arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -329,7 +330,7 @@ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) @@ -531,7 +532,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[45]) + *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -780,7 +781,7 @@ i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) @@ -790,12 +791,18 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[3456]*) - echo i586-pc-interix${UNAME_RELEASE} - exit ;; - EM64T:Interix*:[3456]*) - echo x86_64-unknown-interix${UNAME_RELEASE} - exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; @@ -829,7 +836,14 @@ echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -950,6 +964,9 @@ x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent @@ -1208,6 +1225,15 @@ SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1458,9 +1484,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be diff -Nru orville-write-2.55.old/config.sub orville-write-2.55/config.sub --- orville-write-2.55.old/config.sub 2008-05-16 23:23:15.187115763 +0200 +++ orville-write-2.55/config.sub 2008-06-05 22:42:22.908817518 +0200 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2006-09-20' +timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -245,12 +245,12 @@ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore \ + | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -324,7 +324,7 @@ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ @@ -369,10 +369,14 @@ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -443,6 +447,14 @@ basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos @@ -475,8 +487,8 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -668,6 +680,14 @@ basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -683,6 +703,10 @@ basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; @@ -809,6 +833,14 @@ basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -925,6 +957,9 @@ basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown ;; @@ -1014,6 +1049,10 @@ basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -1219,7 +1258,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1414,6 +1453,9 @@ m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; diff -Nru orville-write-2.55.old/debian/changelog orville-write-2.55/debian/changelog --- orville-write-2.55.old/debian/changelog 2008-05-16 23:23:15.015129695 +0200 +++ orville-write-2.55/debian/changelog 2008-06-05 22:42:04.328803396 +0200 @@ -1,3 +1,17 @@ +orville-write (2.55-2.2) unstable; urgency=low + + * Non-maintainer upload to fix pending l10n issues. + * Debconf translations: + - Spanish. Closes: #419245, #463136 + - Dutch. Closes: #449416 + - Russian. Closes: #484317 + - Finnish. Closes: #484348 + - Brazilian Portuguese. Closes: #484523 + - Basque. Closes: #484529 + * [Lintian] No longer ignore errors from "make distclean" + + -- Christian Perrier <[EMAIL PROTECTED]> Sat, 17 May 2008 08:20:16 +0200 + orville-write (2.55-2.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues. diff -Nru orville-write-2.55.old/debian/po/ca.po orville-write-2.55/debian/po/ca.po --- orville-write-2.55.old/debian/po/ca.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/ca.po 2008-05-28 07:36:15.257921433 +0200 @@ -7,22 +7,24 @@ msgid "" msgstr "" "Project-Id-Version: orville-write_2.54-2_templates\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-07-20 11:44+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2004-04-08 19:46GMT\n" "Last-Translator: Aleix Badia i Bosch <[EMAIL PROTECTED]>\n" "Language-Team: Catalan <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Voleu que els programes write i mesg siguin setuid root?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -33,8 +35,9 @@ "característiques són la desconnexió automàtica, fitxers de lectura pública i " "escriptura restringida i d'altres." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/cs.po orville-write-2.55/debian/po/cs.po --- orville-write-2.55.old/debian/po/cs.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/cs.po 2008-05-28 07:36:15.341921406 +0200 @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2005-05-12 17:47+0200\n" "Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n" "Language-Team: Czech <[EMAIL PROTECTED]>\n" @@ -23,13 +23,15 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Chcete nastavit programy write a mesg jako setuid root?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -40,8 +42,9 @@ "uživatele, soubory .nowrite nečitelné pro ostatní a několik dalších " "vlastností." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/de.po orville-write-2.55/debian/po/de.po --- orville-write-2.55.old/debian/po/de.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/de.po 2008-05-28 07:36:15.401936172 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write 2.1.7\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2006-12-07 19:12+0100\n" "Last-Translator: Helge Kreutzmann <[EMAIL PROTECTED]>\n" "Language-Team: German <[EMAIL PROTECTED]>\n" @@ -15,13 +15,15 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Sollen die Write- und Mesg-Programme »setuid root« gesetzt werden?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -31,8 +33,9 @@ "lesbare .nowrite-Dateien usw.) müssen Write und Mesg mit Root-Rechten " "ausgeführt werden." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/es.po orville-write-2.55/debian/po/es.po --- orville-write-2.55.old/debian/po/es.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/es.po 2008-05-28 07:36:15.465921749 +0200 @@ -0,0 +1,65 @@ +# orville-write translation to spanish. +# Copyright (C) 2007 THE phamm'S COPYRIGHT HOLDER +# This file is distributed under the same license as the orville-write package. +# Changes: +# - Initial translation +# Maria Germana Oliveira Blazetic<[EMAIL PROTECTED]>, 2007. +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# +msgid "" +msgstr "" +"Project-Id-Version: orville-write 2.55-2.1\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2008-01-25 14:22-0430\n" +"Last-Translator: Maria Germana Oliveira Blazetic <[EMAIL PROTECTED]" +"com>\n" +"Language-Team: Spanish <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "" +"¿Desea que los programas de «write» y «mesg» sean configurados con privilegios " +"de superusuario (root)?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Algunas características del Orville Write requieren que los programas «write» " +"y «mesg» se ejecuten con privilegios de superusuario. Estas características " +"incluyen auto desconexión, archivos «.nowrite» , en los que no se pueda " +"escribir y otras." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Si no necesita estas características adicionales, puede rechazarlas y tener " +"configurado los programas «write» y «mesg» solo con privilegios de grupo." diff -Nru orville-write-2.55.old/debian/po/eu.po orville-write-2.55/debian/po/eu.po --- orville-write-2.55.old/debian/po/eu.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/eu.po 2008-06-05 07:44:56.834366000 +0200 @@ -0,0 +1,46 @@ +# translation of orville-write debconf to Basque +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# xabier bilbao <[EMAIL PROTECTED]>, 2008. +# Piarres Beobide <[EMAIL PROTECTED]>, 2008. +msgid "" +msgstr "" +"Project-Id-Version: orville-write\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2008-06-02 23:08+0200\n" +"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n" +"Language-Team: Euskara <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "Write eta mesg programei root gaitasuna ematea nahi duzu?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Orville Write-ren aukera batzuek write eta mesg root bezala exekutatzea " +"behar dute. Ezaugarri horiek auto-deskonektatu, ez-denetzat-irakurgarri eta " +"fitxategi idaztezinak dira, beste batzuen artean. " + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Aukera osagarri hauen beharrik ez baduzu, hemen bazter ditzakezu eta write " +"eta mesg programei talde gaitasunak soilik eman (setgid)." diff -Nru orville-write-2.55.old/debian/po/fi.po orville-write-2.55/debian/po/fi.po --- orville-write-2.55.old/debian/po/fi.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/fi.po 2008-06-03 23:51:26.498813000 +0200 @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: orville-write\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2008-06-03 22:35+0200\n" +"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n" +"Language-Team: Finnish <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "Tulisiko ohjelmat write ja mesg asentaa asetuksella ”setuid root”?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Jotkin Orville Writen ominaisuudet vaativat, että write ja mesg ajetaan " +"pääkäyttäjäoikeuksilla (”setuid root”). Näitä ominaisuuksia ovat yhteyden " +"automaattinen katkaisu, suojatut .nowrite-tiedostot ja jotkin muut." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Jos näitä lisäominaisuuksia ei tarvita, tätä ei tarvitse valita, jolloin " +"write ja mesg asennetaan vain asetuksella ”setgid”." diff -Nru orville-write-2.55.old/debian/po/fr.po orville-write-2.55/debian/po/fr.po --- orville-write-2.55.old/debian/po/fr.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/fr.po 2008-05-28 07:36:15.521921219 +0200 @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write_2.54-1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2003-09-29 09:37+0200\n" "Last-Translator: Michel Grentzinger <[EMAIL PROTECTED]>\n" "Language-Team: French <[EMAIL PROTECTED]>\n" @@ -21,13 +21,15 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Faut-il rendre les programmes write et mesg « SUID root » ?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -39,8 +41,9 @@ "illisibles par d'autres personnes que leur propriétaire et bien d'autres " "encore." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/gl.po orville-write-2.55/debian/po/gl.po --- orville-write-2.55.old/debian/po/gl.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/gl.po 2008-05-28 07:36:15.585921182 +0200 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2007-03-04 15:20+0100\n" "Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n" "Language-Team: Galician <[EMAIL PROTECTED]>\n" @@ -14,13 +14,15 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "¿Quere que os programas \"write\" e \"mesg\" teñan \"setuid\" root?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -31,8 +33,9 @@ "autodesconexión, ficheiros \"nowrite\" que non pode ler todo o mundo, e " "outras máis." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/nl.po orville-write-2.55/debian/po/nl.po --- orville-write-2.55.old/debian/po/nl.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/nl.po 2008-05-28 07:36:15.625921133 +0200 @@ -0,0 +1,47 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE 'S COPYRIGHT HOLDER +# This file is distributed under the same license as the package. +# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: orville-write\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2007-10-25 19:14+0100\n" +"Last-Translator: Bart Cornelis <[EMAIL PROTECTED]>\n" +"Language-Team: debian-l10n-dutch <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "" +"Wilt u dat de programma's 'write' en 'mesg' met de setuid-bit voor root " +"actief ingesteld worden?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Sommige features van Orville Write vereisen dat 'write' en 'mesg' met " +"beheerdersrechten draaien. De features die dit nodig hebben omvatten 'auto-" +"disconnect', 'non-world-readable', 'nowrite files' en sommige andere." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Als u deze aanvullende features niet nodig heeft kunt u hier weigeren, " +"'write' en 'mesg' worden dan met enkel de setgid-bit actief geïnstalleerd. " diff -Nru orville-write-2.55.old/debian/po/pt.po orville-write-2.55/debian/po/pt.po --- orville-write-2.55.old/debian/po/pt.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/pt.po 2008-05-28 07:36:15.669921155 +0200 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2007-03-05 22:00+0000\n" "Last-Translator: Carlos Lisboa <[EMAIL PROTECTED]>\n" "Language-Team: Portuguese <[EMAIL PROTECTED]>\n" @@ -15,13 +15,15 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Deseja que os programas write e mesg possuam o setuid de root?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -31,8 +33,9 @@ "corram com privilégios root. Nestas funcionalidades incluem-se o auto-" "disconnect, non-world-readable, ficheiros nowrite entre outros." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/pt_BR.po orville-write-2.55/debian/po/pt_BR.po --- orville-write-2.55.old/debian/po/pt_BR.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/pt_BR.po 2008-06-05 07:44:50.798366000 +0200 @@ -0,0 +1,46 @@ +# orville-write Brazilian Portuguese translation +# Copyright (C) 2008 THE orville-write'S COPYRIGHT HOLDER +# This file is distributed under the same license as the orville-write package. +# Eder L. Marques (frolic) <[EMAIL PROTECTED]>, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: orville-write\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2008-05-28 10:31-0300\n" +"Last-Translator: Eder L. Marques (frolic) <[EMAIL PROTECTED]>\n" +"Language-Team: l10n Portuguese <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "Você gostaria que os programas write e mesg sejam setuid root?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Algumas funcionalidades do Orville Write necessitam que os programas write e " +"mesg executem com privilégios de super usuário. Essas funcionalidades " +"incluem auto-desconectar, não leitura global, arquivos nowrite e algumas " +"outras." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Se você não necessita dessas funcionalidades adicionais você pode recusar " +"aqui e ter o write e mesg apenas com setgid." diff -Nru orville-write-2.55.old/debian/po/ru.po orville-write-2.55/debian/po/ru.po --- orville-write-2.55.old/debian/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ orville-write-2.55/debian/po/ru.po 2008-06-03 23:51:20.770814000 +0200 @@ -0,0 +1,48 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov <[EMAIL PROTECTED]>, 2008. +msgid "" +msgstr "" +"Project-Id-Version: orville-write new\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" +"PO-Revision-Date: 2008-06-03 20:52+0400\n" +"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n" +"Language-Team: Russian <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Would you like the write and mesg programs to be setuid root?" +msgstr "Установить на программы write и mesg setuid-бит и владельца root?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Some features of Orville Write require write and mesg to run with root " +"privileges. These features include auto-disconnect, non-world-readable ." +"nowrite files and some others." +msgstr "" +"Для работы некоторых возможностей Orville Write требуется, чтобы программы " +"write и mesg запускались с правами суперпользователя. Среди этих " +"возможностей: auto-disconnect, non-world-readable, nowrite files и некоторые " +"другие." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"If you don't need these additional features you can refuse here and have " +"write and mesg setgid only." +msgstr "" +"Если вам не нужны эти дополнительные возможности, то вы можете ответить " +"отрицательно и тогда на write и mesg будет установлен только setgid-бит." diff -Nru orville-write-2.55.old/debian/po/sv.po orville-write-2.55/debian/po/sv.po --- orville-write-2.55.old/debian/po/sv.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/sv.po 2008-05-28 07:36:15.713921247 +0200 @@ -8,27 +8,29 @@ # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy -# -# +# +# msgid "" msgstr "" "Project-Id-Version: orville-write 2.55-1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2005-09-29 00:02-0700\n" "Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Vill du göra write och mesg programmen till setuid root?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -38,8 +40,9 @@ "rättigheter. Dessa funktioner inkluderar auto-disconnect, icke-world " "läsbar. nowrite-filer och några andra." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/templates.pot orville-write-2.55/debian/po/templates.pot --- orville-write-2.55.old/debian/po/templates.pot 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/templates.pot 2008-05-28 07:36:15.165921595 +0200 @@ -1,22 +1,14 @@ -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" @@ -24,21 +16,24 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." "nowrite files and some others." msgstr "" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/po/vi.po orville-write-2.55/debian/po/vi.po --- orville-write-2.55.old/debian/po/vi.po 2008-05-16 23:23:14.999115661 +0200 +++ orville-write-2.55/debian/po/vi.po 2008-05-28 07:36:15.749920916 +0200 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: orville-write 2.55-1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-25 19:42+0200\n" +"Report-Msgid-Bugs-To: [EMAIL PROTECTED]" +"POT-Creation-Date: 2008-05-28 07:36+0200\n" "PO-Revision-Date: 2005-07-03 14:12+0930\n" "Last-Translator: Clytie Siddall <[EMAIL PROTECTED]>\n" "Language-Team: Vietnamese <[EMAIL PROTECTED]>\n" @@ -16,13 +16,15 @@ "Plural-Forms: nplurals=1; plural=0\n" "X-Generator: LocFactoryEditor 1.2.2\n" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "Would you like the write and mesg programs to be setuid root?" msgstr "Bạn có muốn lập «setuid root» cho hai trình write và mesg không?" +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "Some features of Orville Write require write and mesg to run with root " "privileges. These features include auto-disconnect, non-world-readable ." @@ -32,8 +34,9 @@ "chạy với quyền truy cập của người chủ (root). Những tính năng này gồm tự " "động ngắt kết nối và tập tin .nowrite mà không phải mọi người có đọc được." +#. Type: boolean #. Description -#: ../templates:4 +#: ../templates:1001 msgid "" "If you don't need these additional features you can refuse here and have " "write and mesg setgid only." diff -Nru orville-write-2.55.old/debian/rules orville-write-2.55/debian/rules --- orville-write-2.55.old/debian/rules 2008-05-16 23:23:15.015129695 +0200 +++ orville-write-2.55/debian/rules 2008-05-17 08:29:30.587115684 +0200 @@ -45,7 +45,7 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif
signature.asc
Description: Digital signature