Your message dated Wed, 11 Jul 2007 09:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425253: fixed in poker-network 1.1.0-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: poker-network
Version: 1.0.37-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my poker-network 1.0.37-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 poker-network-1.0.37/debian/po/cs.po poker-network-1.0.37/debian/po/cs.po
--- poker-network-1.0.37/debian/po/cs.po
+++ poker-network-1.0.37/debian/po/cs.po
@@ -16,7 +16,7 @@
 "Project-Id-Version: poker-network\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2006-11-30 12:19+0100\n"
-"PO-Revision-Date: 2006-09-26 21:29+0200\n"
+"PO-Revision-Date: 2007-01-27 16:24+0100\n"
 "Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n"
 "Language-Team: Czech <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -128,27 +128,24 @@
 #. Type: string
 #. Description
 #: ../python-poker-network.templates:4001
-#, fuzzy
 msgid "Hostname or IP address of the default poker-network web server:"
-msgstr "Jm??no po????ta??e nebo IP adresa v??choz??ho serveru poker-network:"
+msgstr "Jm??no nebo IP adresa v??choz??ho webov??ho serveru poker-network:"
 
 #. Type: string
 #. Description
 #: ../python-poker-network.templates:4001
-#, fuzzy
 msgid ""
 "The clients based on poker-network installed on the same machine will be "
 "able to use this address to connect to the web part of the poker server."
 msgstr ""
 "Klienti s??dl??c?? na stejn??m po????ta??i jako serverov?? instalace poker-network "
-"budou moci tento server vyu????vat jako v??choz??."
+"budou moci vyu????vat tuto adresu pro p??ipojen?? k webov?? ????sti poker serveru."
 
 #. Type: boolean
 #. Description
 #: ../python-poker-network.templates:5001
-#, fuzzy
 msgid "Do you want to run the poker-network robots?"
-msgstr "Chcete nastavit a pou????vat server poker-network?"
+msgstr "Chcete v poker-network pou????vat roboty?"
 
 #. Type: boolean
 #. Description
@@ -157,6 +154,8 @@
 "Robot players are simple minded poker players that can be used to exercise "
 "the poker server when there are not enough human players connected."
 msgstr ""
+"Hr????i-roboti jsou hr????i pokeru s jednoduch??m my??len??m, kte???? mohou na serveru "
+"zasko??it v p????pad??, ??e nen?? dostatek lidsk??ch hr??????."
 
 #~ msgid "MySQL server host name:"
 #~ msgstr "Jm??no po????ta??e s MySQL serverem:"
