Package: pgsql-asn1oid Version: 0.0.20100818-3.1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch vivid User: autopkgtest-de...@lists.alioth.debian.org Usertags: autopkgtest
Hello, as you see on http://ci.debian.net/packages/p/pgsql-asn1oid/unstable/amd64/ this package started to fail its tests with PostgreSQL 9.4.1. That version now writes an error message on invalid values of \set ECHO; this error message appears in the test output and thus causes a mismatch with the expected output: | ** /tmp/adt-run.nSZmgy/build.P0m/pgsql-asn1oid-0.0.20100818/expected/init.out 2015-02-05 23:48:44.000000000 +0000 | --- /tmp/adt-run.nSZmgy/build.P0m/pgsql-asn1oid-0.0.20100818/results/init.out 2015-02-05 23:49:06.313305276 +0000 | *************** | *** 1 **** | --- 1,2 ---- | \set ECHO off | + unrecognized value "off" for "ECHO"; assuming "none" debdiff attached (this does not affect upstream, just a Debian patch). Thanks for considering, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru pgsql-asn1oid-0.0.20100818/debian/changelog pgsql-asn1oid-0.0.20100818/debian/changelog --- pgsql-asn1oid-0.0.20100818/debian/changelog 2014-09-07 16:45:01.000000000 +0200 +++ pgsql-asn1oid-0.0.20100818/debian/changelog 2015-02-09 08:50:23.000000000 +0100 @@ -1,3 +1,10 @@ +pgsql-asn1oid (0.0.20100818-3.1ubuntu1) vivid; urgency=medium + + * debian/patches/Makefile: Fix invalid "off" value for \set ECHO to "none". + Fixes test regression with PostgreSQL 9.4.1. + + -- Martin Pitt <martin.p...@ubuntu.com> Mon, 09 Feb 2015 08:49:47 +0100 + pgsql-asn1oid (0.0.20100818-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru pgsql-asn1oid-0.0.20100818/debian/patches/Makefile pgsql-asn1oid-0.0.20100818/debian/patches/Makefile --- pgsql-asn1oid-0.0.20100818/debian/patches/Makefile 2014-08-07 19:22:21.000000000 +0200 +++ pgsql-asn1oid-0.0.20100818/debian/patches/Makefile 2015-02-09 08:49:37.000000000 +0100 @@ -93,7 +93,7 @@ --- /dev/null +++ b/expected/init.out @@ -0,0 +1 @@ -+\set ECHO off ++\set ECHO none --- /dev/null +++ b/sql/asn1oid.sql @@ -0,0 +1 @@ @@ -101,6 +101,6 @@ --- /dev/null +++ b/sql/init.sql @@ -0,0 +1,3 @@ -+\set ECHO off ++\set ECHO none +set client_min_messages = warning; +\i asn1oid.sql