[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690389: marked as done (unblock: phpbb3/3.0.10-3)



Your message dated Sat, 13 Oct 2012 17:46:20 +0100
with message-id <dd89ef841ed9c88ab4a91f365bef3d80@mail.adsl.funky-badger.org>
and subject line Re: Bug#690389: unblock: phpbb3/3.0.10-3
has caused the Debian Bug report #690389,
regarding unblock: phpbb3/3.0.10-3
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 owner@bugs.debian.org
immediately.)


-- 
690389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690389
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package phpbb3, it fixes an important regression,
#678544, preventing to setup a remote mysql server, and add a new
debconf translation.

The attached debdiff excludes the PO file.

Thanks in advance, regards

David

unblock phpbb3/3.0.10-3

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru --exclude po phpbb3-3.0.10/debian/changelog phpbb3-3.0.10/debian/changelog
--- phpbb3-3.0.10/debian/changelog	2012-02-04 19:44:19.000000000 -0400
+++ phpbb3-3.0.10/debian/changelog	2012-10-06 11:40:47.000000000 -0400
@@ -1,3 +1,13 @@
+phpbb3 (3.0.10-3) unstable; urgency=low
+
+  * New Brazilian Portuguese debconf translation by J.S.Júnior
+   (closes: #663496).
+  * debian/dbapps-lib: Correct handling of dbc_dbserver when configuring mysql
+    connection parameters, thanks to Liam Young for the patch (the #613060 fix
+    was not correct, LP: #997782, closes: #678544).
+
+ -- David Prévot <taffit@debian.org>  Sat, 06 Oct 2012 11:40:37 -0400
+
 phpbb3 (3.0.10-2) unstable; urgency=low
 
   * Update Czech translation (closes: #658650).
diff -Nru --exclude po phpbb3-3.0.10/debian/dbapps-lib phpbb3-3.0.10/debian/dbapps-lib
--- phpbb3-3.0.10/debian/dbapps-lib	2011-03-06 23:05:17.000000000 -0400
+++ phpbb3-3.0.10/debian/dbapps-lib	2012-10-06 11:34:02.000000000 -0400
@@ -14,7 +14,8 @@
     ERR=
     case $dbc_dbtype in
         mysql )
-            echo $sql | mysql ${dbc_dbserver:+-h $dbc_dbserver} ${dbc_dbserver:--h localhost} ${dbc_dbport:+--port $dbc_dbport} -u $dbc_dbuser -p$dbc_dbpass $dbc_dbname -s || run_sql_fail $dbc_dbtype
+            l_dbc_dbserver=${dbc_dbserver:- localhost}
+            echo $sql | mysql -h ${l_dbc_dbserver} ${dbc_dbport:+--port $dbc_dbport} -u $dbc_dbuser -p$dbc_dbpass $dbc_dbname -s || run_sql_fail $dbc_dbtype
             ;;
         pgsql )
             if [ -z "${dbc_dbserver}" ]; then

--- End Message ---
--- Begin Message ---
On 13.10.2012 17:32, David Prévot wrote:
Please unblock package phpbb3, it fixes an important regression,
#678544, preventing to setup a remote mysql server, and add a new
debconf translation.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: