diff -Nru postgresql-numeral-1.0/debian/changelog postgresql-numeral-1.0/debian/changelog --- postgresql-numeral-1.0/debian/changelog 2018-06-04 07:16:54.000000000 +0000 +++ postgresql-numeral-1.0/debian/changelog 2018-10-13 09:52:55.000000000 +0000 @@ -1,3 +1,9 @@ +postgresql-numeral (1.0-2) unstable; urgency=medium + + * Upload for PostgreSQL 11. + + -- Christoph Berg Sat, 13 Oct 2018 11:52:55 +0200 + postgresql-numeral (1.0-1) unstable; urgency=medium * Initial release. diff -Nru postgresql-numeral-1.0/debian/control postgresql-numeral-1.0/debian/control --- postgresql-numeral-1.0/debian/control 2018-06-04 07:16:54.000000000 +0000 +++ postgresql-numeral-1.0/debian/control 2018-10-13 09:52:48.000000000 +0000 @@ -12,9 +12,9 @@ Vcs-Browser: https://github.com/ChristophBerg/postgresql-numeral Homepage: https://github.com/ChristophBerg/postgresql-numeral -Package: postgresql-10-numeral +Package: postgresql-11-numeral Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11 Description: numeral datatypes for PostgreSQL This module provides numeric data types for PostgreSQL that use numerals (words instead of digits) for input and output.