File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ postgresql-unit (7.7-2) unstable; urgency=medium
2
+
3
+ * Upload for PostgreSQL 16.
4
+ * Use ${postgresql:Depends}.
5
+
6
+ -- Christoph Berg <
[email protected] > Mon, 18 Sep 2023 22:22:20 +0200
7
+
1
8
postgresql-unit (7.7-1) unstable; urgency=medium
2
9
3
10
* Fix printing of values around 1e33 on i386.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Build-Depends:
7
7
debhelper-compat (= 13),
8
8
flex,
9
9
postgresql-server-dev-all (>= 217~),
10
- Standards-Version: 4.6.1
10
+ Standards-Version: 4.6.2
11
11
Rules-Requires-Root: no
12
12
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
13
13
Vcs-Browser: https://github.com/df7cb/postgresql-unit
14
14
Homepage: https://github.com/df7cb/postgresql-unit
15
15
16
- Package: postgresql-15 -unit
16
+ Package: postgresql-16 -unit
17
17
Architecture: any
18
- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
18
+ Depends: ${misc:Depends}, ${shlibs:Depends}, ${ postgresql:Depends}
19
19
Description: SI Units for PostgreSQL
20
20
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
21
21
base units can be combined to named and unnamed derived units using operators
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Build-Depends:
7
7
debhelper-compat (= 13),
8
8
flex,
9
9
postgresql-server-dev-all (>= 217~),
10
- Standards-Version: 4.6.1
10
+ Standards-Version: 4.6.2
11
11
Rules-Requires-Root: no
12
12
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
13
13
Vcs-Browser: https://github.com/df7cb/postgresql-unit
14
14
Homepage: https://github.com/df7cb/postgresql-unit
15
15
16
16
Package: postgresql-PGVERSION-unit
17
17
Architecture: any
18
- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION
18
+ Depends: ${misc:Depends}, ${shlibs:Depends}, ${ postgresql:Depends}
19
19
Description: SI Units for PostgreSQL
20
20
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
21
21
base units can be combined to named and unnamed derived units using operators
You can’t perform that action at this time.
0 commit comments