Bug#564191: esmtp: [INTL:it] Italian translation

2010-01-08 Thread Vincenzo Campanella
Package: esmtp
Version: 1.2-1
Severity: wishlist
Tags: l10n patch

Enclosed please find the Italian translation of the above package.

Best regards
vince
# ITALIAN TRANSLATION OF ESMTP'S PO-DEBCONF FILE.
# COPYRIGHT (C) 2009 THE ESMTP'S COPYRIGHT HOLDER
# This file is distributed under the same license as the esmtp package.
#
# Vincenzo Campanella , 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: esmtp 1.2-1\n"
"Report-Msgid-Bugs-To: es...@packages.debian.org\n"
"POT-Creation-Date: 2009-12-26 15:14+0100\n"
"PO-Revision-Date: 2009-12-29 15:49+0100\n"
"Last-Translator: Vincenzo Campanella \n"
"Language-Team: Italian \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Automatically overwrite configuration files?"
msgstr "Sovrascrivere automaticamente i file di configurazione?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"The mail configuration file /etc/esmtprc can be automatically updated on "
"each upgrade with the information supplied to the debconf database. If you "
"do not want this to happen (i.e., you want to maintain control of this file "
"yourself) then unset this option to prevent the program touching this file."
msgstr ""
"Il file di configurazione della posta elettronica «/etc/esmtprc» può essere "
"sovrascritto automaticamente a ogni aggiornamento con le informazioni "
"fornite nel database debconf. Se non si desidera che questo accada (cioè se "
"si desidera mantenere il controllo su questo file), disattivare questa "
"opzione onde evitare che il programma modifichi questo file."

#. Type: string
#. Description
#: ../templates:2001
msgid "SMTP server hostname:"
msgstr "Nome host del server SMTP:"

#. Type: string
#. Description
#: ../templates:3001
msgid "SMTP server port number:"
msgstr "Numero di porta del server SMTP:"

#. Type: string
#. Description
#: ../templates:4001
msgid "Authentication username:"
msgstr "Nome utente per l'autenticazione:"

#. Type: string
#. Description
#: ../templates:4001
msgid ""
"This is the username to be given to the mailhub if authentication is "
"required by the SMTP server."
msgstr ""
"Questo è il nome utente da fornire all'hub della posta elettronica se il "
"server SMTP richiede l'autenticazione."

#. Type: string
#. Description
#: ../templates:4001
msgid ""
"Do NOT set the username and password on the system configuration file unless "
"you are the sole user of this machine.  Esmtp is not run with suid "
"privileges therefore the system configuration file must be readable by "
"everyone.  If your SMTP server requires authorization and you are not the "
"only user then accept the default options in the system configuration file "
"for local delivery and specify your personal SMTP account details in the "
"user configuration file."
msgstr ""
"NON impostare nome utente e password nel file di configurazione del sistema, "
"a meno che non si sia l'unico utente della macchina: esmtp non viene "
"eseguito con privilegi suid, pertanto il file di configurazione del sistema "
"deve essere leggibile da chiunque. Se il proprio server SMTP richiede "
"l'autenticazione e non si è l'unico utente della macchina, accettare le "
"opzioni predefinite nel file di configurazione del sistema per la consegna "
"locale e specificare le informazioni sul proprio account SMTP nel file di "
"configurazione utente."

#. Type: password
#. Description
#: ../templates:5001
msgid "Authentication password:"
msgstr "Password di autenticazione:"

#. Type: password
#. Description
#: ../templates:5001
msgid ""
"This is the password to be given to the mailhub if authentication is "
"required by the SMTP server."
msgstr ""
"Questa è la password da fornire all'hub della posta elettronica se il server "
"SMTP richiede l'autenticazione."

#. Type: select
#. Choices
#: ../templates:6001
msgid "enabled"
msgstr "abilitato"

#. Type: select
#. Choices
#: ../templates:6001
msgid "disabled"
msgstr "disabilitato"

#. Type: select
#. Choices
#: ../templates:6001
msgid "required"
msgstr "richiesto"

#. Type: select
#. Description
#: ../templates:6002
msgid "Whether to use the Starttls extension"
msgstr "Se utilizzare l'estensione StartTLS"

#. Type: password
#. Description
#: ../templates:7001
msgid "Certificate passphrase:"
msgstr "Frase di accesso del certificato:"

#. Type: password
#. Description
#: ../templates:7001
msgid " This is the certificate passphrase for the StartTLS extension."
msgstr ""
" Questa è la frase di riconoscimento del certificato per l'estensione "
"StartTLS."

#. Type: select
#. Choices
#: ../templates:8001
msgid "none"
msgstr "nessuno"

#. Type: select
#. Choices
#: ../templates:8001
msgid "procmail"
msgstr "procmail"

#. Type: select
#. Choices
#: ../templates:8001
msgid "deliver"
msgstr "consegna"

#. Type: select
#. Choices
#: ../templates:8001
msgid "maildrop"
msgstr "maildrop"

#. Type: select
#. Description
#: ../templates:8002
msgid "Mail De

Bug#564205: htdig: always rebuild endings and synonyms databases

2010-01-08 Thread Francesco Potortì
Package: htdig
Version: 1:3.2.0b6-9
Severity: minor
File: /usr/bin/rundig

I applied this patch that apparently corrects the problem:

--- /usr/bin/rundig~2009-07-27 06:03:09.0 +0200
+++ /usr/bin/rundig 2010-01-08 12:20:24.0 +0100
@@ -81,13 +81,13 @@
 # These databases are semi-static, so even if pages change,
 # these databases will not need to be rebuilt.
 #
