Attached to this mail is the patch for the announced NMU for iterm,
fixing its longstanding l10n bug, adding a few translations and doing
some QA work.

The NMU has been uploaded to the delayed queue in the 2-day directory
and will thus go in the archive in 2 days.

Changelog:

iterm (0.5-3.2) unstable; urgency=low

  * Non-maintainer upload for fixing l10n issues
  * Translations:
    - French. Closes: #236893
    - Danish added (received directly by NMUer)
    - Russian added (received directly by NMUer)
    - Dutch added (received directly by NMUer)
  * Lintian fixes:
    - Remove initial capital letters in the packages descriptions
    - Remove dh-make template files:
      - conffiles.ex
      - manpage.1.ex
      - manpage.sgml.ex
      - ex.package.doc-base

 -- Christian Perrier <[EMAIL PROTECTED]>  Sun, 16 Jan 2005 09:15:02 +0100



diff -Nru iterm-0.5.ori/debian/changelog iterm-0.5/debian/changelog
--- iterm-0.5.ori/debian/changelog      2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/changelog  2005-01-16 09:15:11.000000000 +0100
@@ -1,3 +1,21 @@
+iterm (0.5-3.2) unstable; urgency=low
+
+  * Non-maintainer upload for fixing l10n issues
+  * Translations:
+    - French. Closes: #236893
+    - Danish added (received directly by NMUer)
+    - Russian added (received directly by NMUer)
+    - Dutch added (received directly by NMUer)
+  * Lintian fixes:
+    - Remove initial capital letters in the packages descriptions
+    - Remove dh-make template files:
+      - conffiles.ex
+      - manpage.1.ex
+      - manpage.sgml.ex
+      - ex.package.doc-base
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Sun, 16 Jan 2005 09:15:02 +0100
+
 iterm (0.5-3.1) unstable; urgency=medium
 
   * NMU
diff -Nru iterm-0.5.ori/debian/conffiles.ex iterm-0.5/debian/conffiles.ex
--- iterm-0.5.ori/debian/conffiles.ex   2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/conffiles.ex       1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#
-# If you want to use this conffile, remove all comments and put files that
-# you want dpkg to process here using their absolute pathnames.
-# See the policy manual
-#
-# for example:
-# /etc/iterm/iterm.conf
diff -Nru iterm-0.5.ori/debian/control iterm-0.5/debian/control
--- iterm-0.5.ori/debian/control        2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/control    2005-01-16 09:13:10.000000000 +0100
@@ -9,7 +9,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Internationalized Terminal Emulator, shared library files
+Description: internationalized terminal emulator, shared library files
  libiterm is the next generation, platform-independent framework for
  making Internationalized Virtual Terminal Emulator.  Implementing the
  platform-dependent part of this framework, you can easily build
@@ -25,7 +25,7 @@
 Section: devel
 Architecture: any
 Depends: libiterm1 (= ${Source-Version}), libfribidi-dev, libc6-dev | libc-dev
-Description: Internationalized Terminal Emulator, development files
+Description: internationalized terminal emulator, development files
  libiterm is the next generation, platform-independent framework for
  making Internationalized Virtual Terminal Emulator.  Implementing the
  platform-dependent part of this framework, you can easily build
@@ -41,7 +41,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Internationalized Terminal Emulator, X widget library
+Description: internationalized terminal emulator, X widget library
  libXiterm provides the X11 Athena widget for the Internationalized
  Terminal Emulator (iterm) framework, created by the OpenI18N Advanced
  Level Utility Development subgroup.
@@ -53,7 +53,7 @@
 Section: devel
 Architecture: any
 Depends: libxiterm1 (= ${Source-Version}), libiterm-dev (= ${Source-Version}), 
libc6-dev | libc-dev
-Description: Internationalized Terminal Emulator, X widget development files
+Description: internationalized terminal emulator, X widget development files
  libXiterm provides the X11 Athena widget for the Internationalized
  Terminal Emulator (iterm) framework, created by the OpenI18N Advanced
  Level Utility Development subgroup.
@@ -66,7 +66,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Conflicts: xiterm+thai
-Description: Internationalized Terminal Emulator for X
+Description: internationalized terminal emulator for X
  X Internationalized TERMinal Emulator (xiterm) is a terminal program
  capable of displaying world languages in X Window System (Athena widget).
  It uses libiterm (Internationalized Terminal Framework) and BiDi text
@@ -79,7 +79,7 @@
 Section: utils
 Architecture: any
 Depends: ${shlibs:Depends}, unifont, debconf (>= 0.5)
