Skip to content

Commit 589d8a1

Browse files
committed
Upload for PostgreSQL 12.
1 parent c1f00e4 commit 589d8a1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
postgresql-numeral (1.0-3) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 12.
4+
5+
-- Christoph Berg <myon@debian.org> Wed, 30 Oct 2019 13:58:04 +0100
6+
17
postgresql-numeral (1.0-2) unstable; urgency=medium
28

39
* Upload for PostgreSQL 11.

debian/control

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Build-Depends:
77
debhelper (>> 9),
88
flex,
99
postgresql-server-dev-all (>= 153~),
10-
Standards-Version: 4.1.4
10+
Standards-Version: 4.4.0
1111
Vcs-Git: https://github.com/ChristophBerg/postgresql-numeral.git
1212
Vcs-Browser: https://github.com/ChristophBerg/postgresql-numeral
1313
Homepage: https://github.com/ChristophBerg/postgresql-numeral
1414

15-
Package: postgresql-11-numeral
15+
Package: postgresql-12-numeral
1616
Architecture: any
17-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11
17+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12
1818
Description: numeral datatypes for PostgreSQL
1919
This module provides numeric data types for PostgreSQL that use
2020
numerals (words instead of digits) for input and output.
@@ -24,4 +24,3 @@ Description: numeral datatypes for PostgreSQL
2424
* zahl: German numerals (eins, zwei, drei, vier, ...),
2525
long scale (10^9 = Milliarde)
2626
* roman: Roman numerals (I, II, III, IV, ...)
27-

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends:
77
debhelper (>> 9),
88
flex,
99
postgresql-server-dev-all (>= 153~),
10-
Standards-Version: 4.1.4
10+
Standards-Version: 4.4.0
1111
Vcs-Git: https://github.com/ChristophBerg/postgresql-numeral.git
1212
Vcs-Browser: https://github.com/ChristophBerg/postgresql-numeral
1313
Homepage: https://github.com/ChristophBerg/postgresql-numeral

0 commit comments

Comments
 (0)