[nethack] 04/05: Imported Debian patch 3.4.3-9

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:53:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to annotated tag debian/3.4.3-10
in repository nethack.

commit da6aa9251c54146b11939350d78b1ce3a699dc47
Author: Joshua Kwan <joshk at triplehelix.org>
Date:   Wed Nov 8 15:44:07 2006 -0800

    Imported Debian patch 3.4.3-9
---
 debian/changelog                       |  13 ++++
 debian/control                         |   4 +-
 debian/nethack-x11.dirs                |   2 +-
 debian/patches/00list                  |   1 +
 debian/patches/04_manpage_paths.dpatch |   2 +-
 debian/patches/21_gnome_umask.dpatch   |  27 +++++++
 debian/po/ca.po                        |  22 +++---
 debian/po/cs.po                        |  22 +++---
 debian/po/de.po                        | 113 +++++++++++++++++++++++++++++
 debian/po/fr.po                        |  22 +++---
 debian/po/nl.po                        | 126 +++++++++++++++++++++++++++++++++
 debian/po/pt.po                        | 116 ++++++++++++++++++++++++++++++
 debian/po/{templates.pot => sv.po}     |  61 ++++++++++------
 debian/po/templates.pot                |  38 ++++------
 debian/po/vi.po                        |  96 +++++++++++++++----------
 debian/rules                           |   2 +-
 16 files changed, 549 insertions(+), 118 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e5f90fc..4b9bea3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+nethack (3.4.3-9) unstable; urgency=low
+
+  * Version the Build-Depends on libqt3-mt-dev (old old problem that's
+    no longer relevant, really, but good to fix anyway.)
+  * Move fonts to /usr/share/fonts/X11, closes: #362331
+  * Update debconf templates for like every language imaginable.
+    closes: #341036, #365458, #374199, #396107
+  * Update path description in manpage. closes: #389553
+  * Save/restore umask around gnome_init call so that .gnome is created
+    with sane permissions. closes: #397672
+
+ -- Joshua Kwan <joshk at triplehelix.org>  Wed,  8 Nov 2006 15:44:07 -0800
+
 nethack (3.4.3-8) unstable; urgency=low
 
   * Add Vietnamese translation of Debconf templates, thanks Clytie Siddall.
diff --git a/debian/control b/debian/control
index 1be4bcc..e12b4da 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: nethack
 Section: games
 Priority: optional
 Maintainer: Joshua Kwan <joshk at triplehelix.org>
-Standards-Version: 3.6.2
-Build-Depends: flex, bison, groff-base, debhelper (>= 4.1.16), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, xutils, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, libqt3-mt-dev, libgnome-dev, dpatch, po-debconf
+Standards-Version: 3.7.2
+Build-Depends: flex, bison, groff-base, debhelper (>= 5.0.31), libx11-dev, libxt-dev, libxext-dev, libxmu-dev, xutils, bsdmainutils, libxaw7-dev | libxaw-dev, libncurses5-dev | libncurses-dev, libqt3-mt-dev (>= 3:3.3.4-7), libgnome-dev, dpatch, po-debconf
 
 Package: nethack-common
 Architecture: any
diff --git a/debian/nethack-x11.dirs b/debian/nethack-x11.dirs
index c24e09e..f85ba3f 100644
--- a/debian/nethack-x11.dirs
+++ b/debian/nethack-x11.dirs
@@ -1,5 +1,5 @@
 etc/X11/app-defaults
-usr/X11R6/lib/X11/fonts/misc
+usr/share/fonts/X11
 etc/nethack
 usr/games
 usr/lib/games/nethack
diff --git a/debian/patches/00list b/debian/patches/00list
index 68fa5f2..f514dc8 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -15,6 +15,7 @@
 18_overridewin
 19_gnome_ext_events
 20_gcc4_fix
+21_gnome_umask
 90_enh_hpmon
 91_enh_menucolors
 92_enh_paranoid_hit
