File tree Expand file tree Collapse file tree 6 files changed +20
-24
lines changed
Expand file tree Collapse file tree 6 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 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+
111pg-dirtyread (2.3-1) unstable; urgency=medium
212
313 * Support PostgreSQL 13.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ Section: database
33Priority: optional
44Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
55Uploaders: 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
89Vcs-Browser: https://github.com/ChristophBerg/pg_dirtyread
910Vcs-Git: https://github.com/ChristophBerg/pg_dirtyread.git
1011
11- Package: postgresql-12 -dirtyread
12+ Package: postgresql-13 -dirtyread
1213Architecture: any
13- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
14+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13
1415Description: 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.
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ Section: database
33Priority: optional
44Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
55Uploaders: 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
89Vcs-Browser: https://github.com/ChristophBerg/pg_dirtyread
910Vcs-Git: https://github.com/ChristophBerg/pg_dirtyread.git
1011
Original file line number Diff line number Diff line change 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-
143override_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
Original file line number Diff line number Diff line change 1- Depends: @, postgresql-server-dev-all
1+ Depends: @, make
22Tests: installcheck
33Restrictions: allow-stderr
You can’t perform that action at this time.
0 commit comments