diff -u poker-network-1.0.37/debian/changelog poker-network-1.0.37/debian/changelog
--- poker-network-1.0.37/debian/changelog
+++ poker-network-1.0.37/debian/changelog
@@ -1,3 +1,14 @@
+poker-network (1.0.37-1.1) unstable; urgency=high
+
+  * Non-maintainer upload during BSP.
+  * Fix unconditional use of debconf in postrm (Closes: #417012).
+  * Add python-gtk2-dev as build-dependency (Closes: #424439).
+  * Updated Czech debconf translation (Closes: #408656).
+  * Add German debconf translation (Closes: #414583).
+  * Move poker-web to web - optional to match overrides.
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 20 May 2007 12:18:18 +0200
+
 poker-network (1.0.37-1) unstable; urgency=low
 
   * upstream sync
diff -u poker-network-1.0.37/debian/control poker-network-1.0.37/debian/control
--- poker-network-1.0.37/debian/control
+++ poker-network-1.0.37/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), automake1.9, cdbs, pkg-config, debconf | debconf-2.0, po-debconf, mysql-client, python-mysqldb, python-pyopenssl, python-soappy, python-glade2, python-twisted, python-pygame, python-poker-engine (>= 1.0.22), libglade2-dev, libtool, perl, valgrind [amd64 i386 powerpc], xvfb, php-pear, php5-dev, php5-mysql, graphviz, cvs
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), automake1.9, cdbs, pkg-config, debconf | debconf-2.0, po-debconf, mysql-client, python-mysqldb, python-pyopenssl, python-soappy, python-glade2, python-twisted, python-pygame, python-poker-engine (>= 1.0.22), libglade2-dev, libtool, perl, valgrind [amd64 i386 powerpc], xvfb, php-pear, php5-dev, php5-mysql, graphviz, cvs, python-gtk2-dev
 XS-Python-Version: >=2.3
 Standards-Version: 3.7.2
 
@@ -42,6 +42,7 @@
 
 Package: poker-web
 Section: web
+Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, dbconfig-common, ucf, php5 | php5-cgi, php5-mysql, php5-gd, apache2, php-pear, gettext
 Description: Web interface to a poker-network server
diff -u poker-network-1.0.37/debian/poker-web.preinst poker-network-1.0.37/debian/poker-web.preinst
--- poker-network-1.0.37/debian/poker-web.preinst
+++ poker-network-1.0.37/debian/poker-web.preinst
@@ -4,8 +4,10 @@
 
 if [ "${DH_VERBOSE:-0}" -gt 0 ] ; then set -x ; fi
 
-. /usr/share/debconf/confmodule
-db_version 2.0 || [ $? -lt 30 ]
+if [ -f /usr/share/debconf/confmodule ]; then
+    . /usr/share/debconf/confmodule
+    db_version 2.0 || [ $? -lt 30 ]
+fi
 
 if pear channel-discover pear.phpunit.de > /dev/null 2>&1 && pear install --alldeps phpunit/PHPUnit > /dev/null 2>&1 ; then
     if pecl install channel://pecl.php.net/xdebug-2.0.0RC1  > /dev/null 2>&1 ; then
@@ -28,5 +30,5 @@
 #DEBHELPER#
 
-db_stop
+db_stop || true
 
 exit 0
diff -u poker-network-1.0.37/debian/poker-web.postrm poker-network-1.0.37/debian/poker-web.postrm
--- poker-network-1.0.37/debian/poker-web.postrm
+++ poker-network-1.0.37/debian/poker-web.postrm
@@ -22,7 +22,9 @@
 
 fi
 
-. /usr/share/debconf/confmodule
+if [ -f /usr/share/debconf/confmodule ]; then
+    . /usr/share/debconf/confmodule
+fi
 . /usr/share/dbconfig-common/dpkg/postrm.mysql 
 dbc_dbname=currency_one
 dbc_go poker-web-currency-one $@
diff -u poker-network-1.0.37/debian/python-poker-network.postrm poker-network-1.0.37/debian/python-poker-network.postrm
--- poker-network-1.0.37/debian/python-poker-network.postrm
+++ poker-network-1.0.37/debian/python-poker-network.postrm
@@ -2,19 +2,21 @@
 
 set -e
 
-. /usr/share/debconf/confmodule
-
-db_get "python-poker-network/configure"
-if [ $RET != "false" ]; then
-    . /usr/share/dbconfig-common/dpkg/postrm.mysql
-    dbc_go python-poker-network $@
-fi
-
-if [ "$1" = "purge" ]; then
-    ucf --purge /etc/poker-network/poker.bot.client
-    ucf --purge /etc/poker-network/poker.client.client
-    rm -f /etc/poker-network/poker.pem
-    rm -f /etc/poker-network/lockfile
+if [ -f /usr/share/debconf/confmodule ]; then
+    . /usr/share/debconf/confmodule
+    
+    db_get "python-poker-network/configure"
+    if [ $RET != "false" ]; then
+        . /usr/share/dbconfig-common/dpkg/postrm.mysql
+        dbc_go python-poker-network $@
+    fi
+    
+    if [ "$1" = "purge" ]; then
+        ucf --purge /etc/poker-network/poker.bot.client
+        ucf --purge /etc/poker-network/poker.client.client
+        rm -f /etc/poker-network/poker.pem
+        rm -f /etc/poker-network/lockfile
+    fi
 fi
 
 # dh_installdeb will replace this with shell code automatically
only in patch2:
unchanged:
--- poker-network-1.0.37.orig/debian/po/de.po
+++ poker-network-1.0.37/debian/po/de.po
@@ -0,0 +1,153 @@
+# Translation of poker-network debconf templates to German
+# Copyright (C) Helge Kreutzmann <[EMAIL PROTECTED]>, 2007.
+# This file is distributed under the same license as the poker-network package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: poker-network 1.0.35-1\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-11-30 12:19+0100\n"
+"PO-Revision-Date: 2007-03-09 23:12+0100\n"
+"Last-Translator: Helge Kreutzmann <[EMAIL PROTECTED]>\n"
+"Language-Team: German <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Description
+#: ../poker-web.templates:1001
+msgid "Web server(s) to reconfigure automatically:"
+msgstr "Automatisch zu rekonfigurierende(n) Webserver:"
+
+#. Type: multiselect
+#. Description
+#: ../poker-web.templates:1001
+msgid ""
+"poker-web supports any web server that PHP does, but this automatic "
+"configuration process only supports Apache."
+msgstr ""
+"Poker-Web unterst??tzt jeden von PHP unterst??tzen Webserver, aber dieser "
+"automatische Konfigurationsprozess unterst??tzt nur Apache."
+
+#. Type: boolean
+#. Description
+#: ../poker-web.templates:2001
+msgid "Restart ${webserver} now?"
+msgstr "${webserver} jetzt neustarten?"
+
+#. Type: boolean
+#. Description
+#: ../poker-web.templates:2001
+msgid ""
+"Remember that in order to activate the new configuration ${webserver} has to "
+"be restarted. You can also restart ${webserver} manually executing /etc/init."
+"d/${webserver} restart"
+msgstr ""
+"Denken Sie daran, dass f??r die Aktivierung der neuen Konfiguration "
+"${webserver} neu gestartet werden muss. Sie k??nnen ${webserver} auch "
+"manuell mittels ??/etc/init.d/${webserver} restart?? neu starten."
+
+#. Type: string
+#. Description
+#: ../poker-web.templates:3001
+msgid "Hostname or IP address of the poker-network server:"
+msgstr "Hostname oder IP-Adresse des Poker-Network-Servers:"
+
+#. Type: string
+#. Description
+#: ../poker-web.templates:3001
+msgid ""
+"The poker-network server for which poker-web provides a web based interface. "
+"It will be queried via its SOAP interface."
+msgstr ""
+"Der Poker-Network-Server, f??r den Poker-Web die webbasierte Schnittstelle "
+"bereitstellt. Es wird mittels seiner SOAP-Schnittstelle abgefragt."
+
+#. Type: boolean
+#. Description
+#: ../python-poker-network.templates:1001
+msgid "Do you want to configure and run the poker-network server?"
+msgstr "M??chten Sie den Poker-Network-Server konfigurieren und betreiben?"
+
+#. Type: boolean
+#. Description
+#: ../python-poker-network.templates:1001
+msgid ""
+"If you want to configure and run a poker-network server, make sure you have "
+"administrative rights on a running MySQL server. If you do not want to run "
+"the poker-network server on this machine, you will be prompted for the "
+"hostname or the IP address of a running poker-network server."
+msgstr ""
+"Falls Sie einen Poker-Network-Server konfigurieren und betreiben wollen, "
+"stellen Sie sicher, dass Sie die administrativen Rechte zum Betrieb des "
+"MySQL-Servers haben. Falls Sie den Poker-Network-Server auf dieser Maschine "
+"nicht ausf??hren wollen, werden Sie aufgefordert, den Hostname oder die IP-"
+"Adresse f??r den laufenden Poker-Network-Server einzugeben."
+
+#. Type: note
+#. Description
+#: ../python-poker-network.templates:2001
+msgid "Skipping poker-network server installation"
+msgstr "Poker-Network-Server-Installation ??berspringen"
+
+#. Type: note
+#. Description
+#: ../python-poker-network.templates:2001
+msgid ""
+"If you want to run poker-network at a later time, you will need to configure "
+"it by hand or by running dpkg-reconfigure python-poker-network."
+msgstr ""
+"Falls Sie Poker-Network zu einem sp??teren Zeitpunkt ausf??hren wollen, m??ssen "
+"Sie es von Hand konfigurieren oder ??dpkg-reconfigure python-poker-network?? "
+"ausf??hren."
+
+#. Type: string
+#. Description
+#: ../python-poker-network.templates:3001
+msgid "Hostname or IP address of the default poker-network server:"
+msgstr "Hostname oder IP-Adresse des Standard-Poker-Network-Servers:"
+
+#. Type: string
+#. Description
+#: ../python-poker-network.templates:3001
+msgid ""
+"The clients based on poker-network installed on the same machine will be "
+"able to use this poker-network server host as a default, if needed."
+msgstr ""
+"Die Clients basierend auf dem auf der gleichen Maschine installierten "
+"Poker-Network werden in der Lage sein, diesen Poker-Network-Server falls "
+"notwendig als Standard zu verwenden."
+
+#. Type: string
+#. Description
+#: ../python-poker-network.templates:4001
+msgid "Hostname or IP address of the default poker-network web server:"
+msgstr "Hostname oder IP-Adresse des Standard-Poker-Network-Webservers:"
+
+#. Type: string
+#. Description
+#: ../python-poker-network.templates:4001
+msgid ""
+"The clients based on poker-network installed on the same machine will be "
+"able to use this address to connect to the web part of the poker server."
+msgstr ""
+"Die Clients basierend auf dem auf der gleichen Maschine installierten "
+"Poker-Network, werden in der Lage sein, sich mit dem Webteil des Poker-"
+"Servers zu verbinden."
+
+#. Type: boolean
+#. Description
+#: ../python-poker-network.templates:5001
+msgid "Do you want to run the poker-network robots?"
+msgstr "M??chten Sie die Poker-Network-Roboter betreiben?"
+
+#. Type: boolean
+#. Description
+#: ../python-poker-network.templates:5001
+msgid ""
+"Robot players are simple minded poker players that can be used to exercise "
+"the poker server when there are not enough human players connected."
+msgstr ""
+"Roboter-Spieler sind einfach-gestrickte Pokerspieler, die den Poker-Server "
+"verwenden k??nnen, wenn nicht genug menschliche Spieler angebunden sind."

--- End Message ---
--- Begin Message ---
Source: poker-network
Source-Version: 1.1.0-1

We believe that the bug you reported is fixed in the latest version of
poker-network, which is due to be installed in the Debian FTP archive:

poker-network_1.1.0-1.diff.gz
  to pool/main/p/poker-network/poker-network_1.1.0-1.diff.gz
poker-network_1.1.0-1.dsc
  to pool/main/p/poker-network/poker-network_1.1.0-1.dsc
poker-network_1.1.0.orig.tar.gz
  to pool/main/p/poker-network/poker-network_1.1.0.orig.tar.gz
poker-web_1.1.0-1_all.deb
  to pool/main/p/poker-network/poker-web_1.1.0-1_all.deb
python-poker-network_1.1.0-1_all.deb
  to pool/main/p/poker-network/python-poker-network_1.1.0-1_all.deb
python-poker2d_1.1.0-1_i386.deb
  to pool/main/p/poker-network/python-poker2d_1.1.0-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Dachary (OuoU) <[EMAIL PROTECTED]> (supplier of updated poker-network 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 May 2007 14:41:33 +0200
Source: poker-network
Binary: python-poker-network poker-web python-poker2d
Architecture: source all i386
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Changed-By: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Description: 
 poker-web  - Web interface to a poker-network server
 python-poker-network - multiplayer poker server and client library
 python-poker2d - GTK poker client to play on a poker-network server
Closes: 425253
Changes: 
 poker-network (1.1.0-1) unstable; urgency=low
 .
   * upstream sync
 .
   * Apply NMU patch (closes: 425253)
Files: 
 048849176947588b65c1d81f41bcb63b 1038 python extra poker-network_1.1.0-1.dsc
 f3030558c81a02b45af13944dd598d3a 2224413 python extra 
poker-network_1.1.0.orig.tar.gz
 62d1088c0f51a439035614c2ab8680bf 21694 python extra 
poker-network_1.1.0-1.diff.gz
 76e1bb8d49c247fcdb6a72fca6e1b720 210436 python extra 
python-poker-network_1.1.0-1_all.deb
 3c146bd6d4a4f04402e015b85d869bcc 144132 web optional poker-web_1.1.0-1_all.deb
 6ac0ca7bbd2882a9a2d8978fa3325da7 1524990 python extra 
python-poker2d_1.1.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGlKKy8dLMyEl6F20RAs9ZAKCr2+DYXEQVrV54kISQwR6unRy5IgCdG4fx
9SjjLbmdMsGBpGgvEzZIV1U=
=1+tB
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to