diff --git a/debian/patches/04_manpage_paths.dpatch b/debian/patches/04_manpage_paths.dpatch
index 1afef58..d4c9fe0 100644
--- a/debian/patches/04_manpage_paths.dpatch
+++ b/debian/patches/04_manpage_paths.dpatch
@@ -38,7 +38,7 @@ exit 0
  It overrides the value from NETHACKDIR, HACKDIR,
  or the directory specified by the game administrator during compilation
 -(usually /usr/games/lib/nethackdir).
-+(usually /usr/lib/games/nethackdir).
++(usually /usr/lib/games/nethack).
  This option is usually only useful to the game administrator.
  The playground must contain several auxiliary files such as help files,
  the list of top scorers, and a subdirectory
diff --git a/debian/patches/21_gnome_umask.dpatch b/debian/patches/21_gnome_umask.dpatch
new file mode 100644
index 0000000..68f7247
--- /dev/null
+++ b/debian/patches/21_gnome_umask.dpatch
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_gnome_umask.dpatch by Joshua Kwan <joshk at triplehelix.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+--- nethack-3.4.3/win/gnome/gnmain.c~	2006-11-08 15:41:29.000000000 -0800
++++ nethack-3.4.3/win/gnome/gnmain.c	2006-11-08 15:41:31.000000000 -0800
+@@ -710,6 +710,7 @@
+     int i;
+     struct timeval tv;
+     uid_t uid, euid;
++    mode_t oldumask;
+ 
+     /* It seems that the authors of gnome_score_init() drop group
+      * priveledges.  We need group priveledges, so until we change the
+@@ -728,7 +729,9 @@
+       setuid(uid);
+     hide_privileges(TRUE);
+     /* XXX gnome_init must print nethack options for --help, but does not */
++    oldumask = umask(022); /* god, gnome 1.2 is retaded */
+     gnome_init ("nethack", VERSION_STRING, argc, argv);
++    umask(oldumask);
+     hide_privileges(FALSE);
+     parse_args (argc, argv);
+ 
diff --git a/debian/po/ca.po b/debian/po/ca.po
index 2d4ba65..dfc880e 100644
--- a/debian/po/ca.po
+++ b/debian/po/ca.po
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nethack_3.4.3-3_templates\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-22 23:04-0700\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
 "PO-Revision-Date: 2004-04-04 19:46GMT\n"
 "Last-Translator: Aleix Badia i Bosch <abadia at ica.es>\n"
 "Language-Team: Catalan <debian-l10n-catalan at lists.debian.org>\n"
@@ -15,13 +15,13 @@ msgstr ""
 
 #. Type: select
 #. Choices
-#: ../nethack-common.templates:3
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
 msgstr "abort, backup, purge, ignore"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
 msgstr ""
 "Voleu que el NetHack faci una còpia de seguretat dels fitxers "
@@ -29,7 +29,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
@@ -45,7 +45,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
@@ -57,7 +57,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
@@ -68,13 +68,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
 msgstr "Voleu que l'eina de recuperació del NetHack sigui setgid games?"
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
@@ -85,7 +85,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
@@ -102,7 +102,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
diff --git a/debian/po/cs.po b/debian/po/cs.po
index e830057..b878ba2 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nethack\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-22 23:04-0700\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
 "PO-Revision-Date: 2004-07-26 13:51+0200\n"
 "Last-Translator: Jan Outrata <outrataj at upcase.inf.upol.cz>\n"
 "Language-Team: Czech <provoz at debian.cz>\n"
@@ -25,19 +25,19 @@ msgstr ""
 
 #. Type: select
 #. Choices
-#: ../nethack-common.templates:3
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
 msgstr "zru�it, z�lohovat, smazat, ignorovat"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
 msgstr "M� NetHack z�lohovat va�e star�, nekompatibiln� ukl�dac� soubory?"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
