1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
|
pgtap (0.97.0-2) unstable; urgency=medium
* Rebuild after rebase on top of 0.96.0-3.
* Drop patch 9.6, it's included upstream.
-- Markus Wanner <markus@bluegap.ch> Sat, 03 Dec 2016 09:13:03 +0100
pgtap (0.97.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patch Makefile-doc, add DEP3 tags.
* Update debian/control: build against Postgres 9.6 by default.
-- Markus Wanner <markus@bluegap.ch> Sat, 03 Dec 2016 08:50:17 +0100
pgtap (0.96.0-3) unstable; urgency=medium
* Upload with 9.6 support.
-- Christoph Berg <myon@debian.org> Sat, 24 Sep 2016 12:21:03 +0200
pgtap (0.96.0-2) unstable; urgency=medium
* Use debian/tests/control.in to correctly depend on
postgresql-contrib-*, bump pg-server-dev-all requirement to
(>= 171~) for this.
* debian/tests/installcheck: Rebuilt sql/pgtap.sql, it is version-dependant.
-- Christoph Berg <myon@debian.org> Sat, 04 Jun 2016 18:26:19 +0200
pgtap (0.96.0-1) unstable; urgency=medium
* New upstream release: 0.96.0.
* Update d/copyright, alter to machine readable format.
* Extend the short descriptions of pgtap and pgtap-doc, so they
are slightly different.
* Bump S-V: no changes required
* Add doc-base registration for pgtap-doc.
* Use secure link for the Vcs-Browser field.
* Bump d/compat to require version 9.
* Add postgresql-contrib to the autopkgtest requirements.
-- Markus Wanner <markus@bluegap.ch> Fri, 03 Jun 2016 19:41:48 +0200
pgtap (0.95.0-3) unstable; urgency=medium
* Pull patch from upstream to fix 9.5 installcheck failure.
-- Christoph Berg <myon@debian.org> Fri, 08 Jan 2016 20:49:59 +0100
pgtap (0.95.0-2) unstable; urgency=medium
* Install html documentation instead of mmd.
* Make pgtap a useful meta package depending on the PostgreSQL extension and
libtap-parser-sourcehandler-pgtap-perl which provides pg_prove.
* Use "pg_buildext loop" in rules file and fix installcheck tests.
* Add myself to Uploaders.
-- Christoph Berg <myon@debian.org> Sat, 19 Dec 2015 21:20:03 +0100
pgtap (0.95.0-1) unstable; urgency=medium
[ Markus Wanner ]
* New upstream release 0.95.0. Closes: #723176, #729559, #784686.
* Change to team maintenance, add myself as an uploader.
* Allow per-Postgres-major-version packages, add a separate -doc one.
* Add pgversions to restrict building against PostgreSQL 8.4 and newer
(older versions would require compiling a C extension, which we don't
support).
* Update build dependencies, drop dependencies on libpq, add a
dependency on the postgres server package.
* Add an autopkgtest on installcheck.
* Adjust watch-file to monitor releases on github.
* Bump S-V to 3.9.6.
* Add Vcs-* fields for the new git packaging repository.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 08 Sep 2015 12:03:59 +0200
pgtap (0.90.0-1) unstable; urgency=low
* Imported Upstream version 0.90.0
* Switch to dpkg-source 3.0 (quilt) format
* Add Recommends on libtap-parser-sourcehandler-pgtap-perl (Closes: #642196)
* Add Recommends on libtap-harness-archive-perl (Closes: #590801)
* Fix path for documentation file.
* Convert to DH version 8
-- Pierre Chifflier <pollux@debian.org> Mon, 05 Dec 2011 00:03:13 +0100
pgtap (0.25.0-2) unstable; urgency=low
* Set build-dep to postgresql-server-dev-all
* Backport upstream commit 461fa22: Removed use of `relistemp` column in an
internal function, as it has been removed in PostgreSQL 9.1
Thanks to David E. Wheeler for the patch (Closes: #640563, #640165)
* Make package architecture independent, the C module is not required since
PostgreSQL 8.4 (Closes: #590798)
* Bump Standards Version to 3.9.2
-- Pierre Chifflier <pollux@debian.org> Mon, 12 Sep 2011 00:11:30 +0200
pgtap (0.25.0-1) unstable; urgency=low
* Imported Upstream version 0.25.0
* Update build-dep to postgresql-server-dev-9.0 (Closes: #618234)
* Update homepage (Closes: #590802)
* pg_prove has been removed from upstream package and is shipped in a
separate package (TAP::Parser::SourceHandler::pgTAP)
This is not yet packaged, but will be in a near future.
* Bump Standards Version to 3.9.1 (no changes)
-- Pierre Chifflier <pollux@debian.org> Mon, 28 Mar 2011 14:12:04 +0200
pgtap (0.24-1) unstable; urgency=low
* Imported Upstream version 0.24
* Bump Standards version to 3.9.0
-- Pierre Chifflier <pollux@debian.org> Tue, 20 Jul 2010 14:38:51 +0200
pgtap (0.23-2) unstable; urgency=low
* Move pg_prove to /usr/bin (Closes: #568106)
* Bump standards version to 3.8.4
-- Pierre Chifflier <pollux@debian.org> Sun, 21 Feb 2010 20:07:36 +0100
pgtap (0.23-1) unstable; urgency=low
* New upstream release
-- Pierre Chifflier <pollux@debian.org> Wed, 30 Dec 2009 11:08:22 +0100
pgtap (0.22-1) unstable; urgency=low
* New Upstream Version
* Bump standards version to 3.8.3 (no changes)
-- Pierre Chifflier <pollux@debian.org> Tue, 18 Aug 2009 15:03:50 +0200
pgtap (0.21-3) unstable; urgency=low
* Update build-depend to postgresql-server-dev-8.4 (Closes: #536968)
-- Pierre Chifflier <pollux@debian.org> Thu, 16 Jul 2009 19:13:44 +0200
pgtap (0.21-2) unstable; urgency=low
* Change section to database (Closes: #534154)
* Bump standards version to 3.8.2 (no changes)
-- Pierre Chifflier <pollux@debian.org> Mon, 22 Jun 2009 21:34:22 +0200
pgtap (0.21-1) unstable; urgency=low
* New Upstream Version
* Add watch file
-- Pierre Chifflier <pollux@debian.org> Sun, 07 Jun 2009 21:48:14 +0200
pgtap (0.20-2) unstable; urgency=low
* Add dependency on libtest-harness-perl (Closes: #530837)
-- Pierre Chifflier <pollux@debian.org> Thu, 28 May 2009 15:32:21 +0200
pgtap (0.20-1) unstable; urgency=low
* New Upstream Version
* Bump standards version to 3.8.1 (no changes)
-- Pierre Chifflier <pollux@debian.org> Mon, 30 Mar 2009 18:07:52 +0200
pgtap (0.19-1) unstable; urgency=low
* New Upstream Version
-- Pierre Chifflier <pollux@debian.org> Tue, 10 Mar 2009 09:50:40 +0100
pgtap (0.16-1) unstable; urgency=low
* New Upstream Version
-- Pierre Chifflier <pollux@debian.org> Wed, 04 Feb 2009 11:00:50 +0100
pgtap (0.14-1) unstable; urgency=low
* New upstream release
-- Pierre Chifflier <pollux@debian.org> Tue, 28 Oct 2008 09:18:55 +0100
pgtap (0.12-2) unstable; urgency=low
* Add missing build-dep on postgresql-server-dev-8.3 (fix FTBFS)
-- Pierre Chifflier <pollux@debian.org> Mon, 27 Oct 2008 09:19:26 +0100
pgtap (0.12-1) unstable; urgency=low
* Initial release (Closes: #500671)
-- Pierre Chifflier <pollux@debian.org> Mon, 13 Oct 2008 09:51:43 +0200
|