File: changelog

package info (click to toggle)
postgresql-q3c 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,548 kB
  • sloc: sql: 27,430; ansic: 3,908; python: 110; perl: 104; makefile: 101; sh: 17
file content (169 lines) | stat: -rw-r--r-- 5,371 bytes parent folder | download
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
postgresql-q3c (2.0.1-4) unstable; urgency=medium

  * Upload for PostgreSQL 17.
  * Restrict to 64-bit architectures.
  * Mark postgresql-all as <!nocheck>.

 -- Christoph Berg <myon@debian.org>  Sun, 15 Sep 2024 12:49:10 +0200

postgresql-q3c (2.0.1-3) unstable; urgency=medium

  * debian/rules: Use execute_before_dh_auto_install.

 -- Christoph Berg <myon@debian.org>  Wed, 07 Aug 2024 16:30:03 +0200

postgresql-q3c (2.0.1-2) unstable; urgency=medium

  * Install docs to non-generic name (Closes: #1073800)

 -- Ole Streicher <olebole@debian.org>  Mon, 05 Aug 2024 10:15:54 +0200

postgresql-q3c (2.0.1-1) unstable; urgency=medium

  * New upstream version 2.0.1.

 -- Christoph Berg <myon@debian.org>  Fri, 05 Jan 2024 14:34:58 +0100

postgresql-q3c (2.0.0-8) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <myon@debian.org>  Mon, 18 Sep 2023 22:00:14 +0200

postgresql-q3c (2.0.0-7) unstable; urgency=medium

  * Upload for PostgreSQL 15.

 -- Christoph Berg <myon@debian.org>  Mon, 24 Oct 2022 16:19:54 +0200

postgresql-q3c (2.0.0-6) unstable; urgency=medium

  * Upload for PostgreSQL 14.

 -- Christoph Berg <myon@debian.org>  Thu, 21 Oct 2021 10:46:22 +0200

postgresql-q3c (2.0.0-5) unstable; urgency=medium

  * Remove Conflitcs+Replaces: postgresql-pgsphere (Closes: #989731)

 -- Ole Streicher <olebole@debian.org>  Mon, 21 Jun 2021 15:37:28 +0200

postgresql-q3c (2.0.0-4) unstable; urgency=medium

  * Add test-dependency on postgresql-common (>= 219~) for pg_buildext
    virtualenv. (Closes: #972046)

 -- Christoph Berg <myon@debian.org>  Mon, 12 Oct 2020 22:45:45 +0200

postgresql-q3c (2.0.0-3) unstable; urgency=medium

  * Testsuite: Skip the tests that are really slow.
  * Testsuite: Re-add dependency on build-essential that got lost.
  * Make gen_data compile without postgres.h.
  * R³: no.

 -- Christoph Berg <myon@debian.org>  Fri, 09 Oct 2020 20:15:26 +0200

postgresql-q3c (2.0.0-2) unstable; urgency=medium

  * Upload for PostgreSQL 13.
  * Migrate to standard PostgreSQL extension package layout with separate
    packages per PostgreSQL major version. (Closes: #962260)
  * DH 13.
  * debian/tests: Use pg_buildext virtualenv.
  * Add myself to uploaders.

 -- Christoph Berg <myon@debian.org>  Tue, 06 Oct 2020 22:14:56 +0200

postgresql-q3c (2.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Fri, 20 Mar 2020 10:05:31 +0100

postgresql-q3c (1.8.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Thu, 27 Feb 2020 13:36:25 +0100

postgresql-q3c (1.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version with PostgreSQL 12 support.
  * Rewrite rules to use "pg_buildext loop", the upstream makefile doesn't
    support VPATH builds and our workaround was actually buggy.
  * Use dh_gencontrol to set dpkg template variables.

 -- Christoph Berg <myon@debian.org>  Tue, 29 Oct 2019 19:10:02 +0100

postgresql-q3c (1.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.8.0.
  * Add debian/gitlab-ci.yml.
  * Makefile: Add missing LDFLAGS.

 -- Christoph Berg <myon@debian.org>  Sat, 27 Jul 2019 19:43:33 +0200

postgresql-q3c (1.6.0-1) unstable; urgency=low

  * New upstream version 1.6.0
  * Drop Update-the-regression-tests.patch: applied upstream
  * Push Standards-Version to 4.2.1. Change some URLs to https

 -- Ole Streicher <olebole@debian.org>  Tue, 27 Nov 2018 17:51:23 +0100

postgresql-q3c (1.5.0-6) unstable; urgency=medium

  * Team upload.
  * Test-depend on build-essential instead of c-compiler. With PG11 depending
    on LLVM, the testsuite was preferring clang-7 over gcc, and while we
    should really be invoking "cc" instead of "gcc", that wouldn't fix the
    issue because "cc" is only provided by clang, not clang-7.

 -- Christoph Berg <myon@debian.org>  Sun, 14 Oct 2018 11:38:44 +0200

postgresql-q3c (1.5.0-5) unstable; urgency=medium

  * Team upload for PostgreSQL 11.
  * Move maintainer address to team+postgresql@tracker.debian.org.

 -- Christoph Berg <myon@debian.org>  Sat, 13 Oct 2018 22:34:19 +0200

postgresql-q3c (1.5.0-4) unstable; urgency=medium

  * Team upload.
  * Fix Depends/Provides fields for more than two supported versions.
  * debian/tests/control: Depend on postgresql-all as the package itself does
    not pull in all required server versions.
  * Move packaging repository to salsa.debian.org

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 30 May 2018 09:39:05 +0200

postgresql-q3c (1.5.0-3) unstable; urgency=medium

  * Create a single package for all PostgreSQL versions
  * Rebuild against postgresql-10. Closes: #876788

 -- Ole Streicher <olebole@debian.org>  Mon, 25 Sep 2017 21:37:30 +0200

postgresql-q3c (1.5.0-2) unstable; urgency=medium

  * Add Markus Nullmeier as Co-maintainer
  * Push Standards-Version to 4.1.0. No changes needed.
  * Add d/u/metadata
  * Fix short license name
  * Update regression tests. Fixes CI test failures on ppc64el+i386
  * Fix CI test dependencies

 -- Ole Streicher <olebole@debian.org>  Wed, 06 Sep 2017 09:02:30 +0200

postgresql-q3c (1.5.0-1) unstable; urgency=low

  * Initial release. (Closes: #680222)

 -- Ole Streicher <olebole@debian.org>  Mon, 07 Aug 2017 14:13:00 +0200