@@ -53,7 +53,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
@@ -65,7 +65,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
@@ -75,14 +75,14 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
 msgstr ""
 "Chcete nastavit SGID bit pro skupinu games u n�stroje recover hry NetHack?"
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
@@ -92,7 +92,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
@@ -109,7 +109,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644
index 0000000..5bd1d64
--- /dev/null
+++ b/debian/po/de.po
@@ -0,0 +1,113 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the nethack package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
+"PO-Revision-Date: 2006-10-29 21:30+0100\n"
+"Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
+"Language-Team: de <debian-l10n-german at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Choices
+#: ../nethack-common.templates:1001
+msgid "abort, backup, purge, ignore"
+msgstr "abbrechen, sichern, vollst�ndig l�schen, ignorieren"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid "Should NetHack back up your old, incompatible save files?"
+msgstr "Soll NetHack Ihre alten, inkompatiblen Speicherdateien sichern?"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"You are upgrading from a version of NetHack whose save files are not "
+"compatible with the version you are upgrading to. You may either have them "
+"backed up into /tmp, purge them, ignore this problem completely, or abort "
+"this installation and manually handle NetHack's save files. Your score files "
+"will be lost if you choose to purge."
+msgstr ""
+"Sie f�hren ein Upgrade von einer Version von NetHack durch, dessen "
+"Speicherdateien nicht kompatibel zu der Version sind, auf die Sie das "
+"Upgrade durchf�hren. Sie k�nnen entweder in /tmp gesichert werden, "
+"vollst�ndig gel�scht werden, das Problem ignoriert werden oder Sie k�nnen "
+"diese Installation abbrechen und die Speicherdateien von NetHack manuell "
+"bearbeiten. Ihre Dateien mit den Spielst�nden sind verloren, falls Sie "
+"�vollst�ndig l�schen� w�hlen."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"If you choose to back up, the files will be backed up into a gzip-compressed "
+"tar archive in /tmp with a random name starting with 'nethk' and ending in '."
+"tar.gz'."
+msgstr ""
+"Falls Sie ausw�hlen, zu sichern, werden die Dateien in ein gzip-"
+"komprimiertes Tar-Archiv in /tmp mit einem Zufallsnamen, der mit �nethk� "
+"beginnt und auf �.tar.gz� endet, gesichert."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
+"nethack, for versions before 3.4.0)."
+msgstr ""
+"Alte NetHack Speicherdateien k�nnen in /var/games/nethack gefunden werden "
+"(oder in /var/lib/games/nethack bei Versionen vor 3.4.0)."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid "Would you like NetHack's recover utility to be setgid games?"
+msgstr "M�chten Sie, dass NetHacks �recover�-Hilfswerkzeug setgid games wird?"
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"The 'recover' program is installed as part of the nethack-common package and "
+"exists to help the administrator recover broken save files, etc."
+msgstr ""
+"Das �recover�-Programm wird als Teil des nethack-common-Pakets installiert "
+"und existiert, um dem Administrator zu helfen, besch�digte Speicherdateien "
+"usw. zu retten."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"Recover is traditionally installed setgid games, although it does not need "
+"to be in the Debian NetHack installation, as it is automatically run at boot "
+"time as root. Its only usefulness as a setgid binary is to let players as "
+"normal users on the system recover their save files, should NetHack crash or "
+"their connection drop mid-game."
+msgstr ""
+"Traditionell wird �recover� setgid games installiert, obwohl es dies in der "
+"Debian NetHack-Installation nicht braucht, denn es wird beim Systemstart "
+"automatisch als Root ausgef�hrt. Es ist nur hilfreich, um Spielern als "
+"normalen Benutzer auf dem System zu erlauben, ihre Speicherdateien zu "
+"retten, falls NetHack abst�rzen oder ihre Verbindung mitten im Spiel "
+"verloren gehen sollte."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"If you answer no, you will have to run recover as root or as someone in "
+"group games to recover save files after a crash or a connection drop."
+msgstr ""
+"Falls Sie �nein� antworten, m�ssen Sie �recover� als Root aufrufen oder als "
+"jemanden in der Gruppe games, um Speicherdateien nach einem Absturz oder "
+"einer Verbindungsunterbrechung zu retten."
diff --git a/debian/po/fr.po b/debian/po/fr.po
index f9784d2..04ea743 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nethack 3.4.2-2\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-22 23:04-0700\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
 "PO-Revision-Date: 2003-11-03 22:46+0100\n"
 "Last-Translator: Nicolas Bertolissio <nico.bertol at free.fr>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -25,20 +25,20 @@ msgstr ""
 
 #. Type: select
 #. Choices
