Your message dated Tue, 24 Feb 2015 23:15:21 +0100 with message-id <20150224221521.GD17405@dogguy.org> and subject line Re: Bug#778985: unblock: orafce/3.0.7-4 has caused the Debian Bug report #778985, regarding unblock: orafce/3.0.7-4 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.) -- 778985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778985 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: orafce/3.0.7-4
- From: Christoph Berg <myon@debian.org>
- Date: Sun, 22 Feb 2015 15:32:26 +0100
- Message-id: <[🔎] 20150222143226.GA10471@msg.df7cb.de>
- Mail-followup-to: Christoph Berg <myon@debian.org>, Debian Bug Tracking System <submit@bugs.debian.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please consider unblocking package orafce. The new version fixes the autopkgtest regression tests. (No change in the binaries.) http://ci.debian.net/packages/o/orafce/unstable/amd64/ unblock orafce/3.0.7-4 Thanks! diff -Nru orafce-3.0.7/debian/changelog orafce-3.0.7/debian/changelog --- orafce-3.0.7/debian/changelog 2014-08-26 19:07:29.000000000 +0200 +++ orafce-3.0.7/debian/changelog 2015-02-22 15:25:29.000000000 +0100 @@ -1,3 +1,12 @@ +orafce (3.0.7-4) unstable; urgency=medium + + * Fix test failures with PostgreSQL 9.4.1: "\set ECHO all;" was always + silently interpreted as "\set ECHO none"; now psql will print a warning. + Fix by using "none" explicitly. The test output was already expecting the + "none" output variant. + + -- Christoph Berg <myon@debian.org> Sun, 22 Feb 2015 15:21:54 +0100 + orafce (3.0.7-3) unstable; urgency=medium * Fix invocation of orafce_sql_yyerror. Patch taken from upstream git. diff -Nru orafce-3.0.7/debian/patches/regress-echo orafce-3.0.7/debian/patches/regress-echo --- orafce-3.0.7/debian/patches/regress-echo 1970-01-01 01:00:00.000000000 +0100 +++ orafce-3.0.7/debian/patches/regress-echo 2015-02-22 15:21:51.000000000 +0100 @@ -0,0 +1,22 @@ +--- a/sql/dbms_pipe_session_A.sql ++++ b/sql/dbms_pipe_session_A.sql +@@ -159,7 +159,7 @@ BEGIN + PERFORM dbms_pipe.send_message(pipename); + END; $$ LANGUAGE plpgsql; + +-\set ECHO all; ++\set ECHO none + + SELECT createImplicitPipe(); + +--- a/sql/dbms_pipe_session_B.sql ++++ b/sql/dbms_pipe_session_B.sql +@@ -80,7 +80,7 @@ BEGIN + RETURN result; + END; $$ LANGUAGE plpgsql; + +-\set ECHO all; ++\set ECHO none + + -- Receives messages sent via an implicit pipe + SELECT receiveFrom('named_pipe'); diff -Nru orafce-3.0.7/debian/patches/series orafce-3.0.7/debian/patches/series --- orafce-3.0.7/debian/patches/series 2014-08-26 19:02:53.000000000 +0200 +++ orafce-3.0.7/debian/patches/series 2015-02-22 15:19:56.000000000 +0100 @@ -1,3 +1,4 @@ git-to_date-conversion git-sqy_yyerror.patch regress-no-alert +regress-echo Christoph -- cb@df7cb.de | http://www.df7cb.de/Attachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: Christoph Berg <myon@debian.org>, 778985-done@bugs.debian.org
- Subject: Re: Bug#778985: unblock: orafce/3.0.7-4
- From: Mehdi Dogguy <mehdi@dogguy.org>
- Date: Tue, 24 Feb 2015 23:15:21 +0100
- Message-id: <20150224221521.GD17405@dogguy.org>
- In-reply-to: <[🔎] 20150224221006.GC17405@dogguy.org>
- References: <[🔎] 20150222143226.GA10471@msg.df7cb.de> <20150222174611.GB14545@dogguy.org> <[🔎] 20150222212516.GA16333@msg.df7cb.de> <[🔎] 20150224221006.GC17405@dogguy.org>
On Tue, Feb 24, 2015 at 11:10:06PM +0100, Mehdi Dogguy <mehdi@dogguy.org> wrote: > On Sun, Feb 22, 2015 at 10:25:16PM +0100, Christoph Berg <myon@debian.org> wrote: > > Re: Mehdi Dogguy 2015-02-22 <20150222174611.GB14545@dogguy.org> > > > On Sun, Feb 22, 2015 at 03:32:26PM +0100, Christoph Berg <myon@debian.org> wrote: > > > > + > > > > +-\set ECHO all; > > > > ++\set ECHO none > > > > + > > > > > > Is it missing a semi-colon? > > > > No, to the contrary: The parser didn't understand "all;" and > > substituted it by "none" internally. The current test failure is > > because the previously silent substitution is now accompanied by a > > warning: > > > > Alright. Unblocked. > ... and closing. -- Mehdi Dogguy
--- End Message ---