Your message dated Fri, 28 Nov 2008 11:35:52 GMT
with message-id <[EMAIL PROTECTED]>
and subject line opendb has been removed from Debian, closing #425161
has caused the Debian Bug report #425161,
regarding opendb: diff for NMU version 0.81p20-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
425161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425161
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: opendb
Version: 0.81p20-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my opendb 0.81p20-1.1 NMU during the current
BSP which I'll upload to delayed-0.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u opendb-0.81p20/debian/postrm opendb-0.81p20/debian/postrm
--- opendb-0.81p20/debian/postrm
+++ opendb-0.81p20/debian/postrm
@@ -3,77 +3,79 @@
 
 set -e
 
-# source the debconf wrapper functions
-. /usr/share/debconf/confmodule
-
-db_version 2.0 || [ $? -lt 30 ]
-
 case "$1" in
    purge)
       
-      db_get opendb/mysql/configure 
-      if [ "$RET" = true ]; then
-         
-         db_get opendb/purge
+      if [ -f /usr/share/debconf/confmodule ]; then
+         # source the debconf wrapper functions
+         . /usr/share/debconf/confmodule
+   
+         db_version 2.0 || [ $? -lt 30 ]
+   
+         db_get opendb/mysql/configure 
          if [ "$RET" = true ]; then
+            
+            db_get opendb/purge
+            if [ "$RET" = true ]; then
+            
+               db_get opendb/mysql/dbserver
+               dbserver=$RET
+               db_get opendb/mysql/dbadmin
+               dbadmin=$RET
+               db_input critical opendb/mysql/dbadmpass || true
+               db_go || true
          
-            db_get opendb/mysql/dbserver
-            dbserver=$RET
-            db_get opendb/mysql/dbadmin
-            dbadmin=$RET
-            db_input critical opendb/mysql/dbadmpass || true
-            db_go || true
+               db_get opendb/mysql/dbadmpass || true
+               dbadmpass=$RET
       
-            db_get opendb/mysql/dbadmpass || true
-            dbadmpass=$RET
+               # remove the user
+               db_get opendb/mysql/dbuser
+               dbuser=$RET
+               . /usr/share/wwwconfig-common/mysql-dropuser.sh || true
    
-            # remove the user
-            db_get opendb/mysql/dbuser
-            dbuser=$RET
-            . /usr/share/wwwconfig-common/mysql-dropuser.sh || true
-
-            # remove the database
-            db_get opendb/mysql/dbname
-            dbname=$RET
-            . /usr/share/wwwconfig-common/mysql-dropdb.sh || true
-
-            # remove cover art
-            rm -fr /var/lib/opendb
+               # remove the database
+               db_get opendb/mysql/dbname
+               dbname=$RET
+               . /usr/share/wwwconfig-common/mysql-dropdb.sh || true
+   
+               # remove cover art
+               rm -fr /var/lib/opendb
+            fi
          fi
+   
+         db_get opendb/restart-webserver || true
+         webservers="$RET"
+         restart=""
+   
+         for webserver in $webservers; do
+             webserver=${webserver%,}
+   
+             case "$webserver" in
+                 apache|apache-perl|apache-ssl|apache2)
+                     rm -f /etc/$webserver/conf.d/opendb
+                     test -x /usr/sbin/$webserver || continue
+                     db_reset opendb/restart-webserver
+                     db_subst opendb/restart-webserver webserver "$webserver"
+                     db_input opendb/restart-webserver high || true
+                     db_go
+                     db_get opendb/restart-webserver
+                     if [ "$RET" = "true" ]; then
+                         restart="$restart $webserver"
+                     fi
+                     ;;
+             esac
+         done
+   
+         for webserver in $restart; do
+             webserver=${webserver%,}
+             if [ -x /usr/sbin/invoke-rc.d ]; then
+                 invoke-rc.d $webserver restart
+             else
+                 /etc/init.d/$webserver restart
+              fi
+         done
       fi
 
