Skip to content

Commit 7591cae

Browse files
committed
New upstream version.
debian/watch: Look at GitHub tags instead of releases.
1 parent 643ff52 commit 7591cae

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1996-2021, PostgreSQL Global Development Group
1+
Copyright (c) 1996-2022, PostgreSQL Global Development Group
22
Copyright (c) 2012, OmniTI Computer Consulting, Inc.
33
Portions Copyright (c) 1994, The Regents of the University of California
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ further maintenance.
120120
License
121121
-------
122122

123-
Copyright (c) 1996-2021, PostgreSQL Global Development Group
123+
Copyright (c) 1996-2022, PostgreSQL Global Development Group
124124

125125
Copyright (c) 2012, OmniTI Computer Consulting, Inc.
126126

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pg-dirtyread (2.5-1) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 15.
4+
* New upstream version.
5+
* debian/watch: Look at GitHub tags instead of releases.
6+
7+
-- Christoph Berg <[email protected]> Fri, 21 Oct 2022 10:36:40 +0200
8+
19
pg-dirtyread (2.4-1) unstable; urgency=medium
210

311
* New upstream version with support for PostgreSQL 14.

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Priority: optional
44
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
55
Uploaders: Christoph Berg <[email protected]>
66
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7-
Standards-Version: 4.5.0
7+
Standards-Version: 4.6.1
88
Rules-Requires-Root: no
99
Vcs-Browser: https://github.com/df7cb/pg_dirtyread
1010
Vcs-Git: https://github.com/df7cb/pg_dirtyread.git
1111

12-
Package: postgresql-14-dirtyread
12+
Package: postgresql-15-dirtyread
1313
Architecture: any
14-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
14+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
1515
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
1616
The pg_dirtyread extension provides the ability to read dead but unvacuumed
1717
rows from a PostgreSQL relation.

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
55
Uploaders: Christoph Berg <[email protected]>
66
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7-
Standards-Version: 4.5.0
7+
Standards-Version: 4.6.1
88
Rules-Requires-Root: no
99
Vcs-Browser: https://github.com/df7cb/pg_dirtyread
1010
Vcs-Git: https://github.com/df7cb/pg_dirtyread.git

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=4
2-
https://github.com/df7cb/pg_dirtyread/releases .*/([0-9.]*).tar.gz
2+
https://github.com/df7cb/pg_dirtyread/tags .*/([0-9.]*).tar.gz

pg_dirtyread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996-2021, PostgreSQL Global Development Group
2+
* Copyright (c) 1996-2022, PostgreSQL Global Development Group
33
* Copyright (c) 2012, OmniTI Computer Consulting, Inc.
44
* Portions Copyright (c) 1994, The Regents of the University of California
55
* All rights reserved.

0 commit comments

Comments
 (0)