]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
zephyr (2.1.20010518.SNAPSHOT-12) unstable; urgency=low
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 23 Apr 2005 18:37:20 +0000 (18:37 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 23 Apr 2005 18:37:20 +0000 (18:37 +0000)
  * Acknowledge NMU.
  * Now using svn repository at svn://svn.1ts.org/debian. (For obscure
    reasons, the debian packages come from the branch at
    <svn://svn.1ts.org/debian/branches/pre_sourceforge_packages/zephyr>.)
  * Don't use SO_BSDCOMPAT anymore; it logs annoying messages.
  * Update config.guess and config.sub from autotools-dev 20050324.2.
Closes: #294147
 -- Karl Ramm <kcr@debian.org>  Sat, 23 Apr 2005 14:35:38 -0400

zephyr (2.1.20010518.SNAPSHOT-11.2) unstable; urgency=low

  * Non-maintainer upload to incorporate the forgotten
    Brazilian Portuguese translation
  * Debconf translations
    - Added Brazilian Portuguese. Closes: #300822

 -- Christian Perrier <bubulle@debian.org>  Tue, 29 Mar 2005 06:52:28 +0200

zephyr (2.1.20010518.SNAPSHOT-11.1) unstable; urgency=low

  * Non-maintainer upload to fix the longstanding switch to
    po-debconf suggestion. Closes: #199684
  * Debconf translations:
    - French added. Closes: #200444
    - German added.
    - Czech added.

 -- Christian Perrier <bubulle@debian.org>  Fri, 11 Mar 2005 18:42:28 +0100

git-svn-id: svn://svn.1ts.org/debian/branches/pre_sourceforge_packages@189 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 files changed:
zephyr/config.guess
zephyr/config.sub
zephyr/debian/changelog
zephyr/debian/po/POTFILES.in [new file with mode: 0644]
zephyr/debian/po/cs.po [new file with mode: 0644]
zephyr/debian/po/de.po [new file with mode: 0644]
zephyr/debian/po/es.po [new file with mode: 0644]
zephyr/debian/po/fr.po [new file with mode: 0644]
zephyr/debian/po/pt_BR.po [new file with mode: 0644]
zephyr/debian/po/ru.po [new file with mode: 0644]
zephyr/debian/po/templates.pot [new file with mode: 0644]
zephyr/debian/rules
zephyr/debian/zephyr-clients.templates
zephyr/debian/zephyr-server.templates
zephyr/lib/ZOpenPort.c

index 78f6b92cd3078ba368e8003a2f595c50a4e5f511..9c292ea45b88464ed079d493a7a932cd59d3a09a 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2003-01-10'
+timestamp='2005-03-24'
 
 # 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
@@ -53,7 +53,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -106,6 +106,7 @@ trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
 : ${TMPDIR=/tmp} ;
  { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
  { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
 dummy=$tmp/dummy ;
 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
@@ -196,15 +197,21 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
        echo "${machine}-${os}${release}"
        exit 0 ;;
+    amd64:OpenBSD:*:*)
+       echo x86_64-unknown-openbsd${UNAME_RELEASE}
+       exit 0 ;;
     amiga:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
-    arc:OpenBSD:*:*)
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
+    cats:OpenBSD:*:*)
+       echo arm-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
     hp300:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
+    luna88k:OpenBSD:*:*)
+       echo m88k-unknown-openbsd${UNAME_RELEASE}
+       exit 0 ;;
     mac68k:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
@@ -220,88 +227,76 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     mvmeppc:OpenBSD:*:*)
        echo powerpc-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
-    pmax:OpenBSD:*:*)
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
-       exit 0 ;;
     sgi:OpenBSD:*:*)
-       echo mipseb-unknown-openbsd${UNAME_RELEASE}
+       echo mips64-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
     sun3:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
-    wgrisc:OpenBSD:*:*)
-       echo mipsel-unknown-openbsd${UNAME_RELEASE}
-       exit 0 ;;
     *:OpenBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
-    *:MicroBSD:*:*)
-       echo ${UNAME_MACHINE}-unknown-microbsd${UNAME_RELEASE}
+    *:ekkoBSD:*:*)
+       echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
+       exit 0 ;;
+    macppc:MirBSD:*:*)
+       echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+       exit 0 ;;
+    *:MirBSD:*:*)
+       echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
        exit 0 ;;
     alpha:OSF1:*:*)
-       if test $UNAME_RELEASE = "V4.0"; then
+       case $UNAME_RELEASE in
+       *4.0)
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
-       fi
+               ;;
+       *5.*)
+               UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
+               ;;
+       esac
+       # According to Compaq, /usr/sbin/psrinfo has been available on
+       # OSF/1 and Tru64 systems produced since 1995.  I hope that
+       # covers most systems running today.  This code pipes the CPU
+       # types through head -n 1, so we only detect the type of CPU 0.
+       ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
+       case "$ALPHA_CPU_TYPE" in
+           "EV4 (21064)")
+               UNAME_MACHINE="alpha" ;;
+           "EV4.5 (21064)")
+               UNAME_MACHINE="alpha" ;;
+           "LCA4 (21066/21068)")
+               UNAME_MACHINE="alpha" ;;
+           "EV5 (21164)")
+               UNAME_MACHINE="alphaev5" ;;
+           "EV5.6 (21164A)")
+               UNAME_MACHINE="alphaev56" ;;
+           "EV5.6 (21164PC)")
+               UNAME_MACHINE="alphapca56" ;;
+           "EV5.7 (21164PC)")
+               UNAME_MACHINE="alphapca57" ;;
+           "EV6 (21264)")
+               UNAME_MACHINE="alphaev6" ;;
+           "EV6.7 (21264A)")
+               UNAME_MACHINE="alphaev67" ;;
+           "EV6.8CB (21264C)")
+               UNAME_MACHINE="alphaev68" ;;
+           "EV6.8AL (21264B)")
+               UNAME_MACHINE="alphaev68" ;;
+           "EV6.8CX (21264D)")
+               UNAME_MACHINE="alphaev68" ;;
+           "EV6.9A (21264/EV69A)")
+               UNAME_MACHINE="alphaev69" ;;
+           "EV7 (21364)")
+               UNAME_MACHINE="alphaev7" ;;
+           "EV7.9 (21364A)")
+               UNAME_MACHINE="alphaev79" ;;
+       esac
+       # A Pn.n version is a patched version.
        # A Vn.n version is a released version.
        # A Tn.n version is a released field test version.
        # A Xn.n version is an unreleased experimental baselevel.
        # 1.2 uses "1.2" for uname -r.