-      db_get opendb/restart-webserver || true
-      webservers="$RET"
-      restart=""
-
-      for webserver in $webservers; do
-          webserver=${webserver%,}
-
-          case "$webserver" in
-              apache|apache-perl|apache-ssl|apache2)
-                  rm -f /etc/$webserver/conf.d/opendb
-                  test -x /usr/sbin/$webserver || continue
-                  db_reset opendb/restart-webserver
-                  db_subst opendb/restart-webserver webserver "$webserver"
-                  db_input opendb/restart-webserver high || true
-                  db_go
-                  db_get opendb/restart-webserver
-                  if [ "$RET" = "true" ]; then
-                      restart="$restart $webserver"
-                  fi
-                  ;;
-          esac
-      done
-
-      for webserver in $restart; do
-          webserver=${webserver%,}
-          if [ -x /usr/sbin/invoke-rc.d ]; then
-              invoke-rc.d $webserver restart
-          else
-              /etc/init.d/$webserver restart
-           fi
-      done
-
       for websvrs in apache apache-perl apache-ssl apache2; do
         rm -f /etc/$websvrs/conf.d/opendb
       done
@@ -95,5 +97,5 @@
 #DEBHELPER#
 
-db_stop
+db_stop || true
 
 exit 0
diff -u opendb-0.81p20/debian/postinst opendb-0.81p20/debian/postinst
--- opendb-0.81p20/debian/postinst
+++ opendb-0.81p20/debian/postinst
@@ -169,7 +169,7 @@
       
             chown -R www-data:www-data /var/lib/opendb/covers
 	    chown -R www-data:www-data /var/lib/opendb/upload
-            chown root.www-data /etc/opendb/opendb.conf
+            chown root:www-data /etc/opendb/opendb.conf
    ;;
 
    abort-upgrade|abort-remove|abort-deconfigure)
