As anounced several days ago I did the NMU to DELAY-2. This is the complete
patch for the NMU.

K.

-- 
Lucas Wall <[EMAIL PROTECTED]>      .''`.                      
Buenos Aires, Argentina                : :ř :   Debian GNU/Linux   
http://www.kadath.com.ar               `. `'  http://www.debian.org
PGP: 1024D/84FB46D6                      `-                        
     5D25 528A 83AB 489B 356A        http://people.debian.org/~lwall
     4087 BC9B 4733 84FB 46D6        mailto:[EMAIL PROTECTED]        
diff -u mason-1.0.0/debian/changelog mason-1.0.0/debian/changelog
--- mason-1.0.0/debian/changelog
+++ mason-1.0.0/debian/changelog
@@ -1,3 +1,14 @@
+mason (1.0.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Switched to po-debconf. (closes: #250264)
+  * Added Brazilian Portuguese debconf template translation. (closes: #301321)
+  * Added Czech debconf template translation.
+  * Added French debconf template translation.
+  * Added Norwegian BokmĂĄl debconf template translation.
+
+ -- Lucas Wall <[EMAIL PROTECTED]>  Tue, 12 Apr 2005 10:17:05 -0300
+
 mason (1.0.0-2) unstable; urgency=low
 
   * fix masonlib to support iptables static in kernel
diff -u mason-1.0.0/debian/control mason-1.0.0/debian/control
--- mason-1.0.0/debian/control
+++ mason-1.0.0/debian/control
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Thomas Scheffczyk <[EMAIL PROTECTED]>
 Standards-Version: 3.5.6
-Build-Depends-Indep: debhelper
+Build-Depends-Indep: debhelper (>= 4.1.16)
 
 Package: mason
 Architecture: all
-Depends: bash (>= 2.04-1), debconf
+Depends: bash (>= 2.04-1), debconf (>= 1.2.0)
 Description: Interactively creates a Linux packet filtering firewall.
  Mason creates a firewall that exactly matches the types of
  TCP/IP traffic flowing in, out and through a Linux computer.
diff -u mason-1.0.0/debian/rules mason-1.0.0/debian/rules
--- mason-1.0.0/debian/rules
+++ mason-1.0.0/debian/rules
@@ -19,6 +19,7 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp install-stamp
+       debconf-updatepo
 
        # Add here commands to clean up after the build process.
        -$(MAKE) clean
diff -u mason-1.0.0/debian/templates mason-1.0.0/debian/templates
--- mason-1.0.0/debian/templates
+++ mason-1.0.0/debian/templates
@@ -3,20 +3,19 @@
-Choices: accept, reject, deny
+_Choices: accept, reject, deny
 Default: accept
-Description: Which action should Mason use by default for new firewall rules?
- When Mason detects a new kind of traffic and creates a rule for it,
- what action should the rule take?
+_Description: Default action for new firewall rules:
+ When Mason detects a new kind of traffic and creates a rule for it, what
+ action should the rule take?
  .
- The "accept" action will allow the packet through.  "Reject" will
- stop the packet with a rejection reply, while "deny" will drop the
- packet silently.
+ The "accept" action will allow the packet through.  "Reject" will stop the
+ packet with a rejection reply, while "deny" will drop the packet silently.
 
 Template: mason/defaultpolicy
 Type: select
-Choices: accept, reject, deny
+_Choices: accept, reject, deny
 Default: accept
-Description: Which action should be Mason's default action for rulesets?
- What should the default action be when a packet does not match any of 
- the rules set up by Mason?
+_Description: Default action for rulesets:
+ What should the default action be when a packet does not match any of the
+ rules set up by Mason?
  .
- Again, "accept" allows the packet through, "reject" drops the packet
- with a reply, and "deny" silently drops the packet.
+ Again, "accept" allows the packet through, "reject" drops the packet with
+ a reply, and "deny" silently drops the packet.
reverted:
--- mason-1.0.0/debian/templates.da
+++ mason-1.0.0.orig/debian/templates.da
@@ -1,34 +0,0 @@
-Template: mason/newrulepolicy
-Type: select
-Choices: accept, reject, deny
-Choices-da: 
-Default: accept
-Description: Which action should Mason use by default for new firewall rules?
- When Mason detects a new kind of traffic and creates a rule for it, what
- action should the rule take?
- .
- The "accept" action will allow the packet through.  "Reject" will stop the
- packet with a rejection reply, while "deny" will drop the packet silently.
-Description-da: Hvilken handling skal Mason bruge som standard for nye 
firewall regler?
- Nĺr Mason opdager en nye type trafik og laver en regel for det, hvilken
- handling skal reglen sĺ tage?
- .
- "accept" handlingen vil tillade pakken. "Reject" vil stoppe pakken med et
- afvisnings svar, imens "deny" vil droppe pakken uden at melde tilbage.
-
-Template: mason/defaultpolicy
-Type: select
-Choices: accept, reject, deny
-Choices-da: 
-Default: accept
-Description: Which action should be Mason's default action for rulesets?
- What should the default action be when a packet does not match any of the
- rules set up by Mason?
- .
- Again, "accept" allows the packet through, "reject" drops the packet with
- a reply, and "deny" silently drops the packet.
-Description-da: Hvilken handling skal vćre Masons standard handling for 
regelsćt?
- Hvad skal vćre standard handling, nĺr en pakke ikke passer til nogen af
- reglerne sat opaf Mason?
- Igen, "accept" handlingen vil tillade pakken, "reject" vil stoppe pakken
- med et afvisnings svar, imens "deny" vil droppe pakken uden at melde tilbage.
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/POTFILES.in
+++ mason-1.0.0/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/templates.pot
+++ mason-1.0.0/debian/po/templates.pot
@@ -0,0 +1,76 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-20 11:49+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid "Default action for new firewall rules:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"When Mason detects a new kind of traffic and creates a rule for it, what "
+"action should the rule take?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"The \"accept\" action will allow the packet through.  \"Reject\" will stop "
+"the packet with a rejection reply, while \"deny\" will drop the packet "
+"silently."
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../templates:14
+msgid "accept, reject, deny"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid "Default action for rulesets:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"What should the default action be when a packet does not match any of the "
+"rules set up by Mason?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"Again, \"accept\" allows the packet through, \"reject\" drops the packet "
+"with a reply, and \"deny\" silently drops the packet."
+msgstr ""
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/cs.po
+++ mason-1.0.0/debian/po/cs.po
@@ -0,0 +1,84 @@
+#
+#    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: mason\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-20 11:49+0200\n"
+"PO-Revision-Date: 2005-03-25 18:57+0100\n"
+"Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n"
+"Language-Team: Czech <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid "Default action for new firewall rules:"
+msgstr "Výchozí akce pro nová pravidla firewallu:"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"When Mason detects a new kind of traffic and creates a rule for it, what "
+"action should the rule take?"
+msgstr ""
+"Kdyľ Mason rozpozná nový druh provozu a vytvoří pro něj pravidlo, jak se má "
+"pravidlo chovat?"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"The \"accept\" action will allow the packet through.  \"Reject\" will stop "
+"the packet with a rejection reply, while \"deny\" will drop the packet "
+"silently."
+msgstr ""
+"Akce \"povolit\" paket propustí, akce \"odmítnout\" paket zastaví s odpovědí "
+"zamítnuto a akce \"zakázat\" paket potichu zahodí."
+
+#. Type: select
+#. Choices
+#: ../templates:14
+msgid "accept, reject, deny"
+msgstr "povolit, odmítnout, zakázat"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid "Default action for rulesets:"
+msgstr "Výchozí akce:"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"What should the default action be when a packet does not match any of the "
+"rules set up by Mason?"
+msgstr ""
+"Která akce se má vykonat, jestliľe paket nevyhovuje ľádnému z pravidel "
+"nastavených v programu Mason?"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"Again, \"accept\" allows the packet through, \"reject\" drops the packet "
+"with a reply, and \"deny\" silently drops the packet."
+msgstr ""
+"Analogicky: \"povolit\" paket propustí, \"odmítnout\" paket zahodí s "
+"odpovědí zamítnuto a \"zakázat\" paket zahodí, aniľ by o tom dal protistraně "
+"vědět."
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/pt_BR.po
+++ mason-1.0.0/debian/po/pt_BR.po
@@ -0,0 +1,85 @@
+# 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: mason 1.0.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-20 11:49+0200\n"
+"PO-Revision-Date: 2005-03-25 05:09-0300\n"
+"Last-Translator: Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]"
+"org>\n"
+"Language-Team: Portuguese/Brazil <debian-l10n-portuguese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"pt_BR\n"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid "Default action for new firewall rules:"
+msgstr "Açăo \"default\" para novas regras de firewall:"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"When Mason detects a new kind of traffic and creates a rule for it, what "
+"action should the rule take?"
+msgstr ""
+"Quando Mason detectar um novo tipo de tráfego e criar uma nova regra para "
+"ele, qual açăo a regra deve tomar?"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"The \"accept\" action will allow the packet through.  \"Reject\" will stop "
+"the packet with a rejection reply, while \"deny\" will drop the packet "
+"silently."
+msgstr ""
+"A açăo \"aceitar (accept)\" permitirá que o pacote passe. \"Rejeitar (reject)"
+"\" vai parar o pacote com uma resposta de rejeiçăo, enquanto \"negar (deny)"
+"\" vai descartar o pacote silenciosamente."
+
+#. Type: select
+#. Choices
+#: ../templates:14
+msgid "accept, reject, deny"
+msgstr "aceitar, rejeitar, negar"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid "Default action for rulesets:"
+msgstr "Açăo \"default\" para os conjuntos de regras:"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"What should the default action be when a packet does not match any of the "
+"rules set up by Mason?"
+msgstr ""
+"Qual deverá ser a açăo \"default\" quando um pacote năo se encaixar em "
+"nenhum dos conjuntos de regras configurados no Mason?"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"Again, \"accept\" allows the packet through, \"reject\" drops the packet "
+"with a reply, and \"deny\" silently drops the packet."
+msgstr ""
+"Novamente, \"aceitar (accept)\" permite que o pacote passe, \"rejeitar "
+"(reject)\" descarta o pacote com uma resposta, e \"negar (deny)\" "
+"silenciosamente descarta o pacote."
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/fr.po
+++ mason-1.0.0/debian/po/fr.po
@@ -0,0 +1,83 @@
+#
+#    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: mason\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-20 11:49+0200\n"
+"PO-Revision-Date: 2005-03-25 08:27+0100\n"
+"Last-Translator: Steve Petruzzello <[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: select
+#. Description
+#: ../templates:5
+msgid "Default action for new firewall rules:"
+msgstr "Action par défaut pour les nouvelles rčgles du pare-feu :"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"When Mason detects a new kind of traffic and creates a rule for it, what "
+"action should the rule take?"
+msgstr ""
+"Veuillez choisir l'action ŕ réaliser quand Mason détecte un nouveau type de "
+"trafic et crée une rčgle pour celui-ci."
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"The \"accept\" action will allow the packet through.  \"Reject\" will stop "
+"the packet with a rejection reply, while \"deny\" will drop the packet "
+"silently."
+msgstr ""
+"« accepter » laisse passer le paquet. « rejeter » le rejette en émettant une "
+"réponse de rejet, enfin « refuser » le rejette silencieusement."
+
+#. Type: select
+#. Choices
+#: ../templates:14
+msgid "accept, reject, deny"
+msgstr "accepter, rejeter, refuser"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid "Default action for rulesets:"
+msgstr "Action par défaut pour les jeux de rčgles :"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"What should the default action be when a packet does not match any of the "
+"rules set up by Mason?"
+msgstr ""
+"Veuillez choisir l'action par défaut pour un paquet qui ne correspond ŕ "
+"aucune rčgle établie par Mason."
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"Again, \"accept\" allows the packet through, \"reject\" drops the packet "
+"with a reply, and \"deny\" silently drops the packet."
+msgstr ""
+"« accepter » laisse passer le paquet, « rejeter » le rejette en émettant une "
+"réponse de rejet et « refuser » le rejette silencieusement."
only in patch2:
unchanged:
--- mason-1.0.0.orig/debian/po/nb.po
+++ mason-1.0.0/debian/po/nb.po
@@ -0,0 +1,73 @@
+# mason
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Hans Fredrik Nordhaug <[EMAIL PROTECTED]>, 2005
+msgid ""
+msgstr ""
+"Project-Id-Version: mason\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-05-20 11:49+0200\n"
+"PO-Revision-Date: 2005-03-29 23:08+0100\n"
+"Last-Translator: Hans Fredrik Nordhaug <[EMAIL PROTECTED]>\n"
+"Language-Team: Norwegian Bokmĺl <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid "Default action for new firewall rules:"
+msgstr "Standard handling for nye brannmurregler:"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"When Mason detects a new kind of traffic and creates a rule for it, what "
+"action should the rule take?"
+msgstr ""
+"Nĺr Mason opdager en ny type trafikk og lager en regel for det, hvilken "
+"handling skal regelen sĺ ta?"
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"The \"accept\" action will allow the packet through.  \"Reject\" will stop "
+"the packet with a rejection reply, while \"deny\" will drop the packet "
+"silently."
+msgstr ""
+"«tillat»-handlingen vil tillate pakken. «avvis» vil stoppe pakken med et "
+"avvisningssvar, mens «nekt» vil droppe pakken uten ĺ melde tilbake."
+
+#. Type: select
+#. Choices
+#: ../templates:14
+msgid "accept, reject, deny"
+msgstr "tillat, avvis, nekt"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid "Default action for rulesets:"
+msgstr "Standard handling for regelsett:"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"What should the default action be when a packet does not match any of the "
+"rules set up by Mason?"
+msgstr ""
+"Hva skal vćre standard handling, nĺr en pakke ikke passer til noen av "
+"reglene satt opp av Mason?"
+
+#. Type: select
+#. Description
+#: ../templates:16
+msgid ""
+"Again, \"accept\" allows the packet through, \"reject\" drops the packet "
+"with a reply, and \"deny\" silently drops the packet."
+msgstr ""
+"Igjen, «tillat»-handlingen vil tillate pakken. «avvis» vil stoppe pakken med "
+"et avvisningssvar, mens «nekt» vil droppe pakken uten ĺ melde tilbake."

Attachment: signature.asc
Description: Digital signature

Reply via email to