-       eval $set_cc_for_build
-       cat <<EOF >$dummy.s
-       .data
-\$Lformat:
-       .byte 37,100,45,37,120,10,0     # "%d-%x\n"
-
-       .text
-       .globl main
-       .align 4
-       .ent main
-main:
-       .frame \$30,16,\$26,0
-       ldgp \$29,0(\$27)
-       .prologue 1
-       .long 0x47e03d80 # implver \$0
-       lda \$2,-1
-       .long 0x47e20c21 # amask \$2,\$1
-       lda \$16,\$Lformat
-       mov \$0,\$17
-       not \$1,\$18
-       jsr \$26,printf
-       ldgp \$29,0(\$26)
-       mov 0,\$16
-       jsr \$26,exit
-       .end main
-EOF
-       $CC_FOR_BUILD -o $dummy $dummy.s 2>/dev/null
-       if test "$?" = 0 ; then
-               case `$dummy` in
-                       0-0)
-                               UNAME_MACHINE="alpha"
-                               ;;
-                       1-0)
-                               UNAME_MACHINE="alphaev5"
-                               ;;
-                       1-1)
-                               UNAME_MACHINE="alphaev56"
-                               ;;
-                       1-101)
-                               UNAME_MACHINE="alphapca56"
-                               ;;
-                       2-303)
-                               UNAME_MACHINE="alphaev6"
-                               ;;
-                       2-307)
-                               UNAME_MACHINE="alphaev67"
-                               ;;
-                       2-1307)
-                               UNAME_MACHINE="alphaev68"
-                               ;;
-                       3-1307)
-                               UNAME_MACHINE="alphaev7"
-                               ;;
-               esac
-       fi
-       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+       echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
        exit 0 ;;
     Alpha\ *:Windows_NT*:*)
        # How do we know it's Interix rather than the generic POSIX subsystem?
@@ -324,6 +319,12 @@ EOF
     *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;
+    *:z/VM:*:*)
+       echo s390-ibm-zvmoe
+       exit 0 ;;
+    *:OS400:*:*)
+        echo powerpc-ibm-os400
+       exit 0 ;;
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
        echo arm-acorn-riscix${UNAME_RELEASE}
        exit 0;;
@@ -341,7 +342,10 @@ EOF
     NILE*:*:*:dcosx)
        echo pyramid-pyramid-svr4
        exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    DRS?6000:unix:4.0:6*)
+       echo sparc-icl-nx6
+       exit 0 ;;
+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
        case `/usr/bin/uname -p` in
            sparc) echo sparc-icl-nx7 && exit 0 ;;
        esac ;;
@@ -413,6 +417,9 @@ EOF
     *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
         echo m68k-unknown-mint${UNAME_RELEASE}
         exit 0 ;;
+    m68k:machten:*:*)
+       echo m68k-apple-machten${UNAME_RELEASE}
+       exit 0 ;;
     powerpc:machten:*:*)
        echo powerpc-apple-machten${UNAME_RELEASE}
        exit 0 ;;
@@ -748,7 +755,7 @@ EOF
        echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
        exit 0 ;;
     *:UNICOS/mp:*:*)
-       echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' 
+       echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
        exit 0 ;;
     F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
@@ -756,6 +763,11 @@ EOF
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
         echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
         exit 0 ;;
+    5000:UNIX_System_V:4.*:*)
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+       exit 0 ;;
     i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
        exit 0 ;;
@@ -766,18 +778,7 @@ EOF
        echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
        exit 0 ;;
     *:FreeBSD:*:*)
-       # Determine whether the default compiler uses glibc.
-       eval $set_cc_for_build
-       sed 's/^        //' << EOF >$dummy.c
-       #include <features.h>
-       #if __GLIBC__ >= 2
-       LIBC=gnu
-       #else
-       LIBC=
-       #endif
-EOF
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
-       echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
+       echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
        exit 0 ;;
     i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
@@ -788,8 +789,8 @@ EOF
     i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit 0 ;;
-    x86:Interix*:3*)
-       echo i586-pc-interix3
+    x86:Interix*:[34]*)
+       echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
        exit 0 ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
        echo i${UNAME_MACHINE}-pc-mks
@@ -803,6 +804,9 @@ EOF
     i*:UWIN*:*)
        echo ${UNAME_MACHINE}-pc-uwin
        exit 0 ;;
+    amd64:CYGWIN*:*:*)
+       echo x86_64-unknown-cygwin
+       exit 0 ;;
     p*:CYGWIN*:*)
        echo powerpcle-unknown-cygwin
        exit 0 ;;
@@ -810,17 +814,34 @@ EOF
        echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit 0 ;;
     *:GNU:*:*)
+       # the GNU system
        echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
        exit 0 ;;