-Description: FrameBuffer Internationalized TERMinal emulator (fbiterm)
+Description: framebuffer internationalized terminal emulator (fbiterm)
  fbiterm (FrameBuffer Internationalized TERMinal emulator) is a
  terminal program capable of displaying world languages on the Linux
  console.  It uses libiterm (Internationalized Terminal Framework),
diff -Nru iterm-0.5.ori/debian/ex.package.doc-base 
iterm-0.5/debian/ex.package.doc-base
--- iterm-0.5.ori/debian/ex.package.doc-base    2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/debian/ex.package.doc-base        1970-01-01 01:00:00.000000000 
+0100
@@ -1,22 +0,0 @@
-Document: iterm
-Title: Debian iterm Manual
-Author: <insert document author here>
-Abstract: This manual describes what iterm is
- and how it can be used to
- manage online manuals on Debian systems.
-Section: unknown
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/iterm/iterm.sgml.gz
-
-Format: postscript
-Files: /usr/share/doc/iterm/iterm.ps.gz
-
-Format: text
-Files: /usr/share/doc/iterm/iterm.text.gz
-
-Format: HTML
-Index: /usr/share/doc/iterm/html/index.html
-Files: /usr/share/doc/iterm/html/*.html
-
-  
diff -Nru iterm-0.5.ori/debian/manpage.1.ex iterm-0.5/debian/manpage.1.ex
--- iterm-0.5.ori/debian/manpage.1.ex   2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/manpage.1.ex       1970-01-01 01:00:00.000000000 +0100
@@ -1,60 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH ITERM SECTION "August 16, 2002"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-iterm \- program to do something
-.SH SYNOPSIS
-.B iterm
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B iterm
-and
-.B bar
-commands.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
-\fBiterm\fP is a program that...
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
-.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
-.SH AUTHOR
-This manual page was written by Anthony Fok <[EMAIL PROTECTED]>,
-for the Debian GNU/Linux system (but may be used by others).
diff -Nru iterm-0.5.ori/debian/manpage.sgml.ex iterm-0.5/debian/manpage.sgml.ex
--- iterm-0.5.ori/debian/manpage.sgml.ex        2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/debian/manpage.sgml.ex    1970-01-01 01:00:00.000000000 +0100
@@ -1,152 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
-     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
-     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
-     less'.  A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
-       docbook-to-man $< > $@
-
-    
-       The docbook-to-man binary is found in the docbook-to-man package.
-       Please remember that if you create the nroff version in one of the
-       debian/rules file targets (such as build), you will need to include
-       docbook-to-man in your Build-Depends control field.
-
-  -->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
-  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>August 16, 2002</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
-  <!ENTITY dhemail     "<email>[EMAIL PROTECTED]</email>">
-  <!ENTITY dhusername  "Anthony Fok">
-  <!ENTITY dhucpackage "<refentrytitle>ITERM</refentrytitle>">
-  <!ENTITY dhpackage   "iterm">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2002</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>program to do something</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>-e <replaceable>this</replaceable></option></arg>
-
-      <arg><option>--example <replaceable>that</replaceable></option></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command> and <command>bar</command>
-      commands.</para>
-
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the &gnu;
-      <application>Info</application> format; see below.</para>
-
-    <para><command>&dhpackage;</command> is a program that...</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>These programs follow the usual GNU command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-h</option>
-          <option>--help</option>
-        </term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-v</option>
-          <option>--version</option>
-        </term>
-        <listitem>
-          <para>Show version of program.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>bar (1), baz (1).</para>
-
-    <para>The programs are documented fully by <citetitle>The Rise and
-      Fall of a Fooish Bar</citetitle> available via the
-      <application>Info</application> system.</para>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail; for
-      the &debian; system (but may be used by others).  Permission is
-      granted to copy, distribute and/or modify this document under
-      the terms of the <acronym>GNU</acronym> Free Documentation
-      License, Version 1.1 or any later version published by the Free
-      Software Foundation; with no Invariant Sections, no Front-Cover
-      Texts and no Back-Cover Texts.</para>
-
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-
diff -Nru iterm-0.5.ori/debian/po/da.po iterm-0.5/debian/po/da.po
--- iterm-0.5.ori/debian/po/da.po       1970-01-01 01:00:00.000000000 +0100
+++ iterm-0.5/debian/po/da.po   2005-01-13 07:44:35.000000000 +0100
@@ -0,0 +1,63 @@
+#
+#    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: iterm\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-25 14:47-0800\n"
+"PO-Revision-Date: 2005-01-12 22:42+0200\n"
+"Last-Translator: Morten Brix Pedersen <[EMAIL PROTECTED]>\n"
+"Language-Team: Danish <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid "Do you want /usr/bin/fbiterm to be installed SUID root?"
+msgstr "Vil du have at /usr/bin/fbiterm skal installeres 'SUID root'?"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"You have the option of installing the /usr/bin/fbiterm binary with the SUID "
+"bit set.  By setting 'SUID root', non-root users may run fbiterm directly."
+msgstr ""
+"Du kan vÃlge at installere /usr/bin/fbiterm med SUID-bitten sat. Ved at 
sÃtte "
+"'SUID root', kan ikke-root brugere kÃre fbiterm direkte."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"However, there exists a security risk!  fbiterm may contain undiscovered "
+"security flaws which malicious users may exploit if fbiterm is set SUID root."
+msgstr ""
+"Der eksisterer dog en sikkerhedsrisiko! fbiterm kan indeholde sikkerheds"
+"huller som endnu ikke er fundet. Brugere kan udnytte dette hul til at "
+"opnà root adgang hvis det er tilfÃldet."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"I suggest you install it with SUID bit set unless you do not intend to use "
+"it regularly.  You may change the setting by running \"dpkg-reconfigure "
+"fbiterm\"."
+msgstr ""
+"Jeg foreslÃr, at du installerer den med SUID-bitten sat medmindre du "
+"ikke regner med at bruge den regelmÃssigt. Du kan Ãndre dette ved at kÃre "
+"\"dpkg-reconfigure fbiterm\"."
diff -Nru iterm-0.5.ori/debian/po/fr.po iterm-0.5/debian/po/fr.po
--- iterm-0.5.ori/debian/po/fr.po       1970-01-01 01:00:00.000000000 +0100
+++ iterm-0.5/debian/po/fr.po   2005-01-03 18:46:13.000000000 +0100
@@ -0,0 +1,66 @@
+#
+#    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: iterm 0.5-3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-25 14:47-0800\n"
+"PO-Revision-Date: 2004-03-02 13:13+0100\n"
+"Last-Translator: Rémi Pannequin <[EMAIL PROTECTED]>\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"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid "Do you want /usr/bin/fbiterm to be installed SUID root?"
+msgstr "Exécuter /usr/bin/fbiterm avec les privilèges du super-utilisateur ?"
+
+#  Type: boolean
+#  Description
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"You have the option of installing the /usr/bin/fbiterm binary with the SUID "
+"bit set.  By setting 'SUID root', non-root users may run fbiterm directly."
+msgstr ""
+"Vous pouvez installer le programme /usr/bin/fbiterm de manière à ce qu'il "
+"s'exécute avec les privilèges du super-utilisateur (« setuid root »). Ainsi, "
+"les utilisateurs non privilégiés pourront l'utiliser directement."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"However, there exists a security risk!  fbiterm may contain undiscovered "
+"security flaws which malicious users may exploit if fbiterm is set SUID root."
+msgstr ""
+"Cela comporte toutefois un risque. Fbiterm peut contenir des failles de "
+"sécurité non connues, dont un utilisateur malintentionné pourrait se servir "
+"si le programme s'exécute avec les privilèges du super-utilisateur."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"I suggest you install it with SUID bit set unless you do not intend to use "
+"it regularly.  You may change the setting by running \"dpkg-reconfigure "
+"fbiterm\"."
+msgstr ""
+"L'exécution avec les privilèges du super-utilisateur est recommandée, sauf "
+"si vous ne comptez pas utiliser ce programme régulièrement. Vous pourrez "
+"changer ce réglage avec la commande « dpkg-reconfigure fbiterm »"
diff -Nru iterm-0.5.ori/debian/po/ja.po iterm-0.5/debian/po/ja.po
--- iterm-0.5.ori/debian/po/ja.po       2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/po/ja.po   2005-01-03 18:47:44.000000000 +0100
@@ -11,15 +11,14 @@
 #
 #    Developers do not need to manually edit POT or PO files.
 #
-#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: iterm\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2004-02-25 14:47-0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
-"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"PO-Revision-Date: 2004-02-25 14:47-0800\n"
+"Last-Translator: Tomohiro KUBOTA\n"
+"Language-Team: Debian L10n Japanese <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=EUC-JP\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru iterm-0.5.ori/debian/po/nl.po iterm-0.5/debian/po/nl.po
--- iterm-0.5.ori/debian/po/nl.po       1970-01-01 01:00:00.000000000 +0100
+++ iterm-0.5/debian/po/nl.po   2005-01-14 17:52:53.000000000 +0100
@@ -0,0 +1,64 @@
+#
+#    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: iterm 0.5-3.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-25 14:47-0800\n"
+"PO-Revision-Date: 2005-01-14 08:34+0100\n"
+"Last-Translator: Luk Claes <[EMAIL PROTECTED]>\n"
+"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid "Do you want /usr/bin/fbiterm to be installed SUID root?"
+msgstr "Wilt u /usr/bin/fbiterm SUID-root installeren?"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"You have the option of installing the /usr/bin/fbiterm binary with the SUID "
+"bit set.  By setting 'SUID root', non-root users may run fbiterm directly."
+msgstr ""
+"U hebt de optie om het binaire bestand /usr/bin/fbiterm te installeren met "
+"de SUID-bit gezet. Als 'SUID-root' is gezet, kunnen niet-root-gebruikers "
+"fbiterm rechtstreeks uitvoeren."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"However, there exists a security risk!  fbiterm may contain undiscovered "
+"security flaws which malicious users may exploit if fbiterm is set SUID root."
+msgstr ""
+"Er is echter een veiligheidsrisico! fbiterm kan misschien nog niet ontdekte "
+"beveiligingslekken bevatten die eventueel door kwaadaardige gebruikers "
+"uitgebuit kunnen worden als fbiterm SUID-root is gezet."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"I suggest you install it with SUID bit set unless you do not intend to use "
+"it regularly.  You may change the setting by running \"dpkg-reconfigure "
+"fbiterm\"."
+msgstr ""
+"Installeer het met de SUID-bit gezet tenzij u het programma slechts zelden "
+"denkt te  gebruiken. U kunt deze instelling wijzigen door \"dpkg-reconfigure "
+"fbiterm\" uit te voeren."
diff -Nru iterm-0.5.ori/debian/po/ru.po iterm-0.5/debian/po/ru.po
--- iterm-0.5.ori/debian/po/ru.po       1970-01-01 01:00:00.000000000 +0100
+++ iterm-0.5/debian/po/ru.po   2005-01-13 20:44:11.000000000 +0100
@@ -0,0 +1,66 @@
+# translation of debconf_ru.po to Russian
+#
+#    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.
+# Yuri Kozlov <[EMAIL PROTECTED]>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: debconf_ru\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-25 14:47-0800\n"
+"PO-Revision-Date: 2005-01-13 20:02+0400\n"
+"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
+"Language-Team: Russian <debian-l10n-russian@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.3.1\n"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid "Do you want /usr/bin/fbiterm to be installed SUID root?"
+msgstr "ÐÐÑÐÑÐ ÑÑÑÐÐÐÐÐÑÑ ÐÐÑ /usr/bin/fbiterm SUID ÐÐÑ?"
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"You have the option of installing the /usr/bin/fbiterm binary with the SUID "
+"bit set.  By setting 'SUID root', non-root users may run fbiterm directly."
+msgstr ""
+"ÐÑ ÐÐÐÐÑÐ ÑÑÑÐÐÐÐÐÑÑ SUID ÐÐÑ ÐÐÑ ÐÑÐÐÑÐÐÐÑ 
/usr/bin/fbiterm, ÑÑÐ ÐÑÐÐÐÐÑÑ "
+"Ð ÐÑ ÐÑÐÐÐÐÐÐÐÑ Ñ ÐÑÐÐÐÐÐ ÐÐÐÑÐÐÐÐÑÐÐÑ root. 
Ð ÑÑÑÐÐÐÐÐÐÐÐÑÐ SUID ÐÐÑÐÐ "
+"ÐÐÐÑÐÐÐÐÐÐÐÑÐÐÐÐÐÑÐ ÐÐÐÑÐÐÐÐÑÐÐÐ ÑÐÐÐÑÑ 
ÐÐÐÐÑÑÐÐÑÑÐÐÐÐÐ ÐÐÐÑÑÐÐÑÑ fbiterm."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"However, there exists a security risk!  fbiterm may contain undiscovered "
+"security flaws which malicious users may exploit if fbiterm is set SUID root."
+msgstr ""
+"ÐÐÐÐÐÐ ÐÑÐ ÑÑÐÐ ÐÐÐÐÐÐÐÐÑ ÐÑÐÐÐÐÐÐ Ñ 
ÐÐÐÐÐÐÑÐÐÑÑÑÑ! fbiterm ÐÐÐÐÑ ÑÐÐÐÑÐÐÑÑ "
+"ÐÐÐÐÐÐÑÑÐÐÐÐÑÐ ÑÑÐÐÐÐÐÑÑÐ, ÐÐÑÐÑÑÐÐ 
ÐÐÐÑÑ ÐÐÑÐÐÐÑÐÐÐÐÑÑÑÑ ÐÐÐÐÐÑÐÐÐÐÐÑÐÐÑÐÐ "
+"ÐÐÑÑÑÐÐÐÐÑÐ ÐÐÐÑÐÐÐÐÑÐÐÐ, ÐÑÐÐ ÐÐÑ fbiterm 
ÐÑÐÐÑ ÑÑÑÐÐÐÐÐÐÐ SUID ÐÐÑ."
+
+#. Type: boolean
+#. Description
+#: ../fbiterm.templates:4
+msgid ""
+"I suggest you install it with SUID bit set unless you do not intend to use "
+"it regularly.  You may change the setting by running \"dpkg-reconfigure "
+"fbiterm\"."
+msgstr ""
+"Ð ÐÑÐÐÐÐÐÐÑ ÐÐÐ ÑÑÑÐÐÐÐÐÐÐÐÑÑ ÐÐ ÑÑÑ 
ÐÑÐÐÑÐÐÐÑ SUID ÐÐÑ, ÑÐÐÑÐÐ ÐÑÐÐ ÐÑ ÐÐ "
+"ÐÐÐÐÑÐÐÐÐÑÐÑÑ ÐÑÐÐÐÑÐÐÐÐÑÑ ÐÑ ÐÐÑÑÐÑÐÐÐ. 
ÐÑ ÐÐÐÐÑÐ ÐÐÐÐÐ ÐÐÐÐÐÐÑÑ ÑÑÑ "
+"ÐÐÑÑÑÐÐÐÑ ÐÐÐÑÑÑÐÐ \"dpkg-reconfigure fbiterm\"."
+
diff -Nru iterm-0.5.ori/debian/po/zh_CN.po iterm-0.5/debian/po/zh_CN.po
--- iterm-0.5.ori/debian/po/zh_CN.po    2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/po/zh_CN.po        2005-01-03 18:48:32.000000000 +0100
@@ -11,15 +11,14 @@
 #
 #    Developers do not need to manually edit POT or PO files.
 #
-#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: iterm\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2004-02-25 14:47-0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
-"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"PO-Revision-Date: 2004-02-25 14:47-0800\n"
+"Last-Translator: Anthony Fok <[EMAIL PROTECTED]>\n"
+"Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=GB2312\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru iterm-0.5.ori/debian/po/zh_TW.po iterm-0.5/debian/po/zh_TW.po
--- iterm-0.5.ori/debian/po/zh_TW.po    2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/debian/po/zh_TW.po        2005-01-03 18:49:27.000000000 +0100
@@ -11,15 +11,14 @@
 #
 #    Developers do not need to manually edit POT or PO files.
 #
-#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: iterm\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2004-02-25 14:47-0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
-"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"PO-Revision-Date: 2004-02-25 14:47-0800\n"
+"Last-Translator: Anthony Fok <[EMAIL PROTECTED]>\n"
+"Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=Big5\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru iterm-0.5.ori/lib/config.guess iterm-0.5/lib/config.guess
--- iterm-0.5.ori/lib/config.guess      2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/lib/config.guess  2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-08-13'
+timestamp='2004-11-12'
 
 # 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
@@ -319,6 +319,9 @@
     *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;
+    *:z/VM:*:*)
+       echo s390-ibm-zvmoe
+       exit 0 ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
        exit 0 ;;
@@ -342,7 +345,7 @@
     DRS?6000:unix:4.0:6*)
        echo sparc-icl-nx6
        exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    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 ;;
@@ -824,6 +827,12 @@
     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 ;;
@@ -1241,7 +1250,10 @@
            A*) echo alpha-dec-vms && exit 0 ;;
            I*) echo ia64-dec-vms && exit 0 ;;
            V*) echo vax-dec-vms && exit 0 ;;
-       esac
+       esac ;;
+    *:XENIX:*:SysV)
+       echo i386-pc-xenix
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
diff -Nru iterm-0.5.ori/lib/config.sub iterm-0.5/lib/config.sub
--- iterm-0.5.ori/lib/config.sub        2005-01-12 18:26:38.000000000 +0100
+++ iterm-0.5/lib/config.sub    2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-06-24'
+timestamp='2004-11-30'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -267,7 +267,7 @@
        | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
-       | x86 | xscale | xstormy16 | xtensa \
+       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
@@ -343,8 +343,8 @@
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
-       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-       | xtensa-* \
+       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+       | xstormy16-* | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
@@ -457,6 +457,9 @@
        crds | unos)
                basic_machine=m68k-crds
                ;;
+       crisv32 | crisv32-* | etraxfs*)
+               basic_machine=crisv32-axis
+               ;;
        cris | cris-* | etrax*)
                basic_machine=cris-axis
                ;;
@@ -486,6 +489,10 @@
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
+       djgpp)
+               basic_machine=i586-pc
+               os=-msdosdjgpp
+               ;;
        dpx20 | dpx20-*)
                basic_machine=rs6000-bull
                os=-bosx
@@ -1026,6 +1033,10 @@
                basic_machine=hppa1.1-winbond
                os=-proelf
                ;;
+       xbox)
+               basic_machine=i686-pc
+               os=-mingw32
+               ;;
        xps | xps100)
                basic_machine=xps100-honeywell
                ;;
@@ -1294,6 +1305,9 @@
        -kaos*)
                os=-kaos
                ;;
+       -zvmoe)
+               os=-zvmoe
+               ;;
        -none)
                ;;
        *)
diff -Nru iterm-0.5.ori/lib/src/unix/pls_layout/Makefile 
iterm-0.5/lib/src/unix/pls_layout/Makefile
--- iterm-0.5.ori/lib/src/unix/pls_layout/Makefile      1970-01-01 
01:00:00.000000000 +0100
+++ iterm-0.5/lib/src/unix/pls_layout/Makefile  2005-01-16 09:16:17.000000000 
+0100
@@ -0,0 +1,331 @@
+# Generated automatically from Makefile.in by configure.
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = /bin/sh
+
+srcdir = .
+top_srcdir = ../../..
+prefix = /usr
+exec_prefix = ${prefix}
+
+bindir = ${exec_prefix}/bin
+sbindir = ${exec_prefix}/sbin
+libexecdir = ${exec_prefix}/libexec
+datadir = ${prefix}/share
+sysconfdir = ${prefix}/etc
+sharedstatedir = ${prefix}/com
+localstatedir = ${prefix}/var
+libdir = ${exec_prefix}/lib
+infodir = ${prefix}/info
+mandir = ${prefix}/man
+includedir = ${prefix}/include
+oldincludedir = /usr/include
+
+DESTDIR =
+
+pkgdatadir = $(datadir)/libiterm
+pkglibdir = $(libdir)/libiterm
+pkgincludedir = $(includedir)/libiterm
+
+top_builddir = ../../..
+
+ACLOCAL = aclocal-1.4
+AUTOCONF = autoconf
+AUTOMAKE = automake-1.4
+AUTOHEADER = autoheader
+
+INSTALL = /usr/bin/install -c
+INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_SCRIPT = ${INSTALL_PROGRAM}
+transform = s,x,x,
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+AS = @AS@
+AWK = mawk
+CC = gcc
+DLLTOOL = @DLLTOOL@
+ECHO = echo
+EXEEXT = 
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LN_S = ln -s
+MAKEINFO = makeinfo
+OBJDUMP = @OBJDUMP@
+OBJEXT = o
+PACKAGE = libiterm
+RANLIB = ranlib
+STRIP = strip
+VERSION = 0.4
+
+noinst_LTLIBRARIES = libpls.la
+libpls_la_SOURCES = concrete_layout.c
+
+CPPFLAGS = -I$(top_srcdir)/include
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../../config.h
+CONFIG_CLEAN_FILES = 
+LTLIBRARIES =  $(noinst_LTLIBRARIES)
+
+
+DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../../..
+LDFLAGS = 
+LIBS =  -lfribidi
+libpls_la_LDFLAGS = 
+libpls_la_LIBADD = 
+libpls_la_OBJECTS =  concrete_layout.lo
+CFLAGS = -g -O2
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON =  Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP_ENV = --best
+DEP_FILES =  .deps/concrete_layout.P
+SOURCES = $(libpls_la_SOURCES)
+OBJECTS = $(libpls_la_OBJECTS)
+
+all: all-redirect
+.SUFFIXES:
+.SUFFIXES: .S .c .lo .o .obj .s
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
+       cd $(top_srcdir) && $(AUTOMAKE) --gnu src/unix/pls_layout/Makefile
+
+Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
+       cd $(top_builddir) \
+         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-noinstLTLIBRARIES:
+
+clean-noinstLTLIBRARIES:
+       -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+
+distclean-noinstLTLIBRARIES:
+
+maintainer-clean-noinstLTLIBRARIES:
+
+# FIXME: We should only use cygpath when building on Windows,
+# and only if it is available.
+.c.obj:
+       $(COMPILE) -c `cygpath -w $<`
+
+.s.o:
+       $(COMPILE) -c $<
+
+.S.o:
+       $(COMPILE) -c $<
+
+mostlyclean-compile:
+       -rm -f *.o core *.core
+       -rm -f *.$(OBJEXT)
+
+clean-compile:
+
+distclean-compile:
+       -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.s.lo:
+       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+       -rm -f *.lo
+
+clean-libtool:
+       -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+libpls.la: $(libpls_la_OBJECTS) $(libpls_la_DEPENDENCIES)
+       $(LINK)  $(libpls_la_LDFLAGS) $(libpls_la_OBJECTS) $(libpls_la_LIBADD) 
$(LIBS)
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+       list='$(SOURCES) $(HEADERS)'; \
+       unique=`for i in $$list; do echo $$i; done | \
+         awk '    { files[$$0] = 1; } \
+              END { for (i in files) print i; }'`; \
+       here=`pwd` && cd $(srcdir) \
+         && mkid -f$$here/ID $$unique $(LISP)
+
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
+       tags=; \
+       here=`pwd`; \
+       list='$(SOURCES) $(HEADERS)'; \
+       unique=`for i in $$list; do echo $$i; done | \
+         awk '    { files[$$0] = 1; } \
+              END { for (i in files) print i; }'`; \
+       test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+         || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  
$$unique $(LISP))
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+       -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = src/unix/pls_layout
+
+distdir: $(DISTFILES)
+       here=`cd $(top_builddir) && pwd`; \
+       top_distdir=`cd $(top_distdir) && pwd`; \
+       distdir=`cd $(distdir) && pwd`; \
+       cd $(top_srcdir) \
+         && $(AUTOMAKE) --include-deps --build-dir=$$here 
--srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu 
src/unix/pls_layout/Makefile
+       @for file in $(DISTFILES); do \
+         d=$(srcdir); \
+         if test -d $$d/$$file; then \
+           cp -pr $$d/$$file $(distdir)/$$file; \
+         else \
+           test -f $(distdir)/$$file \
+           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+           || cp -p $$d/$$file $(distdir)/$$file || :; \
+         fi; \
+       done
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+       -rm -rf .deps
+
+maintainer-clean-depend:
+
+%.o: %.c
+       @echo '$(COMPILE) -c $<'; \
+       $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+       @-cp .deps/$(*F).pp .deps/$(*F).P; \
+       tr ' ' '\012' < .deps/$(*F).pp \
+         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+           >> .deps/$(*F).P; \
+       rm .deps/$(*F).pp
+
+%.lo: %.c
+       @echo '$(LTCOMPILE) -c $<'; \
+       $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
+       @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
+         < .deps/$(*F).pp > .deps/$(*F).P; \
+       tr ' ' '\012' < .deps/$(*F).pp \
+         | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
+           >> .deps/$(*F).P; \
+       rm -f .deps/$(*F).pp
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile $(LTLIBRARIES)
+all-redirect: all-am
+install-strip:
+       $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+       -rm -f Makefile $(CONFIG_CLEAN_FILES)
+       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
+               mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+               mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
+               clean-tags clean-depend clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
+               distclean-libtool distclean-tags distclean-depend \
+               distclean-generic clean-am
+       -rm -f libtool
+
+distclean: distclean-am
+
+maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
+               maintainer-clean-compile maintainer-clean-libtool \
+               maintainer-clean-tags maintainer-clean-depend \
+               maintainer-clean-generic distclean-am
+       @echo "This command is intended for maintainers to use;"
+       @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
+clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
+distclean-tags clean-tags maintainer-clean-tags distdir \
+mostlyclean-depend distclean-depend clean-depend \
+maintainer-clean-depend info-am info dvi-am dvi check check-am \
+installcheck-am installcheck install-exec-am install-exec \
+install-data-am install-data install-am install uninstall-am uninstall \
+all-redirect all-am all installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff -Nru iterm-0.5.ori/unix/fbiterm/config.guess 
iterm-0.5/unix/fbiterm/config.guess
--- iterm-0.5.ori/unix/fbiterm/config.guess     2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/unix/fbiterm/config.guess 2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-08-13'
+timestamp='2004-11-12'
 
 # 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
@@ -319,6 +319,9 @@
     *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;
+    *:z/VM:*:*)
+       echo s390-ibm-zvmoe
+       exit 0 ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
        exit 0 ;;
@@ -342,7 +345,7 @@
     DRS?6000:unix:4.0:6*)
        echo sparc-icl-nx6
        exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    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 ;;
@@ -824,6 +827,12 @@
     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 ;;
@@ -1241,7 +1250,10 @@
            A*) echo alpha-dec-vms && exit 0 ;;
            I*) echo ia64-dec-vms && exit 0 ;;
            V*) echo vax-dec-vms && exit 0 ;;
-       esac
+       esac ;;
+    *:XENIX:*:SysV)
+       echo i386-pc-xenix
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
diff -Nru iterm-0.5.ori/unix/fbiterm/config.sub 
iterm-0.5/unix/fbiterm/config.sub
--- iterm-0.5.ori/unix/fbiterm/config.sub       2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/unix/fbiterm/config.sub   2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-06-24'
+timestamp='2004-11-30'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -267,7 +267,7 @@
        | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
-       | x86 | xscale | xstormy16 | xtensa \
+       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
@@ -343,8 +343,8 @@
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
-       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-       | xtensa-* \
+       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+       | xstormy16-* | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
@@ -457,6 +457,9 @@
        crds | unos)
                basic_machine=m68k-crds
                ;;
+       crisv32 | crisv32-* | etraxfs*)
+               basic_machine=crisv32-axis
+               ;;
        cris | cris-* | etrax*)
                basic_machine=cris-axis
                ;;
@@ -486,6 +489,10 @@
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
+       djgpp)
+               basic_machine=i586-pc
+               os=-msdosdjgpp
+               ;;
        dpx20 | dpx20-*)
                basic_machine=rs6000-bull
                os=-bosx
@@ -1026,6 +1033,10 @@
                basic_machine=hppa1.1-winbond
                os=-proelf
                ;;
+       xbox)
+               basic_machine=i686-pc
+               os=-mingw32
+               ;;
        xps | xps100)
                basic_machine=xps100-honeywell
                ;;
@@ -1294,6 +1305,9 @@
        -kaos*)
                os=-kaos
                ;;
+       -zvmoe)
+               os=-zvmoe
+               ;;
        -none)
                ;;
        *)
diff -Nru iterm-0.5.ori/unix/Xaw/lib/config.guess 
iterm-0.5/unix/Xaw/lib/config.guess
--- iterm-0.5.ori/unix/Xaw/lib/config.guess     2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/unix/Xaw/lib/config.guess 2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-08-13'
+timestamp='2004-11-12'
 
 # 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
@@ -319,6 +319,9 @@
     *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;
+    *:z/VM:*:*)
+       echo s390-ibm-zvmoe
+       exit 0 ;;
     *:OS400:*:*)
         echo powerpc-ibm-os400
        exit 0 ;;
@@ -342,7 +345,7 @@
     DRS?6000:unix:4.0:6*)
        echo sparc-icl-nx6
        exit 0 ;;
-    DRS?6000:UNIX_SV:4.2*:7*)
+    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 ;;
@@ -824,6 +827,12 @@
     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 ;;
@@ -1241,7 +1250,10 @@
            A*) echo alpha-dec-vms && exit 0 ;;
            I*) echo ia64-dec-vms && exit 0 ;;
            V*) echo vax-dec-vms && exit 0 ;;
-       esac
+       esac ;;
+    *:XENIX:*:SysV)
+       echo i386-pc-xenix
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
diff -Nru iterm-0.5.ori/unix/Xaw/lib/config.sub 
iterm-0.5/unix/Xaw/lib/config.sub
--- iterm-0.5.ori/unix/Xaw/lib/config.sub       2005-01-12 18:26:38.000000000 
+0100
+++ iterm-0.5/unix/Xaw/lib/config.sub   2005-01-16 09:36:52.000000000 +0100
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-06-24'
+timestamp='2004-11-30'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -267,7 +267,7 @@
        | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
-       | x86 | xscale | xstormy16 | xtensa \
+       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
@@ -343,8 +343,8 @@
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
-       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-       | xtensa-* \
+       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+       | xstormy16-* | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
@@ -457,6 +457,9 @@
        crds | unos)
                basic_machine=m68k-crds
                ;;
+       crisv32 | crisv32-* | etraxfs*)
+               basic_machine=crisv32-axis
+               ;;
        cris | cris-* | etrax*)
                basic_machine=cris-axis
                ;;
@@ -486,6 +489,10 @@
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
+       djgpp)
+               basic_machine=i586-pc
+               os=-msdosdjgpp
+               ;;
        dpx20 | dpx20-*)
                basic_machine=rs6000-bull
                os=-bosx
@@ -1026,6 +1033,10 @@
                basic_machine=hppa1.1-winbond
                os=-proelf
                ;;
+       xbox)
+               basic_machine=i686-pc
+               os=-mingw32
+               ;;
        xps | xps100)
                basic_machine=xps100-honeywell
                ;;
@@ -1294,6 +1305,9 @@
        -kaos*)
                os=-kaos
                ;;
+       -zvmoe)
+               os=-zvmoe
+               ;;
        -none)
                ;;
        *)

Reply via email to