-#: ../nethack-common.templates:3
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
 msgstr "Abandonner, Garder, Effacer, Ignorer"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
 msgstr ""
 "Faut-il conserver vos anciennes sauvegardes (incompatibles) de NetHack�?"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
@@ -55,7 +55,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
@@ -78,13 +78,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
 msgstr "Souhaitez-vous que l'outil de r�cup�ration soit ��setgid games���?"
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
@@ -95,7 +95,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
@@ -113,7 +113,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644
index 0000000..0ab50df
--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,126 @@
+# Translation of nethack_3.4.3-8_templates.po to Dutch
+# This file is distributed under the same license as the nethack package.
+# Please see debian/copyright.
+#
+# 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.
+# Kurt De Bree <kdebree(AT)telenet(DOT)be>, 2006
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: nethack_3.4.3-8_templates\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
+"PO-Revision-Date: 2006-04-23 17:53+0100\n"
+"Last-Translator: Kurt De Bree <kdebree(AT)telenet(DOT)be>\n"
+"Language-Team: Dutch <debian-l10n-dutch at 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.11.1\n"
+
+#. Type: select
+#. Choices
+#: ../nethack-common.templates:1001
+msgid "abort, backup, purge, ignore"
+msgstr "afbreken, reservekopie maken, wissen (purge), negeren"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid "Should NetHack back up your old, incompatible save files?"
+msgstr ""
+"Moet NetHack een reservekopie van uw oude, incompatibele spelbestanden maken?"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"You are upgrading from a version of NetHack whose save files are not "
+"compatible with the version you are upgrading to. You may either have them "
+"backed up into /tmp, purge them, ignore this problem completely, or abort "
+"this installation and manually handle NetHack's save files. Your score files "
+"will be lost if you choose to purge."
+msgstr ""
+"De nieuwe versie van NetHack gebruikt spelbestanden die niet compatibel zijn "
+"met de NetHack-versie waarnaar u wilt opwaarderen.  U kunt van deze "
+"spelbestanden een reservekopie maken onder /tmp, ze wissen (purge), het "
+"probleem volledig negeren, of het installatieproces afbreken en handmatig de "
+"spelbestanden behandelen. Uw scorebestanden zullen verloren gaan indien u "
+"'wissen' (purge) kiest."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"If you choose to back up, the files will be backed up into a gzip-compressed "
+"tar archive in /tmp with a random name starting with 'nethk' and ending in '."
+"tar.gz'."
+msgstr ""
+"Indien u resevekopiëen wenst te maken, worden deze bewaard onder /tmp als "
+"een, met gzip gecomprimeerd, tar-archief, met een willekeurig gekozen naam "
+"beginnend met 'nethk' en eindigend met '.tar.gz'."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
+"nethack, for versions before 3.4.0)."
+msgstr ""
+"De oude NetHack spelbestanden kunnen gevonden worden in /var/games/nethack "
+"(of /var/lib/games/nethack, voor versies ouder dan 3.4.0)."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid "Would you like NetHack's recover utility to be setgid games?"
+msgstr ""
+"Wilt u NetHack's 'recover'-programma standaard laten uitvoeren door de "
+"'games'-groep?"
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"The 'recover' program is installed as part of the nethack-common package and "
+"exists to help the administrator recover broken save files, etc."
+msgstr ""
+"Het 'recover'-programma is als deel van het nethack-common pakket "
+"geïnstalleerd en dient om de beheerder te helpen om corrupte spelbestanden "
+"te herstellen, enz."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"Recover is traditionally installed setgid games, although it does not need "
+"to be in the Debian NetHack installation, as it is automatically run at boot "
+"time as root. Its only usefulness as a setgid binary is to let players as "
+"normal users on the system recover their save files, should NetHack crash or "
+"their connection drop mid-game."
+msgstr ""
+"Recover wordt traditioneel geïnstalleerd om door de 'games'-groep te laten "
+"uitvoeren, hoewel het niet nodig is voor NetHack in de Debian installatie, "
+"omdat het automatisch tijdens de systeemopstart met rootrechten opgestart "
+"wordt. Het is er alleen om de spelers met beperkte rechten hun spelbestanden "
+"te laten herstellen als NetHack plotseling crashed of hun verbinding tijdens "
+"het spel uitvalt."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"If you answer no, you will have to run recover as root or as someone in "
+"group games to recover save files after a crash or a connection drop."
+msgstr ""
+"Indien u 'nee' antwoordt, moet u recover uitvoeren als root of als iemand in "
+"de groep 'games' om de spelbestanden te herstellen na het uitvallen van de "
+"verbinding of na een crash."
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 0000000..a463aa1
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,116 @@
+# Portuguese translation of nethack.
+# Copyright (C) 2006 THE nethack'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnunet package.
+# Rui Branco <ruipb at debianpt.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: nethack 3.4.3-8\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
+"PO-Revision-Date: 2006-06-17 21:46+0100\n"
+"Last-Translator: Rui Branco <ruipb at debianpt.org>\n"
+"Language-Team: Portuguese <traduz at debianpt.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Choices
+#: ../nethack-common.templates:1001
+msgid "abort, backup, purge, ignore"
+msgstr "abortar, criar cópia de segurança, eiminar ficheiros antigos, ignorar"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid "Should NetHack back up your old, incompatible save files?"
+msgstr ""
+"Deverá o NetHack criar cópias de segurança dos seus ficheiros antigos "
+"incompatíveis?"
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"You are upgrading from a version of NetHack whose save files are not "
+"compatible with the version you are upgrading to. You may either have them "
+"backed up into /tmp, purge them, ignore this problem completely, or abort "
+"this installation and manually handle NetHack's save files. Your score files "
+"will be lost if you choose to purge."
+msgstr ""
+"Está a actualizar a partir de uma versão do NetHack cujos ficheiros gravados "
+"não são compatíveis com a versão para a qual pretende passar. Pode efectuar "
+"cópias de segurança em /tmp/, eliminá-los, ignorar este problema "
+"completamente, ou abortar a instalação e manualmente encarregar-se dos "
+"ficheiros a guardar pelo NetHack's. Os seus ficheiros de pontuação serão "
+"perdidos se escolher eliminar."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"If you choose to back up, the files will be backed up into a gzip-compressed "
+"tar archive in /tmp with a random name starting with 'nethk' and ending in '."
+"tar.gz'."
+msgstr ""
+"Se escolher efectuar cópias de segurança, os ficheiros serão guardados num "
+"arquivo tar comprimidido em gzip em /tmp com um nome aleatório começado em "
+"'nethk' e a acabar em '.tar.gz'."
+
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
+msgid ""
+"Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
+"nethack, for versions before 3.4.0)."
+msgstr ""
+"Os ficheiros antigos do Nethack podem ser encontrados em /var/games/nethack·"
+"(ou·/var/lib/games/nethack,·para versões anteriores a 3.4.0)."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid "Would you like NetHack's recover utility to be setgid games?"
+msgstr ""
+"Deseja que o utilitário recuperador NetHack's recover tenha privilégios em "
+"games?"
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"The 'recover' program is installed as part of the nethack-common package and "
+"exists to help the administrator recover broken save files, etc."
+msgstr ""
+"O programa recuperador ('recover') é instalado como parte do pacote nethack-"
+"common e existe para fornecer ajuda ao administrador a recuperar ficheiros "
+"já gravados e corruptos, etc"
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"Recover is traditionally installed setgid games, although it does not need "
+"to be in the Debian NetHack installation, as it is automatically run at boot "
+"time as root. Its only usefulness as a setgid binary is to let players as "
+"normal users on the system recover their save files, should NetHack crash or "
+"their connection drop mid-game."
+msgstr ""
+"O restauro é tradicionalmente instalado com privilégios em games, no entanto "
+"não necessita de estar na instalação Debian NetHack, visto correr "
+"automaticamente durante o arranque como root. É apenas útil correr como "
+"binário com privilégios para permitir os jogadores (utilizadores normais) do "
+"sistema recuperar os seus próprios ficheiros gravados, no caso de o NetHack "
+"bloquear ou a ligação cair a meio de um jogo."
+
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
+msgid ""
+"If you answer no, you will have to run recover as root or as someone in "
+"group games to recover save files after a crash or a connection drop."
+msgstr ""
+"Se responder não, terá que correr o restauro como root ou como alguém do "
+"grupo games para recuperar os ficheiros depois de um bloqueio ou de uma "
+"queda da ligação."
diff --git a/debian/po/templates.pot b/debian/po/sv.po
similarity index 52%
copy from debian/po/templates.pot
copy to debian/po/sv.po
index 3d474b6..5d7eaab 100644
--- a/debian/po/templates.pot
+++ b/debian/po/sv.po
@@ -11,34 +11,33 @@
 #
 #    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: 2004-05-22 23:04-0700\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
