Skip to content

Commit 04afb53

Browse files
committed
Debian: Upload for PostgreSQL 13.
* Use dh --with pgxs. * R³: no. * DH 13. * debian/tests: Use 'make' instead of postgresql-server-dev-all.
1 parent fb3a90b commit 04afb53

File tree

6 files changed

+20
-24
lines changed

6 files changed

+20
-24
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
pg-dirtyread (2.3-2) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 13.
4+
* Use dh --with pgxs.
5+
* R³: no.
6+
* DH 13.
7+
* debian/tests: Use 'make' instead of postgresql-server-dev-all.
8+
9+
-- Christoph Berg <myon@debian.org> Mon, 19 Oct 2020 11:11:52 +0200
10+
111
pg-dirtyread (2.3-1) unstable; urgency=medium
212

313
* Support PostgreSQL 13.

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Section: database
33
Priority: optional
44
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
55
Uploaders: Christoph Berg <myon@debian.org>
6-
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~)
7-
Standards-Version: 4.3.0
6+
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7+
Standards-Version: 4.5.0
8+
Rules-Requires-Root: no
89
Vcs-Browser: https://github.com/ChristophBerg/pg_dirtyread
910
Vcs-Git: https://github.com/ChristophBerg/pg_dirtyread.git
1011

11-
Package: postgresql-12-dirtyread
12+
Package: postgresql-13-dirtyread
1213
Architecture: any
13-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
14+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13
1415
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
1516
The pg_dirtyread extension provides the ability to read dead but unvacuumed
1617
rows from a PostgreSQL relation.

debian/control.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Section: database
33
Priority: optional
44
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
55
Uploaders: Christoph Berg <myon@debian.org>
6-
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~)
7-
Standards-Version: 4.3.0
6+
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7+
Standards-Version: 4.5.0
8+
Rules-Requires-Root: no
89
Vcs-Browser: https://github.com/ChristophBerg/pg_dirtyread
910
Vcs-Git: https://github.com/ChristophBerg/pg_dirtyread.git
1011

debian/rules

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
#!/usr/bin/make -f
22

3-
include /usr/share/postgresql-common/pgxs_debian_control.mk
4-
5-
override_dh_auto_build:
6-
+pg_buildext build build-%v
7-
8-
override_dh_auto_test:
9-
# nothing to do here, see debian/tests/* instead
10-
11-
override_dh_auto_install:
12-
+pg_buildext install build-%v postgresql-%v-dirtyread
13-
143
override_dh_installdocs:
154
dh_installdocs --all README.*
165

17-
override_dh_auto_clean:
18-
dh_auto_clean
19-
+pg_buildext clean build-%v
20-
216
%:
22-
dh $@
7+
dh $@ --with pgxs

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Depends: @, postgresql-server-dev-all
1+
Depends: @, make
22
Tests: installcheck
33
Restrictions: allow-stderr

0 commit comments

Comments
 (0)