-if [ "`ls -t $COMMONDIR/english.0 $COMMONDIR/word2root.db 2>/dev/null | sed 
1q`" = \
+if [ "`ls -t $COMMONDIR/english.0 $DBDIR/word2root.db 2>/dev/null | sed 1q`" = 
\
"$COMMONDIR/english.0" ]
 then
 $BINDIR/htfuzzy $opts endings
 fi
 
-if [ "`ls -t $COMMONDIR/synonyms $COMMONDIR/synonyms.db 2>/dev/null | sed 1q`" 
= \
+if [ "`ls -t $COMMONDIR/synonyms $DBDIR/synonyms.db 2>/dev/null | sed 1q`" = \
"$COMMONDIR/synonyms" ]
 then
 $BINDIR/htfuzzy $opts synonyms


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages htdig depends on:
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libgcc11:4.4.2-8 GCC support library
ii  libstdc++6 4.4.2-8   The GNU Standard C++ Library v3
ii  lockfile-progs 0.1.13Programs for locking and unlocking
ii  perl   5.10.1-8  Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

htdig recommends no packages.

Versions of packages htdig suggests:
ii  apache2-mpm-prefork [httpd]  2.2.14-4Apache HTTP Server - traditional n
ii  htdig-doc1:3.2.0b6-9 web search and indexing system - d

-- debconf information:
* htdig/run-rundig: true
* htdig/generate-databases: true

-- debsums errors found:
debsums: changed file /usr/bin/rundig (from htdig package)



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#564213: htdig: error when building endings and synonyms databases

2010-01-08 Thread Francesco Potortì
Package: htdig
Version: 1:3.2.0b6-9
Severity: normal
File: /usr/bin/rundig

The following errors are printed by rundig when it calls htfuzzy:

/bin/mv: `/var/lib/htdig/synonyms.db' and `/var/lib/htdig/synonyms.db' are the 
same file
/bin/mv: `/var/lib/htdig/root2word.db' and `/var/lib/htdig/root2word.db' are 
the same file
/bin/mv: `/var/lib/htdig/word2root.db' and `/var/lib/htdig/word2root.db' are 
the same file

This patch should correct the problem:

--- /usr/bin/rundig~2009-07-27 06:03:09.0 +0200
+++ /usr/bin/rundig 2010-01-08 12:46:58.0 +0100
@@ -51,7 +51,8 @@
 # secure.  Also, be aware that on some systems, /tmp is a memory
 # mapped filesystem that takes away from virtual memory.
 #
-TMPDIR=$DBDIR
+TMPDIR=$DBDIR/tmp
+mkdir -p $TMPDIR
 export TMPDIR
 
 $BINDIR/htdig -i $opts $stats $alt


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages htdig depends on:
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libgcc11:4.4.2-8 GCC support library
ii  libstdc++6 4.4.2-8   The GNU Standard C++ Library v3
ii  lockfile-progs 0.1.13Programs for locking and unlocking
ii  perl   5.10.1-8  Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

htdig recommends no packages.

Versions of packages htdig suggests:
ii  apache2-mpm-prefork [httpd]  2.2.14-4Apache HTTP Server - traditional n
ii  htdig-doc1:3.2.0b6-9 web search and indexing system - d

-- debconf information:
* htdig/run-rundig: true
* htdig/generate-databases: true

-- debsums errors found:
debsums: changed file /usr/bin/rundig (from htdig package)



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



libxml-sablot-perl REMOVED from testing

2010-01-08 Thread Debian testing watch
FYI: The status of the libxml-sablot-perl source package
in Debian's testing distribution has changed.

  Previous version: 1.0-2
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



innerspace.app REMOVED from testing

2010-01-08 Thread Debian testing watch
FYI: The status of the innerspace.app source package
in Debian's testing distribution has changed.

  Previous version: 0.2.0-4
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



halevt 0.1.5-2 MIGRATED to testing

2010-01-08 Thread Debian testing watch
FYI: The status of the halevt source package
in Debian's testing distribution has changed.

  Previous version: 0.1.5-1.1
  Current version:  0.1.5-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 561302, tagging 562885, tagging 562909, tagging 562914, tagging 562950, tagging 563349 ...

2010-01-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> tags 561302 + pending
Bug #561302 [wnpp] ITA: esmtp -- User configurable relay-only MTA
Added tag(s) pending.
> tags 562885 + pending
Bug #562885 [esmtp] [INTL:sv] Swedish strings for esmtp debconf
Added tag(s) pending.
> tags 562909 + pending
Bug #562909 [esmtp] [l10n] Czech translation for esmtp
Added tag(s) pending.
> tags 562914 + pending
Bug #562914 [esmtp] esmtp: [INTL:fr] French debconf templates translation update
Added tag(s) pending.
> tags 562950 + pending
Bug #562950 [esmtp] esmtp: [INTL:ja] Update po-debconf template translation 
(ja.po)
Added tag(s) pending.
> tags 563349 + pending
Bug #563349 [esmtp] esmtp: [INTL:ru] Russian debconf templates translation 
update
Added tag(s) pending.
> tags 563377 + pending
Bug #563377 [esmtp] esmtp: [INTL:pt] Updated Portuguese translation for debconf 
messages
Added tag(s) pending.
> tags 563582 + pending
Bug #563582 [esmtp] [INTL:de] German translation for esmtp (debconf)
Added tag(s) pending.
> tags 564026 + pending
Bug #564026 [esmtp] [INTL:es] Spanish debconf template translation for esmtp
Added tag(s) pending.
> tags 564191 + pending
Bug #564191 [esmtp] esmtp: [INTL:it] Italian translation
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org