+"Project-Id-Version: nethack 3.4.3-8\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
+"PO-Revision-Date: 2005-11-27 23:15+0100\n"
+"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
+"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: select
 #. Choices
-#: ../nethack-common.templates:3
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
-msgstr ""
+msgstr "avbryt, s�kerhetskopiera, rensa, ignorera"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
-msgstr ""
+msgstr "Ska NetHack s�kerhetskopiera din gamla inkompatibla sparfiler?"
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
@@ -46,41 +45,54 @@ msgid ""
 "this installation and manually handle NetHack's save files. Your score files "
 "will be lost if you choose to purge."
 msgstr ""
+"Du uppgraderar fr�n en version av NetHack vars sparfiler inte �r kompatibla "
+"med den version du uppgraderar till. Du kan antingen s�kerhetskopiera dom "
+"till /tmp, rensa dom, ignorera detta problem totalt eller avbryta "
+"installationen och manuellt hantera NetHacks sparfiler. Dina rekordfiler "
+"kommer att f�rloras om du v�ljer att rensa."
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
 "tar.gz'."
 msgstr ""
+"Om du v�ljer att s�kerhetskopiera kommer filerna att kopieras in i en gzip-"
+"komprimerat tar-arkiv i /tmp med ett slumpat namn som b�rjar med \"nethk\" "
+"och slutar p� \".tar.gz\"."
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
 msgstr ""