diff -u opendb-0.81p20/debian/changelog opendb-0.81p20/debian/changelog
--- opendb-0.81p20/debian/changelog
+++ opendb-0.81p20/debian/changelog
@@ -1,3 +1,13 @@
+opendb (0.81p20-1.1) unstable; urgency=high
+
+  * Non-maintainer upload during BSP.
+  * Fix unconditional use of debconf in postrm (Closes: #417025).
+  * Add php5 alternatives to dependencies (Closes: #424834).
+  * Add Spanish debconf translation (Closes: #413781).
+  * Add Portuguese debconf translation (Closes: #417922).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sat, 19 May 2007 18:01:39 +0200
+
 opendb (0.81p20-1) unstable; urgency=low
 
   * New upstream release (Closes: #410872)
diff -u opendb-0.81p20/debian/control opendb-0.81p20/debian/control
--- opendb-0.81p20/debian/control
+++ opendb-0.81p20/debian/control
@@ -7,7 +7,7 @@
 
 Package: opendb
 Architecture: all
-Depends: apache | apache-ssl | apache-perl | apache2, php4 | php4-cgi | libapache2-mod-php4, postfix | mail-transport-agent, php4-mysql, wwwconfig-common, php4-gd, ${misc:Depends}
+Depends: apache | apache-ssl | apache-perl | apache2, php5 | php4 | php5-cgi | php4-cgi | libapache2-mod-php5 | libapache2-mod-php4, postfix | mail-transport-agent, php5-mysql | php4-mysql, wwwconfig-common, php5-gd | php4-gd, ${misc:Depends}
 Description: Web-based lending database written in PHP
  OpenDb - The Open Media Lending Database project - is an extremely flexible
  web application to catalogue all sorts of things including DVD, VCD,
diff -u opendb-0.81p20/debian/preinst opendb-0.81p20/debian/preinst
--- opendb-0.81p20/debian/preinst
+++ opendb-0.81p20/debian/preinst
@@ -14,8 +14,10 @@
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
-# source the debconf wrapper functions
-. /usr/share/debconf/confmodule
+if [ -f /usr/share/debconf/confmodule ]; then
+   # source the debconf wrapper functions
+   . /usr/share/debconf/confmodule
+fi
 
 case "$1" in
    install)
@@ -33,7 +35,7 @@
    ;;
 esac
 
-db_stop
+db_stop || true
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.
only in patch2:
unchanged:
--- opendb-0.81p20.orig/debian/po/es.po
+++ opendb-0.81p20/debian/po/es.po
@@ -0,0 +1,276 @@
+# opendb translation to spanish
+# Copyright (C) 2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the package.
+#
+# Changes:
+# - Initial translation
+#     Manuel Porras Peralta , 2007
+#
+#
+#  Traductores, si no conoce el formato PO, merece la pena leer la
+#  documentaci??n de gettext, especialmente las secciones dedicadas a este
+#  formato, por ejemplo ejecutando:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+# Equipo de traducci??n al espa??ol, por favor lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducci??n de Debian al espa??ol
+#   http://www.debian.org/intl/spanish/
+#   especialmente las notas y normas de traducci??n en
+#   http://www.debian.org/intl/spanish/notas
+#
+# - La gu??a de traducci??n de po's de debconf:
+#   /usr/share/doc/po-debconf/README-trans
+#   o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+# Si tiene dudas o consultas sobre esta traducci??n consulte con el ??ltimo
+# traductor (campo Last-Translator) y ponga en copia a la lista de
+# traducci??n de Debian al espa??ol (<[EMAIL PROTECTED]>)
+
+msgid ""
+msgstr ""
+"Project-Id-Version: opendb\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-02-15 04:32+0100\n"
+"PO-Revision-Date: 2007-02-25 13:51+0100\n"
+"Last-Translator: Manuel Porras Peralta ??Venturi?? <[EMAIL PROTECTED]>\n"
+"Language-Team: Debian Spanish <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../templates:1001
+msgid "apache, apache-ssl, apache-perl, apache2"
+msgstr "apache, apache-ssl, apache-perl, apache2"
+
+#. Type: multiselect
+#. Description
+#: ../templates:1002
+msgid "Which web server would you like to reconfigure automatically?"
+msgstr "??Qu?? servidor web le gustar??a reconfigurar autom??ticamente?"
+
+#. Type: multiselect
+#. Description
+#: ../templates:1002
+msgid ""
+"If you do not select a web server to reconfigure automatically, opendb  will "
+"not be usable until you reconfigure your webserver to enable opendb."
+msgstr ""
+"Si no elige ning??n servidor web para que se reconfigure autom??ticamente, no "
+"podr?? utilizar opendb hasta que no reconfigure su servidor web para que "
+"active opendb."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should ${webserver} be restarted?"
+msgstr "??Deber??a reiniciarse ${webserver}?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Remember that in order to activate the new configuration ${webserver} has to "
+"be restarted. You can also restart ${webserver} by manually executing invoke-"
+"rc.d ${webserver} restart."
+msgstr ""
+"Recuerde que debe reiniciar ${webserver} para activar la nueva configuraci??n. "
+"Tambi??n puede reiniciar ${webserver} ejecutando manualmente ??invoke-rc.d "
+"${webserver} restart??."
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid "Configure MySQL"
+msgstr "Configurar MySQL"
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid ""
+"Should Opendb attempt to configure MySQL automatically?  If not, see the "
+"instructions in /usr/share/doc/opendb/README.Debian. Say No if mysql-server "
+"is being installed at the same time as opendb. Read the file /usr/share/doc/"
+"mysql-serv/README.Debian to enable networking. It may be wise to set a new "
+"mysql root password when installing mysql-server."
+msgstr ""
+"??Debe intentar Opendb configurar MySQL autom??ticamente? Si contesta no, "
+"siga las instrucciones en ??/usr/share/doc/opendb/README.Debian??. Conteste "
+"??No?? si mysql-server se est?? instalando a la vez que opendb. Lea el "
+"archivo ??/usr/share/doc/mysql-serv/README.Debian?? para habilitar la red. "
+"Es aconsejable establecer una nueva contrase??a de root de mysql cuando instale "
+"mysql-server."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "MySQL Host"
+msgstr "Servidor de MySQL"
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid ""
+"The name or IP of the host running MySQL that will store the Opendb database."
+msgstr ""
+"Nombre o IP del servidor de MySQL que almacenar?? la base de datos Opendb."
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Database admin user who can create a database"
+msgstr "Usuario administrador de bases de datos que puede crear una base de datos"
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Database admin user account capable of creating new databases."
+msgstr ""
+"Cuenta de usuario administrador de bases de datos capacitado para crear "
+"nuevas bases de datos."
+
+#. Type: boolean
+#. Description
+#: ../templates:6001
+msgid "Delete database and cover art files on purge"
+msgstr "Eliminar la base de datos y los archivos ??cover art?? al purgar"
+
+#. Type: boolean
+#. Description
+#: ../templates:6001
+msgid ""
+"Should the database and all cover art files be removed when Opendb is purged?"
+msgstr ""
+"??Deber??n eliminarse todos los archivos ??cover art?? y la base de datos cuando "
+"se purgue Opendb?"
+
+#. Type: string
+#. Description
+#: ../templates:7001
+msgid "Opendb database name"
+msgstr "Nombre de la base de datos de Opendb"
+
+#. Type: string
+#. Description
+#: ../templates:7001
+msgid "Name of the opendb database."
+msgstr "Nombre de la base de datos de Opendb."
+
+#. Type: string
+#. Description
+#: ../templates:8001
+msgid "Opendb database user"
+msgstr "Usuario de la base de datos de Opendb"
+
+#. Type: string
+#. Description
+#: ../templates:8001
+msgid "Database user account name."
+msgstr "Nombre de la cuenta de usuario de la base de datos."
+
+#. Type: password
+#. Description
+#: ../templates:9001
+msgid "Database user password"
+msgstr "Contrase??a del usuario de la base de datos"
+
+#. Type: password
+#. Description
+#: ../templates:9001
+msgid "Password for the database user account."
+msgstr "Contrase??a para la cuenta de usuario de la base de datos."
+
+#. Type: password
+#. Description
+#: ../templates:10001
+msgid "Database admin password"
+msgstr "Contrase??a del administrador de la base de datos"
+
+#. Type: password
+#. Description
+#: ../templates:10001
+msgid "Password for the database admin user account."
+msgstr "Contrase??a para la cuenta del administrador de la base de datos."
+
+#. Type: string
+#. Description
+#: ../templates:11001
+msgid "OpenDB Administrator Name"
+msgstr "Nombre del administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:11001
+msgid "Name of the OpenDB administrator"
+msgstr "Nombre del administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:12001
+msgid "OpenDB Administrator E-mail"
+msgstr "Direcci??n de correo electr??nico del administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:12001
+msgid "E-mail address of the OpenDB administrator"
+msgstr "Direcci??n de correo electr??nico del administrador de OpenDB"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid "Must upgrade database format"
+msgstr "Debe actualizar el formato de la base de datos"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"The OpenDb database format has changed.  The OpenDb database format must be "
+"upgraded before you can use OpenDb."
+msgstr ""
+"El formato de la base de datos de OpenDB ha cambiado. Debe actualizar el "
+"formato de la base de datos de OpenDB antes de usarlo."
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"First, set $CONFIG_VARS['patch.enable'] to TRUE in  /etc/opendb/opendb.conf"
+msgstr ""
+"Primero, cambie $CONFIG_VARS['patch.enable'] a TRUE en ??/etc/opendb/"
+"opendb.conf??"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"Then start the patch wizard (For example: http://www.example.com/opendb/";
+"patch.php)."
+msgstr ""
+"Despu??s ejecute el asistente para aplicar el parche (Por ejemplo: "
+"??http://www.ejemplo.com/opendb/patch.php)."
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"Select \"Upgrade from OpenDb 0.62 to 0.80\" then select \"Upgrade from "
+"OpenDb 0.80 to 0.81p11\""
+msgstr ""
+"Elija ??Upgrade from OpenDb 0.62 to 0.80?? y despu??s elija ??Upgrade from "
+"OpenDb 0.80 to 0.81p11??"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"After you use the patch wizard, you should set $CONFIG_VARS['patch.enable'] "
+"to FALSE in /etc/opendb/opendb.conf"
+msgstr ""
+"Tras usar el parcheador, debe cambiar $CONFIG_VARS['patch.enable'] a FALSE "
+"en ??/etc/opendb/opendb.conf??"
only in patch2:
unchanged:
--- opendb-0.81p20.orig/debian/po/pt.po
+++ opendb-0.81p20/debian/po/pt.po
@@ -0,0 +1,249 @@
+# Portuguese translation for opendb's debconf messages
+# Copyright (C) 2007 Miguel Figueiredo
+# This file is distributed under the same license as the OpenDB package.
+# Miguel Figueiredo <[EMAIL PROTECTED]>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: opendb 081p20-1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-02-15 04:32+0100\n"
+"PO-Revision-Date: 2007-03-26 21:01+0000\n"
+"Last-Translator: Miguel Figueiredo <[EMAIL PROTECTED]>\n"
+"Language-Team: Portuguese <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../templates:1001
+msgid "apache, apache-ssl, apache-perl, apache2"
+msgstr "apache, apache-ssl, apache-perl, apache2"
+
+#. Type: multiselect
+#. Description
+#: ../templates:1002
+msgid "Which web server would you like to reconfigure automatically?"
+msgstr "Que servidor web deseja configurar automaticamente?"
+
+#. Type: multiselect
+#. Description
+#: ../templates:1002
+msgid ""
+"If you do not select a web server to reconfigure automatically, opendb  will "
+"not be usable until you reconfigure your webserver to enable opendb."
+msgstr ""
+"Se n??o escolher um servidor web para reconfigurar automaticamente, o opendb "
+"n??o ir?? ser utiliz??vel at?? que reconfigure o ser servidor web para ligar o "
+"opendb."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should ${webserver} be restarted?"
+msgstr "Deve o ${webserver} ser reiniciado?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Remember that in order to activate the new configuration ${webserver} has to "
+"be restarted. You can also restart ${webserver} by manually executing invoke-"
+"rc.d ${webserver} restart."
+msgstr ""
+"Lembre-se disso de modo a activar a nova configura????o o ${webserver} tem de "
+"ser reiniciado. Pode tamb??m reiniciar manualmente o ${werbserver} executando "
+"manualmente invoke-rc.d ${webserver} restart."
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid "Configure MySQL"
+msgstr "Configurar o MySQL"
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid ""
+"Should Opendb attempt to configure MySQL automatically?  If not, see the "
+"instructions in /usr/share/doc/opendb/README.Debian. Say No if mysql-server "
+"is being installed at the same time as opendb. Read the file /usr/share/doc/"
+"mysql-serv/README.Debian to enable networking. It may be wise to set a new "
+"mysql root password when installing mysql-server."
+msgstr ""
+"Deve o Opendb tentar configurar automaticamente o MySQL?  Caso n??o deva ser, "
+"veja as instru????es em /usr/share/doc/opendb/README.Debian. Responda "
+"negativamente se o mysql-server est?? a ser instalado ao mesmo tempo que o "
+"opendb. Leia o ficheiro /usr/share/doc/mysql-serv/README.Debian para "
+"habilitar a rede. Quando instalar o mysql-server pode ser sensato definir "
+"uma nova palavra-chave para o root do mysql."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "MySQL Host"
+msgstr "M??quina com MySQL"
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid ""
+"The name or IP of the host running MySQL that will store the Opendb database."
+msgstr ""
+"O nome ou IP da m??quina que corre MySQL que ir?? armazenar a base de dados Opendb."
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Database admin user who can create a database"
+msgstr "Utilizador administrador da base de dados que pode criar a base de dados"
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Database admin user account capable of creating new databases."
+msgstr "Conta do administrador da base de dados que ?? capaz de criar novas "
+"bases de dados."
+
+#. Type: boolean
+#. Description
+#: ../templates:6001
+msgid "Delete database and cover art files on purge"
+msgstr "Apagar a base de dados e ficheiros de arte de capas ao fazer 'purge'."
+
+#. Type: boolean
+#. Description
+#: ../templates:6001
+msgid ""
+"Should the database and all cover art files be removed when Opendb is purged?"
+msgstr ""
+"Deve a base de dados e todos os ficheiros de arte das capas serem removidos "
+"quando for feito 'purge' ao Opendb?"
+
+#. Type: string
+#. Description
+#: ../templates:7001
+msgid "Opendb database name"
+msgstr "Nome da base de dados do Opendb"
+
+#. Type: string
+#. Description
+#: ../templates:7001
+msgid "Name of the opendb database."
+msgstr "Nome da base de dados do opendb."
+
+#. Type: string
+#. Description
+#: ../templates:8001
+msgid "Opendb database user"
+msgstr "Utilizador da base de dados do Opendb"
+
+#. Type: string
+#. Description
+#: ../templates:8001
+msgid "Database user account name."
+msgstr "Nome da conta de utilizador da base de dados."
+
+#. Type: password
+#. Description
+#: ../templates:9001
+msgid "Database user password"
+msgstr "Palavra-chave do utilizador da base de dados"
+
+#. Type: password
+#. Description
+#: ../templates:9001
+msgid "Password for the database user account."
+msgstr "Palavra-chave para a conta do utilizador da base de dados."
+
+#. Type: password
+#. Description
+#: ../templates:10001
+msgid "Database admin password"
+msgstr "Palavra-chave do administrador da base de dados"
+
+#. Type: password
+#. Description
+#: ../templates:10001
+msgid "Password for the database admin user account."
+msgstr "Palavra-chave para a conta do utilizador administrador da base de dados."
+
+#. Type: string
+#. Description
+#: ../templates:11001
+msgid "OpenDB Administrator Name"
+msgstr "Nome do administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:11001
+msgid "Name of the OpenDB administrator"
+msgstr "Nome do administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:12001
+msgid "OpenDB Administrator E-mail"
+msgstr "E-mail do administrador de OpenDB"
+
+#. Type: string
+#. Description
+#: ../templates:12001
+msgid "E-mail address of the OpenDB administrator"
+msgstr "Endere??o de e-mail do administrador de OpenDB"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid "Must upgrade database format"
+msgstr "Tem de actualizar o formato da base de dados"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"The OpenDb database format has changed.  The OpenDb database format must be "
+"upgraded before you can use OpenDb."
+msgstr ""
+"O formato da base de dados do OpenDB foi alterado.  O formato da base de "
+"dados de OpenDB tem de ser actualizado antes de voc?? poder utilizar o OpenDB."
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"First, set $CONFIG_VARS['patch.enable'] to TRUE in  /etc/opendb/opendb.conf"
+msgstr ""
+"Primeiro, configure $CONFIG_VARS['patch.enable'] como TRUE em /etc/opendb/"
+"opendb.conf"
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"Then start the patch wizard (For example: http://www.example.com/opendb/";
+"patch.php)."
+msgstr ""
+"Depois inicie o assistente de patch (Por exemplo: http://www.example.com/";
+"opendb/patch.php)."
+
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"Select \"Upgrade from OpenDb 0.62 to 0.80\" then select \"Upgrade from "
+"OpenDb 0.80 to 0.81p11\""
+msgstr ""
+"Escolha \"Upgrade from OpenDb 0.62 to 0.80\" e depois \"Upgrade from "
+"OpenDb 0.80 to 0.81p11\""
+ 
+#. Type: note
+#. Description
+#: ../templates:13001
+msgid ""
+"After you use the patch wizard, you should set $CONFIG_VARS['patch.enable'] "
+"to FALSE in /etc/opendb/opendb.conf"
+msgstr ""
+"Depois de utilizar o assistente de patch, voc?? deve configurar $CONFIG_VARS"
+"['patch.enable'] como FALSE em /etc/opendb/opendb.conf"

--- End Message ---
--- Begin Message ---
Version: 0.81p20-1.5+rm

The opendb package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/505728 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to