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 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
postgresql-debversion (1.1.1-4) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Name, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Christoph Berg ]
* Upload for PostgreSQL 13.
* Use dh --with pgxs.
* R³: no.
* DH 13.
* debian/tests: Use 'make' instead of postgresql-server-dev-all.
-- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 15:07:50 +0200
postgresql-debversion (1.1.1-3) unstable; urgency=medium
* Upload for PostgreSQL 12.
* Add debian/gitlab-ci.yml.
* Use source format 3.0 (quilt) again.
-- Christoph Berg <myon@debian.org> Wed, 30 Oct 2019 13:52:35 +0100
postgresql-debversion (1.1.1-2) unstable; urgency=medium
* Upload for PostgreSQL 11.
* Add watch file.
* Move maintainer address to team+postgresql@tracker.debian.org.
-- Christoph Berg <myon@debian.org> Sat, 13 Oct 2018 11:35:01 +0200
postgresql-debversion (1.1.1-1) unstable; urgency=medium
* Support PostgreSQL 11.
* Move packaging repository to salsa.debian.org
-- Christoph Berg <myon@debian.org> Wed, 13 Jun 2018 19:21:53 +0200
postgresql-debversion (1.1-1) unstable; urgency=medium
* Switch to plain pgxs buildsystem.
* Add selectivity estimators to comparison operators.
* Move packaging repository to pkg-postgresql.
-- Christoph Berg <christoph.berg@credativ.de> Fri, 17 Nov 2017 15:36:01 +0100
postgresql-debversion (1.0.8-3) unstable; urgency=medium
* Upload with PostgreSQL 10 support. Closes: #876506.
* Set source format to 1.0 to ease snapshot builds.
* Set Debian PostgreSQL team as Maintainer.
* Remove Roger and Francesco from Uploaders, thanks for your work!
Closes: #869349.
-- Christoph Berg <myon@debian.org> Wed, 27 Sep 2017 21:12:44 +0200
postgresql-debversion (1.0.8-2) unstable; urgency=medium
* Upload with 9.6 support.
-- Christoph Berg <myon@debian.org> Sat, 24 Sep 2016 22:06:37 +0200
postgresql-debversion (1.0.8-1) unstable; urgency=medium
[ Roger Leigh ]
* New upstream release.
* Extension support is now required, meaning PostgreSQL 9.1
and later.
[ Christoph Berg ]
* Use 3.0 (quilt) format.
* debian/rules: Install NEWS as upstream changelog.
* Invoke regression tests from debian/tests/installcheck.
* Move Vcs headers to https.
* Add myself to Uploaders.
-- Christoph Berg <myon@debian.org> Wed, 03 Feb 2016 22:28:51 +0100
postgresql-debversion (1.0.7-4) unstable; urgency=low
* debian/rules, debian/control.in:
- Build for multiple PostgreSQL versions using
postgresql-server-dev-all (Closes: #725795). Thanks to
Christoph Berg for this patch.
- Upgrade to Standards-Version 3.9.3 (no changes).
- Use dh-autoreconf (Closes: #732925). Thanks to Logan Rosen
for this patch.
* Drop support for postgresql 9.3, replaced by support for 9.4
(Closes: #757335).
-- Roger Leigh <rleigh@debian.org> Sat, 09 Aug 2014 21:34:41 +0100
postgresql-debversion (1.0.7-3) unstable; urgency=low
* Drop support for postgresql 9.1 and 9.2, now 9.3 is in unstable.
* debian/control:
- Drop Build-Depends on postgresql-server-dev-9.1 and
postgresql-server-dev-9.2.
- Drop postgresql-9.1-debversion and postgresql-9.2-debversion
packages.
* debian/rules:
- Don't build 9.1 and 9.2 versions of the library.
-- Roger Leigh <rleigh@debian.org> Mon, 09 Sep 2013 19:21:00 +0100
postgresql-debversion (1.0.7-2) experimental; urgency=low
* Add support for postgresql 9.3.
* debian/control:
- Build-Depend on postgresql-server-dev-9.3.
- Upgrade to Standards-Version 3.9.3 (no changes).
- Add postgresql-9.3-debversion.
* debian/rules:
- Build 9.1, 9.2 and 9.3 versions of the library.
-- Roger Leigh <rleigh@debian.org> Mon, 20 May 2013 00:07:42 +0100
postgresql-debversion (1.0.7-1) experimental; urgency=low
* New upstream release.
* Add support for postgresql 9.2.
* debian/control:
- Build-Depend on debhelper v9 and postgresql-server-dev-9.2.
- Upgrade to Standards-Version 3.9.3 (no changes).
- Add postgresql-9.2-debversion.
* debian/compat: Use debhelper v9.
* debian/rules:
- Build 9.1 and 9.2 versions of the library.
-- Roger Leigh <rleigh@debian.org> Wed, 29 Aug 2012 22:14:08 +0100
postgresql-debversion (1.0.6-1) unstable; urgency=low
* New upstream release.
* Add support for postgresql 9.1.
* Enable extension support for postgresql-9.1
* debian/control:
- Build-Depend on postgresql-server-dev-9.1.
- Remove Build-Depends on postgresql-server-dev-8.4 and
postgresql-server-dev-9.0.
- Add postgresql-9.1-debversion.
- Upgrade to Standards-Version 3.9.2.
- Require debhelper >> 8.9.6 and autotools-dev for dh v9
functionality.
* debian/rules:
- Build 9.0 and 9.1 versions of the library. 8.4 and 9.0 are no
longer supported.
- Build with debhelper's dh with compat level 9.
-- Roger Leigh <rleigh@debian.org> Fri, 26 Aug 2011 22:23:35 +0100
postgresql-debversion (1.0.4-1) unstable; urgency=low
* New upstream release.
* configure check for libapt_pkg uses LIBS rather than LDFLAGS for
specifying libraries to link. Thanks to Michael Vogt for this
patch.
-- Roger Leigh <rleigh@debian.org> Wed, 17 Nov 2010 20:35:24 +0000
postgresql-debversion (1.0.3-2) unstable; urgency=low
* Add support for postgresql 9.0.
* debian/control:
- Build-Depend on postgresql-server-dev-9.0.
- Add postgresql-9.0-debversion.
- Upgrade to Standards-Version 3.9.1.
- Add ${misc:Depends} to Depends.
* debian/rules: Build both 8.4 and 9.0 versions of the library.
-- Roger Leigh <rleigh@debian.org> Mon, 20 Sep 2010 22:48:45 +0100
postgresql-debversion (1.0.3-1) unstable; urgency=low
* New upstream release.
* Remove support for postgresql-8.3 (Closes: #559589).
* Upgrade to Standards-Version 3.8.3.
-- Roger Leigh <rleigh@debian.org> Sun, 13 Dec 2009 18:35:19 +0000
postgresql-debversion (1.0.2-1) unstable; urgency=low
* Switch to postgresql-8.4.
* debian/control:
- Build-Depend on postgresql-server-dev-8.4.
- Add postgresql-8.4-debversion.
- Upgrade to Standards-Version 3.8.2.
* debian/rules: Build both 8.3 and 8.4 versions of the library.
-- Roger Leigh <rleigh@debian.org> Mon, 06 Jul 2009 00:26:54 +0100
postgresql-debversion (1.0.1-2) unstable; urgency=low
* postgresql-8.3-debversion.docs: Include README.
-- Roger Leigh <rleigh@debian.org> Sun, 08 Mar 2009 18:46:16 +0000
postgresql-debversion (1.0.1-1) unstable; urgency=low
* New upstream release.
* debian/copyright:
- Fix incomplete author description.
- Depend on postgresql-8.3.
* debian/control: Update description, indent bulleted list
* debian/rules: Clean debian/autoconfigure-stamp.
* postgresql-8.3-debversion.docs: New file. Package NEWS.
-- Roger Leigh <rleigh@debian.org> Sat, 07 Mar 2009 15:06:13 +0000
postgresql-debversion (1.0.0-1) unstable; urgency=low
* Initial release.
-- Roger Leigh <rleigh@debian.org> Wed, 04 Mar 2009 22:41:08 +0000
|