+"Gamla sparfiler f�r NetHack kan hittas i /var/games/nethack (eller /var/lib/"
+"games/nethack f�r versioner f�re 3.4.0)."
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
-msgstr ""
+msgstr "Vill du s�tta NetHack-verktyget \"recover\" till setgid games?"
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
 msgstr ""
+"Programmet \"recover\" �r installerat som en del av paketet nethack-common "
+"och finns d�r f�r att hj�lpa administrat�ren att �terh�mta trasiga sparfiler "
+"etc."
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
@@ -88,11 +100,20 @@ msgid ""
 "normal users on the system recover their save files, should NetHack crash or "
 "their connection drop mid-game."
 msgstr ""
+"Recover �r traditionellt installerad som setgid games �ven om det inte "
+"beh�vs vara i Debians NetHack-installation eftersom den k�rs automatiskt som "
+"root vid systemets uppstart. Dess enda anv�ndbara funktion som en setgid-"
+"bin�r �r att l�ta spelare som normala anv�ndare p� systemet �terh�mta deras "
+"sparfiler om NetHack skulle krascha eller deras anslutning bryts mitt i "
+"spelet."
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
 msgstr ""
+"Om du svarar nej m�ste du k�ra recover som root eller som n�gon i gruppen "
+"games f�r att �terh�mta sparfiler efter en krasch eller en avbruten "
+"anslutning."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 3d474b6..b37bebe 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -1,22 +1,14 @@
-#
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
 #
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-22 23:04-0700\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -26,19 +18,19 @@ msgstr ""
 
 #. Type: select
 #. Choices
-#: ../nethack-common.templates:3
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
@@ -49,7 +41,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
@@ -58,7 +50,7 @@ msgstr ""
 
 #. Type: select
 #. Description
