Skip to content

Commit 7ac26fa

Browse files
committed
Merge branch 'debian'
2 parents b189362 + 5859501 commit 7ac26fa

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
postgresql-unit (7.2-2) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 12.
4+
5+
-- Christoph Berg <[email protected]> Thu, 31 Oct 2019 14:33:26 +0100
6+
17
postgresql-unit (7.2-1) unstable; urgency=medium
28

39
* Rewire PostgreSQL 12's new extra_float_digits=1 default internally to 0 to

debian/control

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1212
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1313
Homepage: https://github.com/df7cb/postgresql-unit
1414

15-
Package: postgresql-11-unit
15+
Package: postgresql-12-unit
1616
Architecture: any
17-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11
17+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
1818
Description: SI Units for PostgreSQL
1919
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2020
base units can be combined to named and unnamed derived units using operators
2121
defined in the PostgreSQL type system. SI prefixes are used for input and
2222
output, and quantities can be converted to arbitrary scale.
23-

0 commit comments

Comments
 (0)