+    *:GNU/*:*:*)
+       # other systems with GNU libc and userland
+       echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
+       exit 0 ;;
     i*86:Minix:*:*)
        echo ${UNAME_MACHINE}-pc-minix
        exit 0 ;;
     arm*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit 0 ;;
+    cris:Linux:*:*)
+       echo cris-axis-linux-gnu
+       exit 0 ;;
+    crisv32:Linux:*:*)
+       echo crisv32-axis-linux-gnu
+       exit 0 ;;
+    frv:Linux:*:*)
+       echo frv-unknown-linux-gnu
+       exit 0 ;;
     ia64:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit 0 ;;
+    m32r*:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit 0 ;;
     m68*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit 0 ;;
@@ -896,6 +917,9 @@ EOF
     s390:Linux:*:* | s390x:Linux:*:*)
        echo ${UNAME_MACHINE}-ibm-linux
        exit 0 ;;
+    sh64*:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit 0 ;;
     sh*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit 0 ;;
@@ -953,6 +977,9 @@ EOF
        LIBC=gnuaout
        #endif
        #endif
+       #ifdef __dietlibc__
+       LIBC=dietlibc
+       #endif
 EOF
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
        test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
@@ -983,6 +1010,9 @@ EOF
     i*86:atheos:*:*)
        echo ${UNAME_MACHINE}-unknown-atheos
        exit 0 ;;
+       i*86:syllable:*:*)
+       echo ${UNAME_MACHINE}-pc-syllable
+       exit 0 ;;
     i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
        echo i386-unknown-lynxos${UNAME_RELEASE}
        exit 0 ;;
@@ -1052,9 +1082,9 @@ EOF
     M680?0:D-NIX:5.3:*)
        echo m68k-diab-dnix
        exit 0 ;;
-    M68*:*:R3V[567]*:*)
+    M68*:*:R3V[5678]*:*)
        test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
-    3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0)
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
        OS_REL=''
        test -r /etc/.relid \
        && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
@@ -1152,9 +1182,10 @@ EOF
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
     *:Darwin:*:*)
-       case `uname -p` in
+       UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+       case $UNAME_PROCESSOR in
            *86) UNAME_PROCESSOR=i686 ;;
-           powerpc) UNAME_PROCESSOR=powerpc ;;
+           unknown) UNAME_PROCESSOR=powerpc ;;
        esac
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
        exit 0 ;;
@@ -1169,7 +1200,10 @@ EOF
     *:QNX:*:4*)
        echo i386-pc-qnx
        exit 0 ;;
-    NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*)
+    NSE-?:NONSTOP_KERNEL:*:*)
+       echo nse-tandem-nsk${UNAME_RELEASE}
+       exit 0 ;;
+    NSR-?:NONSTOP_KERNEL:*:*)
        echo nsr-tandem-nsk${UNAME_RELEASE}
        exit 0 ;;
     *:NonStop-UX:*:*)
@@ -1210,6 +1244,22 @@ EOF
     *:ITS:*:*)
        echo pdp10-unknown-its
        exit 0 ;;
+    SEI:*:*:SEIUX)
+        echo mips-sei-seiux${UNAME_RELEASE}
+       exit 0 ;;
+    *:DragonFly:*:*)
+       echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+       exit 0 ;;
+    *:*VMS:*:*)
+       UNAME_MACHINE=`(uname -p) 2>/dev/null`
+       case "${UNAME_MACHINE}" in
+           A*) echo alpha-dec-vms && exit 0 ;;
+           I*) echo ia64-dec-vms && exit 0 ;;
+           V*) echo vax-dec-vms && exit 0 ;;
+       esac ;;
+    *:XENIX:*:SysV)
+       echo i386-pc-xenix
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
@@ -1369,7 +1419,9 @@ This script, last modified $timestamp, has failed to recognize
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-    ftp://ftp.gnu.org/pub/gnu/config/
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+and
+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be
index 04baf3d80d17f75134815ea958df7fa64378cd3d..d8fd2f8fa2f58cb9a31d7494d75d7ed8b7135dfe 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2003-01-03'
+timestamp='2005-02-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -70,7 +70,7 @@ Report bugs and patches to <config-patches@gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -118,7 +118,8 @@ esac
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-  nto-qnx* | linux-gnu* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
+  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
     ;;
@@ -144,7 +145,7 @@ case $os in
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-       -apple | -axis)
+       -apple | -axis | -knuth | -cray)
                os=
                basic_machine=$1
                ;;
@@ -228,14 +229,15 @@ case $basic_machine in
        | a29k \
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+       | am33_2.0 \
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
-       | clipper \
+       | c4x | clipper \
        | d10v | d30v | dlx | dsp16xx \
        | fr30 | frv \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | i370 | i860 | i960 | ia64 \
-       | ip2k \
-       | m32r | m68000 | m68k | m88k | mcore \
+       | ip2k | iq2000 \
+       | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
        | mips | mipsbe | mipseb | mipsel | mipsle \
        | mips16 \
        | mips64 | mips64el \
@@ -247,6 +249,7 @@ case $basic_machine in
        | mipsisa32 | mipsisa32el \
        | mipsisa32r2 | mipsisa32r2el \
        | mipsisa64 | mipsisa64el \
+       | mipsisa64r2 | mipsisa64r2el \
        | mipsisa64sb1 | mipsisa64sb1el \
        | mipsisa64sr71k | mipsisa64sr71kel \
        | mipstx39 | mipstx39el \
@@ -257,14 +260,14 @@ case $basic_machine in
        | pdp10 | pdp11 | pj | pjl \
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
        | pyramid \
-       | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
+       | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
        | sh64 | sh64le \
-       | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
+       | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
        | strongarm \
-       | tahoe | thumb | tic80 | tron \
+       | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
-       | x86 | xscale | xstormy16 | xtensa \
+       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
@@ -296,18 +299,18 @@ case $basic_machine in
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
        | avr-* \
        | bs2000-* \
-       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
-       | clipper-* | cydra-* \
+       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
+       | clipper-* | craynv-* | cydra-* \
        | d10v-* | d30v-* | dlx-* \
        | elxsi-* \
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
        | i*86-* | i860-* | i960-* | ia64-* \
-       | ip2k-* \
-       | m32r-* \
+       | ip2k-* | iq2000-* \
+       | m32r-* | m32rle-* \
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-       | m88110-* | m88k-* | mcore-* \
+       | m88110-* | m88k-* | maxq-* | mcore-* \
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
        | mips16-* \
        | mips64-* | mips64el-* \
@@ -319,25 +322,29 @@ case $basic_machine in
        | mipsisa32-* | mipsisa32el-* \
        | mipsisa32r2-* | mipsisa32r2el-* \
        | mipsisa64-* | mipsisa64el-* \
+       | mipsisa64r2-* | mipsisa64r2el-* \
        | mipsisa64sb1-* | mipsisa64sb1el-* \
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
        | mipstx39-* | mipstx39el-* \
+       | mmix-* \
        | msp430-* \
-       | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
+       | none-* | np1-* | ns16k-* | ns32k-* \
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
        | pyramid-* \
        | romp-* | rs6000-* \
-       | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
+       | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
-       | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
-       | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
+       | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
+       | tahoe-* | thumb-* \
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+       | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
-       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-       | xtensa-* \
+       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+       | xstormy16-* | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
@@ -357,6 +364,9 @@ case $basic_machine in
                basic_machine=a29k-amd
                os=-udi
                ;;
+       abacus)
+               basic_machine=abacus-unknown
+               ;;
        adobe68k)
                basic_machine=m68010-adobe
                os=-scout
@@ -371,6 +381,12 @@ case $basic_machine in
                basic_machine=a29k-none
                os=-bsd
                ;;
+       amd64)
+               basic_machine=x86_64-pc
+               ;;
+       amd64-*)
+               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
        amdahl)
                basic_machine=580-amdahl
                os=-sysv
@@ -430,12 +446,27 @@ case $basic_machine in
                basic_machine=j90-cray
                os=-unicos
                ;;
+       craynv)
+               basic_machine=craynv-cray
+               os=-unicosmp
+               ;;
+       cr16c)
+               basic_machine=cr16c-unknown
+               os=-elf
+               ;;
        crds | unos)
                basic_machine=m68k-crds
                ;;
+       crisv32 | crisv32-* | etraxfs*)
+               basic_machine=crisv32-axis
+               ;;
        cris | cris-* | etrax*)
                basic_machine=cris-axis
                ;;
+       crx)
+               basic_machine=crx-unknown
+               os=-elf
+               ;;
        da30 | da30-*)
                basic_machine=m68k-da30
                ;;
@@ -458,6 +489,10 @@ case $basic_machine in
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
+       djgpp)
+               basic_machine=i586-pc
+               os=-msdosdjgpp
+               ;;
        dpx20 | dpx20-*)
                basic_machine=rs6000-bull
                os=-bosx
@@ -636,10 +671,6 @@ case $basic_machine in
        mips3*)
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
                ;;
-       mmix*)
-               basic_machine=mmix-knuth
-               os=-mmixware
-               ;;
        monitor)
                basic_machine=m68k-rom68k
                os=-coff
@@ -720,10 +751,6 @@ case $basic_machine in
        np1)
                basic_machine=np1-gould
                ;;
-       nv1)
-               basic_machine=nv1-cray
-               os=-unicosmp
-               ;;
        nsr-tandem)
                basic_machine=nsr-tandem
                ;;
@@ -735,6 +762,10 @@ case $basic_machine in
                basic_machine=or32-unknown
                os=-coff
                ;;
+       os400)
+               basic_machine=powerpc-ibm
+               os=-os400
+               ;;
        OSE68000 | ose68000)
                basic_machine=m68000-ericsson
                os=-ose
@@ -766,18 +797,24 @@ case $basic_machine in
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
                basic_machine=i686-pc
                ;;
-       pentiumii | pentium2)
+       pentiumii | pentium2 | pentiumiii | pentium3)
                basic_machine=i686-pc
                ;;
+       pentium4)
+               basic_machine=i786-pc
+               ;;
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
                ;;
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
                ;;
-       pentiumii-* | pentium2-*)
+       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
                ;;
+       pentium4-*)
+               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+               ;;
        pn)
                basic_machine=pn-gould
                ;;
@@ -836,6 +873,10 @@ case $basic_machine in
        sb1el)
                basic_machine=mipsisa64sb1el-unknown
                ;;
+       sei)
+               basic_machine=mips-sei
+               os=-seiux
+               ;;
        sequent)
                basic_machine=i386-sequent
                ;;
@@ -843,6 +884,9 @@ case $basic_machine in
                basic_machine=sh-hitachi
                os=-hms
                ;;
+       sh64)
+               basic_machine=sh64-unknown
+               ;;
        sparclite-wrs | simso-wrs)
                basic_machine=sparclite-wrs
                os=-vxworks
@@ -917,14 +961,18 @@ case $basic_machine in
                basic_machine=t90-cray
                os=-unicos
                ;;
-        tic4x | c4x*)
-               basic_machine=tic4x-unknown
-               os=-coff
-               ;;
        tic54x | c54x*)
                basic_machine=tic54x-unknown
                os=-coff
                ;;
+       tic55x | c55x*)
+               basic_machine=tic55x-unknown
+               os=-coff
+               ;;
+       tic6x | c6x*)
+               basic_machine=tic6x-unknown
+               os=-coff
+               ;;
        tx39)
                basic_machine=mipstx39-unknown
                ;;
@@ -938,6 +986,10 @@ case $basic_machine in
        tower | tower-32)
                basic_machine=m68k-ncr
                ;;
+       tpf)
+               basic_machine=s390x-ibm
+               os=-tpf
+               ;;
        udi29k)
                basic_machine=a29k-amd
                os=-udi
@@ -981,6 +1033,10 @@ case $basic_machine in
                basic_machine=hppa1.1-winbond
                os=-proelf
                ;;
+       xbox)
+               basic_machine=i686-pc
+               os=-mingw32
+               ;;
        xps | xps100)
                basic_machine=xps100-honeywell
                ;;
@@ -1011,6 +1067,9 @@ case $basic_machine in
        romp)
                basic_machine=romp-ibm
                ;;
+       mmix)
+               basic_machine=mmix-knuth
+               ;;
        rs6000)
                basic_machine=rs6000-ibm
                ;;
@@ -1027,13 +1086,13 @@ case $basic_machine in
        we32k)
                basic_machine=we32k-att
                ;;
-       sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
+       sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
                basic_machine=sh-unknown
                ;;
        sh64)
                basic_machine=sh64-unknown
                ;;
-       sparc | sparcv9 | sparcv9b)
+       sparc | sparcv8 | sparcv9 | sparcv9b)
                basic_machine=sparc-sun
                ;;
        cydra)
@@ -1106,19 +1165,20 @@ case $os in
              | -aos* \
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
-             | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
-             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
+             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
+             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
+             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -chorusos* | -chorusrdb* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
+             | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
-             | -powermax* | -dnix* | -microbsd*)
+             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
@@ -1142,6 +1202,9 @@ case $os in
        -mac*)
                os=`echo $os | sed -e 's|mac|macos|'`
                ;;
+       -linux-dietlibc)
+               os=-linux-dietlibc
+               ;;
        -linux*)
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
                ;;
@@ -1154,6 +1217,9 @@ case $os in
        -opened*)
                os=-openedition
                ;;
+        -os400*)
+               os=-os400
+               ;;
        -wince*)
                os=-wince
                ;;
@@ -1175,6 +1241,9 @@ case $os in
        -atheos*)
                os=-atheos
                ;;
+       -syllable*)
+               os=-syllable
+               ;;
        -386bsd)
                os=-bsd
                ;;
@@ -1197,6 +1266,9 @@ case $os in
        -sinix*)
                os=-sysv4
                ;;
+        -tpf*)
+               os=-tpf
+               ;;
        -triton*)
                os=-sysv3
                ;;
@@ -1227,6 +1299,15 @@ case $os in
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
                os=-mint
                ;;
+       -aros*)
+               os=-aros
+               ;;
+       -kaos*)
+               os=-kaos
+               ;;
+       -zvmoe)
+               os=-zvmoe
+               ;;
        -none)
                ;;
        *)
@@ -1258,6 +1339,9 @@ case $basic_machine in
        arm*-semi)
                os=-aout
                ;;
+    c4x-* | tic4x-*)
+        os=-coff
+        ;;
        # This must come before the *-dec entry.
        pdp10-*)
                os=-tops20
@@ -1304,6 +1388,9 @@ case $basic_machine in
        *-ibm)
                os=-aix
                ;;
+       *-knuth)
+               os=-mmixware
+               ;;
        *-wec)
                os=-proelf
                ;;
@@ -1436,9 +1523,15 @@ case $basic_machine in
                        -mvs* | -opened*)
                                vendor=ibm
                                ;;
+                       -os400*)
+                               vendor=ibm
+                               ;;
                        -ptx*)
                                vendor=sequent
                                ;;
+                       -tpf*)
+                               vendor=ibm
+                               ;;
                        -vxsim* | -vxworks* | -windiss*)
                                vendor=wrs
                                ;;
index aeef3c36e6f1415ff7ae60f381ed5277c49094f3..13421851b55a61926f49af7af8e234c515840ebb 100644 (file)
@@ -1,3 +1,35 @@
+zephyr (2.1.20010518.SNAPSHOT-12) unstable; urgency=low
+
+  * Acknowledge NMU.
+  * Now using svn repository at svn://svn.1ts.org/debian. (For obscure
+    reasons, the debian packages come from the branch at
+    <svn://svn.1ts.org/debian/branches/pre_sourceforge_packages/zephyr>.)
+  * Don't use SO_BSDCOMPAT anymore; it logs annoying messages.
+  * Update config.guess and config.sub from autotools-dev 20050324.2.
+    Closes: #294147
+
+ -- Karl Ramm <kcr@debian.org>  Sat, 23 Apr 2005 14:35:38 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-11.2) unstable; urgency=low
+
+  * Non-maintainer upload to incorporate the forgotten
+    Brazilian Portuguese translation
+  * Debconf translations
+    - Added Brazilian Portuguese. Closes: #300822   
+
+ -- Christian Perrier <bubulle@debian.org>  Tue, 29 Mar 2005 06:52:28 +0200
+
+zephyr (2.1.20010518.SNAPSHOT-11.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix the longstanding switch to
+    po-debconf suggestion. Closes: #199684
+  * Debconf translations:
+    - French added. Closes: #200444
+    - German added.
+    - Czech added.
+
+ -- Christian Perrier <bubulle@debian.org>  Fri, 11 Mar 2005 18:42:28 +0100
+
 zephyr (2.1.20010518.SNAPSHOT-11) unstable; urgency=low
 
   * Fix to build with latest krb5:
diff --git a/zephyr/debian/po/POTFILES.in b/zephyr/debian/po/POTFILES.in
new file mode 100644 (file)
index 0000000..8713a70
--- /dev/null
@@ -0,0 +1,2 @@
+[type: gettext/rfc822deb] zephyr-clients.templates
+[type: gettext/rfc822deb] zephyr-server.templates
diff --git a/zephyr/debian/po/cs.po b/zephyr/debian/po/cs.po
new file mode 100644 (file)
index 0000000..7f77f9d
--- /dev/null
@@ -0,0 +1,93 @@
+#
+#    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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2005-03-16 20:16+0100\n"
+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "Jaké jsou va¹e zephyr servery?"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"Zadejte mezerami oddìlená celá jména va¹ich zephyr serverù (mù¾e to být i "
+"podmno¾ina toho, co sdìlujete serverùm)."
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "Toto jste nikdy nemìli vidìt"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"Sna¾íme se rozpoznat a zachytit u¾ivatelovy ruèní zmìny v konfiguraèním "
+"souboru, co¾ se dìje v konfiguraèním skriptu. Ov¹em v pøípadì "
+"pøedkonfigurace je konfiguraèní skript spu¹tìn dvakrát pøed spu¹tìním "
+"poinstalaèního skriptu a tudí¾ mù¾eme pøeèíst chybnou hodnotu pøed tím, ne¾ "
+"je upravená hodnota zapsána v poinstalaèním kroku. Pokud je to chybnì, "
+"pøeskoèíme ètení kofiguraèních souborù a¾ do poinstalaèní fáze."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr "Pro klienta jste nezadali ¾ádné zephyr servery"
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+"Balíèek zephyr-clients nemá z nìjakého dùvodu nakonfigurován ¾ádný zephyr "
+"server. Upravte prosím soubor /etc/default/zephyr-clients a pøidejte do nìj "
+"do promìnné zhm_args mezerami oddìlená jména zephyr serverù."
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"Zadejte mezerami oddìlená celá jména va¹ich zephyr serverù (mù¾e to být i "
+"nadmno¾ina toho, co sdìlujete klientùm)."
diff --git a/zephyr/debian/po/de.po b/zephyr/debian/po/de.po
new file mode 100644 (file)
index 0000000..556b5b5
--- /dev/null
@@ -0,0 +1,98 @@
+#
+#    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.
+# Tobias Toedter <t.toedter@gmx.net>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2005-03-16 20:25+0100\n"
+"Last-Translator: Tobias Toedter <t.toedter@gmx.net>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "Wie heißen Ihre zephyr-Server?"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"Bitte geben Sie die vollständigen Namen Ihrer zephyr-Server durch "
+"Leerzeichen getrennt ein. (Beachten Sie, dass dies eine Untermenge von dem "
+"sein kann, was Sie den Servern angeben.)"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "Dies sollten Sie niemals sehen"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"Es wird versucht, manuelle Änderungen des Benutzers an den "
+"Konfigurationsdateien zu erkennen. Aus diesem Grund werden die Dateien mit "
+"Hilfe des Konfigurationsskripts angesehen. Allerdings wird dieses "
+"Konfigurationsskript im Falle von »preconfigure« zweimal ausgeführt, bevor "
+"»postinst« an der Reihe ist. Daher kann es sein, dass ein falscher Wert "
+"eingelesen wird, bevor der korrekte Wert während »postinst« geschrieben "
+"wird. Falls dies nicht richtig ist, wird das Einlesen von "
+"Konfigurationsdateien übersprungen, bis »postinst« ausgeführt wird."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr "Sie haben keine zephyr-Server für den Client angegeben"
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+"Aus irgendwelchen Gründen wurden im Paket zephyr-clients keine zephyr-Server "
+"eingerichtet. Bitte ändern Sie die Datei /etc/default/zephyr-clients und "
+"fügen Sie die Namen Ihrer zephyr-Server zur Variablen zhm_args durch "
+"Leerzeichen getrennt hinzu."
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"Bitte geben Sie die vollständigen Namen Ihrer zephyr-Server durch "
+"Leerzeichen getrennt ein. (Beachten Sie, dass dies eine Obermenge von dem "
+"sein kann, was Sie den Clients angeben.)"
diff --git a/zephyr/debian/po/es.po b/zephyr/debian/po/es.po
new file mode 100644 (file)
index 0000000..ed7f3ef
--- /dev/null
@@ -0,0 +1,94 @@
+#
+#    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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2003-07-02 16:26+0200\n"
+"Last-Translator: Unknown <debian-l10n-spanish@lists.debian.org>\n"
+"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "¿Cuáles son sus servidores zephyr?"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"Por favor, introduzca los nombres completos de sus servidores zephyr "
+"separados por espacios. (tenga en cuenta que se puede tratar de sólo una "
+"parte de lo que usted considera los servidores)"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "No debería poder leer esto"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"Para averiguar qué cambios ha realizado el usuario manualmente en el fichero "
+"de configuración, hay que mirar en el fichero que hay en el script de "
+"configuración. Sin embargo, si se trata de preconfigurar el paquete, dicho "
+"script se ejecuta dos veces antes de que lo haga el posterior a la "
+"instalación. De ese modo, es posible obtener un valor equivocado antes de "
+"que se guarde después de la instalación el valor editado. Si no es éste el "
+"caso, nos saltamos la lectura de los ficheros de configuración hasta que se "
+"ejecute el script posterior a la instalación."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"Por favor, introduzca los nombres completos de sus servidores zephyr "
+"separados por espacios. (tenga en cuenta que se puede tratar de un conjunto "
+"más amplio de lo que usted considera los clientes)"
diff --git a/zephyr/debian/po/fr.po b/zephyr/debian/po/fr.po
new file mode 100644 (file)
index 0000000..16aa802
--- /dev/null
@@ -0,0 +1,98 @@
+# translation of fr.po to French
+#
+#    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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr_2.1.20010518.SNAPSHOT-10\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2005-03-11 18:36+0100\n"
+"Last-Translator: Michel Grentzinger <mic.grentz@online.fr>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "Serveurs Zephyr :"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"Veuillez indiquer les noms complets de vos serveurs Zephyr, séparés par des "
+"espaces (remarquez que cette liste peut être un sous-ensemble de ce que vous "
+"indiquez aux serveurs)."
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "Vous ne devriez jamais voir cela"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"Nous souhaitons essayer de collecter les modifications faites par des "
+"utilisateurs lorsqu'ils changent eux-mêmes un fichier de configuration. Pour "
+"cela, nous regardons le fichier dans le script de configuration. Cependant "
+"lors de la préconfiguration, le script est lancé deux fois avant que le "
+"script « postinst » ne soit lancé. Ainsi, nous devons lire la mauvaise "
+"valeur avant que la valeur modifiée ne soit écrite dans le script "
+"« postinst ». Si cela est faux, nous passerons à travers la lecture des "
+"fichiers de configurations jusqu'à ce que « postinst » soit lancé."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr "Aucun serveur Zephyr indiqué pour le client"
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+"Pour une raison inconnue, le paquet zephyr-clients ne contient pas de "
+"serveur Zephyr configuré. Veuillez modifier le fichier /etc/default/zephyr-"
+"clients et ajouter les noms de vos serveurs Zephyr, séparés par des espaces, "
+"dans la variable zhm_args."
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"Veuillez indiquer les noms complets de vos serveurs Zephyr, séparés par des "
+"espaces (remarquez que cela peut être un sur-ensemble de ce que vous "
+"indiquez aux clients)."
diff --git a/zephyr/debian/po/pt_BR.po b/zephyr/debian/po/pt_BR.po
new file mode 100644 (file)
index 0000000..1af5e87
--- /dev/null
@@ -0,0 +1,98 @@
+# 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.
+# 
+#      
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr 2.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2005-03-21 23:30-0300\n"
+"Last-Translator: Felipe Augusto van de Wiel (faw) <felipe@cathedrallabs."
+"org>\n"
+"Language-Team: Portuguese/Brazil <debian-l10n-portuguese@listas.cipsga.org."
+"br>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"pt_BR\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "Quais são os seus servidores zephyr?"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"Por favor digite o nome completo dos seus servidores zephyr, separado por "
+"espaços. (note que isso pode ser um subconjunto daquilo que você está "
+"dizendo aos servidores)"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "Você nunca deveria ter visto isso"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"Nós queremos tentar e capturar mudanças de usuários quando eles editam um "
+"arquivo de configuração manualmente. Para fazer isso nós olhamos no arquivo "
+"do script de configuração. De qualquer forma, no caso de pré-configuração, o "
+"script de configuração é executado duas vezes antes do \"postinst\" ser "
+"executado. Se isso for falso nós continuamos lendo os arquivos de "
+"configuração até que o \"postinst\" seja executado."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr "Você não tem servidores zephyr especificados para o cliente"
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+"Por uma razão qualquer o pacote zephyr-clients não possui qualquer servidor "
+"zephyr configurado. Por favor edite o arquivo /etc/default/zephyr-clients e "
+"adicione os nomes dos seus servidores zephyr, separado por espaços na "
+"variável zhm_args."
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"Por favor digite os nomes completos de seus servidores zephyr, separado por "
+"espaços. (Note que isso pode ser um subconjunto daquilo que você está "
+"dizendo aos clientes.)"
diff --git a/zephyr/debian/po/ru.po b/zephyr/debian/po/ru.po
new file mode 100644 (file)
index 0000000..06879ff
--- /dev/null
@@ -0,0 +1,97 @@
+#
+#    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.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: zephyr\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: 2003-07-02 16:26+0200\n"
+"Last-Translator: Unknown <debian-l10n-russian@lists.debian.org>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=KOI8-R\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr "ëÁË ÎÁÚÙ×ÁÀÔÓÑ ×ÁÛÉ ÓÅÒ×ÅÒÁ zephyr?"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+"÷×ÅÄÉÔÅ  ÐÏÌÎÙÅ  ÉÍÅÎÁ  ×ÁÛÉÈ  ÓÅÒ×ÅÒÏ× zephyr, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ. "
+"(úÁÍÅÔØÔÅ, ÞÔÏ ÜÔÏ ÍÏÖÅÔ  ÂÙÔØ  ÐÏÄÍÎÏÖÅÓÔ×ÏÍ  ÔÏÇÏ,  ÞÔÏ  ×Ù ÇÏ×ÏÒÉÔÅ "
+"ËÌÉÅÎÔÁÍ)."
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr "÷Ù ÎÉËÏÇÄÁ ÎÅ ÄÏÌÖÎÙ ×ÉÄÅÔØ ÜÔÏ"
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+"íÙ  ÈÏÔÉÍ  ÐÏÐÒÏÂÏ×ÁÔØ  É ÚÁÈ×ÁÔÉÔØ  ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÉÚÍÅÎÅÎÉÑ, ËÏÇÄÁ "
+"ÐÏÌØÚÏ×ÁÔÅÌÉ  ÒÅÄÁËÔÉÒÕÀÔ ÆÁÊÌ ÎÁÓÔÒÏÅË ×ÒÕÞÎÕÀ. þÔÏÂÙ ÜÔÏ ÓÄÅÌÁÔØ, ÍÙ "
+"ÓÍÏÔÒÉÍ  ×  ÆÁÊÌ × ÓÃÅÎÁÒÉÉ ÎÁÓÔÒÏÊËÉ. ïÄÎÁËÏ × ÓÌÕÞÁÅ ÐÒÅÄ-ÎÁÓÔÒÏÊËÉ, "
+"ÓÃÅÎÁÒÉÊ  ÎÁÓÔÒÏÊËÉ  ÚÁÐÕÓËÁÅÔÓÑ Ä×ÁÖÄÙ ÄÏ ÚÁÐÕÓËÁ postinst. ðÏÔÏÍÕ ÍÙ "
+"ÍÏÖÅÍ  ÐÒÏÞÉÔÁÔØ  ÎÅ×ÅÒÎÏÅ  ÚÎÁÞÅÎÉÅ  ÄÏ  ÔÏÇÏ,  ËÁË ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏÅ "
+"ÚÎÁÞÅÎÉÅ  ÂÕÄÅÔ  ÚÁÐÉÓÁÎÏ  ÉÚ  postinst.  åÓÌÉ  ÜÔÏ  ÎÅ ÕÄÁÌÏÓØ, ÔÏ ÍÙ "
+"ÐÒÏÐÕÓËÁÅÍ ÞÔÅÎÉÅ ÆÁÊÌÁ ÎÁÓÔÒÏÅË, ÐÏËÁ ÎÅ ÂÕÄÅÔ ÚÁÐÕÝÅΠpostinst."
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr "÷Ù ÎÅ ÕËÁÚÁÌÉ ÓÅÒ×ÅÒÁ zephyr ÄÌÑ ËÌÉÅÎÔÏ×"
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+"ðÁËÅÔ zephyr-clients ÐÏ ËÁËÏÊ-ÔÏ ÐÒÉÞÉÎÅ ÎÅ ÎÁÓÔÒÏÅΠÎÉ ÎÁ ÏÄÉΠÉÚ ÓÅÒ×ÅÒÏ× "
+"zephyr.  ðÏÖÁÌÕÊÓÔÁ, ÏÔÒÅÄÁËÔÉÒÕÊÔÅ ÆÁÊÌ /etc/default/zephyr-clients É "
+"ÄÏÂÁ×ØÔÅ ÉÍÅÎÁ ×ÁÛÉÈ ÓÅÒ×ÅÒÏ× zephyr, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ × ÐÅÒÅÍÅÎÎÕÀ "
+"zhm_args."
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
+"÷×ÅÄÉÔÅ  ÐÏÌÎÙÅ  ÉÍÅÎÁ  ×ÁÛÉÈ  ÓÅÒ×ÅÒÏ× zephyr, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ. "
+"(úÁÍÅÔØÔÅ,  ÞÔÏ  ÜÔÏ  ÍÏÖÅÔ  ÂÙÔØ  ÓÕÐÅÒÎÁÂÏÒ  ÔÏÇÏ,  ÞÔÏ  ×Ù ÇÏ×ÏÒÉÔÅ "
+"ËÌÉÅÎÔÁÍ)."
diff --git a/zephyr/debian/po/templates.pot b/zephyr/debian/po/templates.pot
new file mode 100644 (file)
index 0000000..c838bfd
--- /dev/null
@@ -0,0 +1,81 @@
+#
+#    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.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-03-15 22:17+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3 ../zephyr-server.templates:3
+msgid "What are your zephyr servers?"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../zephyr-clients.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(note that this can be a subset of what you're telling the servers)"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid "You should never see this"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../zephyr-clients.templates:10 ../zephyr-server.templates:10
+msgid ""
+"We want to try and capture user changes when they edit a config file "
+"manually.  To do this we look at the file in the config script. However, in "
+"the case of preconfigure, the config script is run twice before the postinst "
+"is run.  Thus we may read the wrong value before the edited value is written "
+"out in postinst. If this is false we skip reading config files until "
+"postinst runs."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid "You have no zephyr servers specified for the client"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../zephyr-clients.templates:20
+msgid ""
+"The zephyr-clients package for whatever reason does not have any zephyr "
+"servers configured.  Please edit the file /etc/default/zephyr-clients and "
+"add the names of your zephyr servers, separated by spaces to the zhm_args "
+"variable."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../zephyr-server.templates:3
+msgid ""
+"Please type the full names of your zephyr servers, separated by spaces. "
+"(Note that this can be a superset of that you're telling the clients.)"
+msgstr ""
index 2caa1ff9090c611791a0c21d4e0b02f1e55d944d..940874b34fe06eb2596b44362b4e74d9e52ef40e 100755 (executable)
@@ -17,8 +17,39 @@ export DH_OPTIONS
 SONAME=3
 CONFIGURE_ROOT=--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --datadir=/etc  --with-ares=/usr --with-hesiod=/usr
 
-
-configure: configure-stamp
+# see /usr/share/doc/autotools-dev/README.Debian.gz
+export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+# FOR AUTOCONF 2.52 AND NEWER ONLY
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+  confflags += --build $(DEB_HOST_GNU_TYPE)
+else
+  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+endif
+
+
+# The autotools target adds forced build-time dependencies on
+# autotools-dev (for /usr/share/misc/config.*) and devscripts (for dch)
+# It's also a .PHONY make target.
+autotools:
+       chmod u+x config.sub
+       chmod u+x config.guess
+       OLDDATESUB=`config.sub -t | tr -d -` ;\
+       OLDDATEGUESS=`config.guess -t | tr -d -` ;\
+       NEWDATESUB=`/usr/share/misc/config.sub -t | tr -d -` ;\
+       NEWDATEGUESS=`/usr/share/misc/config.guess -t | tr -d -` ;\
+       if [ $$OLDDATESUB -lt $$NEWDATESUB -o \
+            $$OLDDATEGUESS -lt $$NEWDATEGUESS ]; then \
+          dch -a -p "GNU config automated update: config.sub\
+            ($$OLDDATESUB to $$NEWDATESUB), config.guess\
+            ($$OLDDATEGUESS to $$NEWDATEGUESS)" ;\
+          cp -f /usr/share/misc/config.sub config.sub ;\
+          cp -f /usr/share/misc/config.guess config.guess ;\
+          echo WARNING: GNU config scripts updated from master copies 1>&2 ;\
+       fi
+
+configure: configure-stamp autotools
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
@@ -131,6 +162,6 @@ binary-arch: build install
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: autotools build clean binary-indep binary-arch binary install configure
 
 
index 5133f725b3b01a6da927b8467cb074584090b27d..8b733bb3ab272a98d1f63b023b247d62d93f9945 100644 (file)
@@ -1,55 +1,24 @@
 Template: zephyr-clients/servers
 Type: string
-Description: What are your zephyr servers?
+_Description: What are your zephyr servers?
  Please type the full names of your zephyr servers, separated by spaces.
  (note that this can be a subset of what you're telling the servers)
-Description-es: ¿Cuáles son sus servidores zephyr?
- Por favor, introduzca los nombres completos de sus servidores zephyr
- separados por espacios. (tenga en cuenta que se puede tratar de sólo una
- parte de lo que usted considera los servidores)
-Description-ru: ëÁË ÎÁÚÙ×ÁÀÔÓÑ ×ÁÛÉ ÓÅÒ×ÅÒÁ zephyr?
- ÷×ÅÄÉÔÅ  ÐÏÌÎÙÅ  ÉÍÅÎÁ  ×ÁÛÉÈ  ÓÅÒ×ÅÒÏ× zephyr, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ.
- (úÁÍÅÔØÔÅ, ÞÔÏ ÜÔÏ ÍÏÖÅÔ  ÂÙÔØ  ÐÏÄÍÎÏÖÅÓÔ×ÏÍ  ÔÏÇÏ,  ÞÔÏ  ×Ù ÇÏ×ÏÒÉÔÅ
- ËÌÉÅÎÔÁÍ).
 
 Template: zephyr-clients/read_conf
 Type: boolean
 Default: true
-Description: You should never see this
- We want to try and capture user changes when they edit a config file 
- manually.  To do this we look at the file in the config script.
- However, in the case of preconfigure, the config script is run twice
- before the postinst is run.  Thus we may read the wrong value before the 
- edited value is written out in postinst.
- If this is false we skip reading config files until postinst runs.
-Description-es: No debería poder leer esto
- Para averiguar qué cambios ha realizado el usuario manualmente en el
- fichero de configuración, hay que mirar en el fichero que hay en el
- script de configuración. Sin embargo, si se trata de preconfigurar el
- paquete, dicho script se ejecuta dos veces antes de que lo haga el
- posterior a la instalación. De ese modo, es posible obtener un valor
- equivocado antes de que se guarde después de la instalación el valor
- editado. Si no es éste el caso, nos saltamos la lectura de los ficheros
- de configuración hasta que se ejecute el script posterior a la
- instalación.
-Description-ru: ÷Ù ÎÉËÏÇÄÁ ÎÅ ÄÏÌÖÎÙ ×ÉÄÅÔØ ÜÔÏ
- íÙ  ÈÏÔÉÍ  ÐÏÐÒÏÂÏ×ÁÔØ  É ÚÁÈ×ÁÔÉÔØ  ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÉÚÍÅÎÅÎÉÑ, ËÏÇÄÁ
- ÐÏÌØÚÏ×ÁÔÅÌÉ  ÒÅÄÁËÔÉÒÕÀÔ ÆÁÊÌ ÎÁÓÔÒÏÅË ×ÒÕÞÎÕÀ. þÔÏÂÙ ÜÔÏ ÓÄÅÌÁÔØ, ÍÙ
- ÓÍÏÔÒÉÍ  ×  ÆÁÊÌ × ÓÃÅÎÁÒÉÉ ÎÁÓÔÒÏÊËÉ. ïÄÎÁËÏ × ÓÌÕÞÁÅ ÐÒÅÄ-ÎÁÓÔÒÏÊËÉ,
- ÓÃÅÎÁÒÉÊ  ÎÁÓÔÒÏÊËÉ  ÚÁÐÕÓËÁÅÔÓÑ Ä×ÁÖÄÙ ÄÏ ÚÁÐÕÓËÁ postinst. ðÏÔÏÍÕ ÍÙ
- ÍÏÖÅÍ  ÐÒÏÞÉÔÁÔØ  ÎÅ×ÅÒÎÏÅ  ÚÎÁÞÅÎÉÅ  ÄÏ  ÔÏÇÏ,  ËÁË ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏÅ 
- ÚÎÁÞÅÎÉÅ  ÂÕÄÅÔ  ÚÁÐÉÓÁÎÏ  ÉÚ  postinst.  åÓÌÉ  ÜÔÏ  ÎÅ ÕÄÁÌÏÓØ, ÔÏ ÍÙ 
- ÐÒÏÐÕÓËÁÅÍ ÞÔÅÎÉÅ ÆÁÊÌÁ ÎÁÓÔÒÏÅË, ÐÏËÁ ÎÅ ÂÕÄÅÔ ÚÁÐÕÝÅΠpostinst.
+_Description: You should never see this
+ We want to try and capture user changes when they edit a config file
+ manually.  To do this we look at the file in the config script. However,
+ in the case of preconfigure, the config script is run twice before the
+ postinst is run.  Thus we may read the wrong value before the edited value
+ is written out in postinst. If this is false we skip reading config files
+ until postinst runs.
 
 Template: zephyr-clients/need-servers
 Type: note
-Description: You have no zephyr servers specified for the client
- The zephyr-clients package for whatever reason does not
- have any zephyr servers configured.  Please edit the file
- /etc/default/zephyr-clients and add the names of your zephyr
- servers, separated by spaces to the zhm_args variable.
-Description-ru: ÷Ù ÎÅ ÕËÁÚÁÌÉ ÓÅÒ×ÅÒÁ zephyr ÄÌÑ ËÌÉÅÎÔÏ×
- ðÁËÅÔ zephyr-clients ÐÏ ËÁËÏÊ-ÔÏ ÐÒÉÞÉÎÅ ÎÅ ÎÁÓÔÒÏÅΠÎÉ ÎÁ ÏÄÉΠÉÚ
- ÓÅÒ×ÅÒÏ× zephyr.  ðÏÖÁÌÕÊÓÔÁ, ÏÔÒÅÄÁËÔÉÒÕÊÔÅ ÆÁÊÌ
- /etc/default/zephyr-clients É ÄÏÂÁ×ØÔÅ ÉÍÅÎÁ ×ÁÛÉÈ ÓÅÒ×ÅÒÏ× zephyr, 
- ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ × ÐÅÒÅÍÅÎÎÕÀ zhm_args.
+_Description: You have no zephyr servers specified for the client
+ The zephyr-clients package for whatever reason does not have any zephyr
+ servers configured.  Please edit the file /etc/default/zephyr-clients and
+ add the names of your zephyr servers, separated by spaces to the zhm_args
+ variable.
index 705fcb2d8ec0d4728d1a470fd39f3b86ef17640b..1e9fbc426bed2f15be1b8e1e7acb04c2a8a5ee7b 100644 (file)
@@ -1,42 +1,16 @@
 Template: zephyr-server/servers
 Type: string
-Description: What are your zephyr servers?
+_Description: What are your zephyr servers?
  Please type the full names of your zephyr servers, separated by spaces.
  (Note that this can be a superset of that you're telling the clients.)
-Description-es: ¿Cuáles son sus servidores zephyr?
- Por favor, introduzca los nombres completos de sus servidores zephyr
- separados por espacios. (tenga en cuenta que se puede tratar de un
- conjunto más amplio de lo que usted considera los clientes)
-Description-ru: ëÁË ÎÁÚÙ×ÁÀÔÓÑ ×ÁÛÉ ÓÅÒ×ÅÒÁ zephyr?
- ÷×ÅÄÉÔÅ  ÐÏÌÎÙÅ  ÉÍÅÎÁ  ×ÁÛÉÈ  ÓÅÒ×ÅÒÏ× zephyr, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÁÍÉ.
- (úÁÍÅÔØÔÅ,  ÞÔÏ  ÜÔÏ  ÍÏÖÅÔ  ÂÙÔØ  ÓÕÐÅÒÎÁÂÏÒ  ÔÏÇÏ,  ÞÔÏ  ×Ù ÇÏ×ÏÒÉÔÅ
- ËÌÉÅÎÔÁÍ).
 
 Template: zephyr-server/read_conf
 Type: boolean
 Default: true
-Description: You should never see this
+_Description: You should never see this
  We want to try and capture user changes when they edit a config file
- manually.  To do this we look at the file in the config script.
- However, in the case of preconfigure, the config script is run twice
- before the postinst is run.  Thus we may read the wrong value before the
- edited value is written out in postinst.
- If this is false we skip reading config files until postinst runs.
-Description-es: No debería poder leer esto
- Para averiguar qué cambios ha realizado el usuario manualmente en el
- fichero de configuración, hay que mirar en el fichero que hay en el
- script de configuración. Sin embargo, si se trata de preconfigurar el
- paquete, dicho script se ejecuta dos veces antes de que lo haga el
- posterior a la instalación. De ese modo, es posible obtener un valor
- equivocado antes de que se guarde después de la instalación el valor
- editado. Si no es éste el caso, nos saltamos la lectura de los ficheros
- de configuración hasta que se ejecute el script posterior a la
- instalación.
-Description-ru: üÔÏÇÏ ×Ù ÄÏÌÖÎÙ ÎÉËÏÇÄÁ ÎÅ ×ÉÄÅÔØ
- íÙ  ÈÏÔÉÍ  ÐÏÐÒÏÂÏ×ÁÔØ  É ÚÁÈ×ÁÔÉÔØ  ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÉÚÍÅÎÅÎÉÑ, ËÏÇÄÁ
- ÐÏÌØÚÏ×ÁÔÅÌÉ  ÒÅÄÁËÔÉÒÕÀÔ ÆÁÊÌ ÎÁÓÔÒÏÅË ×ÒÕÞÎÕÀ. þÔÏÂÙ ÜÔÏ ÓÄÅÌÁÔØ, ÍÙ
- ÓÍÏÔÒÉÍ  ×  ÆÁÊÌ × ÓÃÅÎÁÒÉÉ ÎÁÓÔÒÏÊËÉ. ïÄÎÁËÏ × ÓÌÕÞÁÅ ÐÒÅÄ-ÎÁÓÔÒÏÊËÉ,
- ÓÃÅÎÁÒÉÊ  ÎÁÓÔÒÏÊËÉ  ÚÁÐÕÓËÁÅÔÓÑ Ä×ÁÖÄÙ ÄÏ ÚÁÐÕÓËÁ postinst. ðÏÔÏÍÕ ÍÙ
- ÍÏÖÅÍ  ÐÒÏÞÉÔÁÔØ  ÎÅ×ÅÒÎÏÅ  ÚÎÁÞÅÎÉÅ  ÄÏ  ÔÏÇÏ,  ËÁË ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏÅ 
- ÚÎÁÞÅÎÉÅ  ÂÕÄÅÔ  ÚÁÐÉÓÁÎÏ  ÉÚ  postinst.  åÓÌÉ  ÜÔÏ  ÎÅ ÕÄÁÌÏÓØ, ÔÏ ÍÙ 
- ÐÒÏÐÕÓËÁÅÍ ÞÔÅÎÉÅ ÆÁÊÌÁ ÎÁÓÔÒÏÅË, ÐÏËÁ ÎÅ ÂÕÄÅÔ ÚÁÐÕÝÅΠpostinst.
+ manually.  To do this we look at the file in the config script. However,
+ in the case of preconfigure, the config script is run twice before the
+ postinst is run.  Thus we may read the wrong value before the edited value
+ is written out in postinst. If this is false we skip reading config files
+ until postinst runs.
index e5e66340f718266ab95fa1dd73df7396055f2d8f..d40226dd66361a139917d35abb932747eb9aff70 100644 (file)
@@ -22,9 +22,6 @@ Code_t ZOpenPort(port)
 {
     struct sockaddr_in bindin;
     int len;
-#ifdef SO_BSDCOMPAT
-    int on = 1;
-#endif
     
     (void) ZClosePort();
 
@@ -33,11 +30,6 @@ Code_t ZOpenPort(port)
        return (errno);
     }
 
-#ifdef SO_BSDCOMPAT
-    /* Prevent Linux from giving us socket errors we don't care about. */
-    setsockopt(__Zephyr_fd, SOL_SOCKET, SO_BSDCOMPAT, &on, sizeof(on));
-#endif
-
     bindin.sin_family = AF_INET;
 
     if (port && *port)