-#: ../nethack-common.templates:5
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
@@ -66,13 +58,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
@@ -80,7 +72,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
@@ -91,7 +83,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../nethack-common.templates:22
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
diff --git a/debian/po/vi.po b/debian/po/vi.po
index 9df5710..fef2685 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nethack 3.4.3-7\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-22 23:04-0700\n"
+"Report-Msgid-Bugs-To: joshk at triplehelix.org\n"
+"POT-Creation-Date: 2006-11-08 15:27-0800\n"
 "PO-Revision-Date: 2005-06-27 13:28+0930\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
@@ -15,76 +15,98 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0\n"
 
-#.Type: select
-#.Choices
-#:../nethack-common.templates:3
+#. Type: select
+#. Choices
+#: ../nethack-common.templates:1001
 msgid "abort, backup, purge, ignore"
 msgstr "hủy bỏ, lưu trữ, tẩy, bỏ qua"
 
-#.Type: select
-#.Description
-#:../nethack-common.templates:5
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
 msgid "Should NetHack back up your old, incompatible save files?"
-msgstr "Bạn có muốn trình NetHack lưu trữ các tập tin lưu không tương thích cũ của bạn không?"
+msgstr ""
+"Bạn có muốn trình NetHack lưu trữ các tập tin lưu không tương thích cũ của "
+"bạn không?"
 
-#.Type: select
-#.Description
-#:../nethack-common.templates:5
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
 msgid ""
 "You are upgrading from a version of NetHack whose save files are not "
 "compatible with the version you are upgrading to. You may either have them "
 "backed up into /tmp, purge them, ignore this problem completely, or abort "
 "this installation and manually handle NetHack's save files. Your score files "
 "will be lost if you choose to purge."
-msgstr "Lúc này bạn đang nâng cấp từ một phiên bản Nethack có tập tin lưu không tương thích với phiên bản mới. Như thế thì bạn sẽ phải hoặc lưu trữ các tập tin ấy vào «/tmp», hoặc tẩy hết, hoặc bỏ qua vấn đề này hoàn thành, hoặc hủy bỏ việc cài đặt này và tự quản lý các tập tin lưu của trình NetHack. Nếu bạn chọn tẩy hết thì sẽ mất mọi tập tin điểm."
+msgstr ""
+"Lúc này bạn đang nâng cấp từ một phiên bản Nethack có tập tin lưu không "
+"tương thích với phiên bản mới. Như thế thì bạn sẽ phải hoặc lưu trữ các tập "
+"tin ấy vào «/tmp», hoặc tẩy hết, hoặc bỏ qua vấn đề này hoàn thành, hoặc hủy "
+"bỏ việc cài đặt này và tự quản lý các tập tin lưu của trình NetHack. Nếu bạn "
+"chọn tẩy hết thì sẽ mất mọi tập tin điểm."
 
-#.Type: select
-#.Description
-#:../nethack-common.templates:5
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
 msgid ""
 "If you choose to back up, the files will be backed up into a gzip-compressed "
 "tar archive in /tmp with a random name starting with 'nethk' and ending in '."
 "tar.gz'."
-msgstr "Nếu bạn chọn lưu trữ thì các tập tin ấy sẽ được lưu trữ vào một kho .tar được nén gzip trong «/tmp» với một tên ngẫu nhiên bắt đầu với «nethk» và cuối cùng với «.tar.gz»."
+msgstr ""
+"Nếu bạn chọn lưu trữ thì các tập tin ấy sẽ được lưu trữ vào một kho .tar "
+"được nén gzip trong «/tmp» với một tên ngẫu nhiên bắt đầu với «nethk» và "
+"cuối cùng với «.tar.gz»."
 
-#.Type: select
-#.Description
-#:../nethack-common.templates:5
+#. Type: select
+#. Description
+#: ../nethack-common.templates:1002
 msgid ""
 "Old NetHack save files can be found in /var/games/nethack (or /var/lib/games/"
 "nethack, for versions before 3.4.0)."
-msgstr "Có thể tìm tập tin lưu NetHack cũ trong «/var/games/nethack» (hoặc trong «/var/lib/games/"
-"nethack» cho phiên bản trước 3.4.0)."
+msgstr ""
+"Có thể tìm tập tin lưu NetHack cũ trong «/var/games/nethack» (hoặc trong «/"
+"var/lib/games/nethack» cho phiên bản trước 3.4.0)."
 
-#.Type: boolean
-#.Description
-#:../nethack-common.templates:22
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
 msgid "Would you like NetHack's recover utility to be setgid games?"
 msgstr "Bạn có muốn lập tiện ích phục hồi của NetHack là «setgid games» không?"
 
-#.Type: boolean
-#.Description
-#:../nethack-common.templates:22
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
 msgid ""
 "The 'recover' program is installed as part of the nethack-common package and "
 "exists to help the administrator recover broken save files, etc."
-msgstr "Có cài đặt chương trình «phục hồi» là một phần của gói tin «nethack-common». Nó giúp đỡ quản trị phục hồi tập tin lưu bị hỏng v.v."
+msgstr ""
+"Có cài đặt chương trình «phục hồi» là một phần của gói tin «nethack-common». "
+"Nó giúp đỡ quản trị phục hồi tập tin lưu bị hỏng v.v."
 
-#.Type: boolean
-#.Description
-#:../nethack-common.templates:22
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
 msgid ""
 "Recover is traditionally installed setgid games, although it does not need "
 "to be in the Debian NetHack installation, as it is automatically run at boot "
 "time as root. Its only usefulness as a setgid binary is to let players as "
 "normal users on the system recover their save files, should NetHack crash or "
 "their connection drop mid-game."
-msgstr "Trình phục hồi thường được cài đặt là «setgid games», dù nó không cần có trong bản cài đặt NetHack Debian, vì nó tự động được chạy với tư cách người chủ (root) khi khởi động máy. Khi lập nhị phân setgid, nó có ích chỉ để cho phép người chơi là người dùng bình thường trong hệ thống, có thể phục hồi tập tin lưu, nếu trình NetHack bị hỏng hoặc nếu kết nối bị ngắt trong khi chơi."
+msgstr ""
+"Trình phục hồi thường được cài đặt là «setgid games», dù nó không cần có "
+"trong bản cài đặt NetHack Debian, vì nó tự động được chạy với tư cách người "
+"chủ (root) khi khởi động máy. Khi lập nhị phân setgid, nó có ích chỉ để cho "
+"phép người chơi là người dùng bình thường trong hệ thống, có thể phục hồi "
+"tập tin lưu, nếu trình NetHack bị hỏng hoặc nếu kết nối bị ngắt trong khi "
+"chơi."
 
-#.Type: boolean
-#.Description
-#:../nethack-common.templates:22
+#. Type: boolean
+#. Description
+#: ../nethack-common.templates:2001
 msgid ""
 "If you answer no, you will have to run recover as root or as someone in "
 "group games to recover save files after a crash or a connection drop."
-msgstr "Nếu bạn trả lời «Không» thì sẽ phải chạy trình phục hồi (recover) với tư cách người chủ (root), hoặc với tư cách người chơi trong trò chơi nhóm, để phục hồi tập tin lưu sau khi bị hỏng hoặc sau khi kết nối bị ngắt."
+msgstr ""
+"Nếu bạn trả lời «Không» thì sẽ phải chạy trình phục hồi (recover) với tư "
+"cách người chủ (root), hoặc với tư cách người chơi trong trò chơi nhóm, để "
+"phục hồi tập tin lưu sau khi bị hỏng hoặc sau khi kết nối bị ngắt."
diff --git a/debian/rules b/debian/rules
index 82c5350..4b73e3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ install: build
 	  
 	/usr/bin/X11/bdftopcf -o nh10.pcf win/X11/nh10.bdf 
 	gzip -9f nh10.pcf
-	install -m 644 nh10.pcf.gz debian/nethack-x11/usr/X11R6/lib/X11/fonts/misc/
+	install -m 644 nh10.pcf.gz debian/nethack-x11/usr/share/fonts/X11/misc
 	# all graphics data needed by the graphical front ends
 	for file in x11tiles pet_mark.xbm rip.xpm mapbg.xpm; do \
 	  install -m 0644 -o root -g root dat/$$file \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list