diff --git a/debian/control b/debian/control index 6b48baa..9d70b5b 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,15 @@ Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers -Uploaders: Peter Eisentraut , +Uploaders: + Peter Eisentraut , Christoph Berg , - Adrian Vondendriesch -Build-Depends: bison, debhelper (>= 9), flex, postgresql-server-dev-all (>= 153~) + Adrian Vondendriesch , +Build-Depends: + bison, + debhelper (>= 9), + flex, + postgresql-server-dev-all (>= 153~), Standards-Version: 3.9.8 Homepage: https://github.com/orafce/orafce Vcs-Git: git://anonscm.debian.org/pkg-postgresql/orafce.git @@ -14,7 +19,7 @@ Package: postgresql-9.6-orafce Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6 +Depends: postgresql-9.6, ${misc:Depends}, ${shlibs:Depends} Description: Oracle support functions for PostgreSQL 9.6 This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is diff --git a/debian/control.in b/debian/control.in index c65c572..febfac4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,10 +2,15 @@ Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers -Uploaders: Peter Eisentraut , +Uploaders: + Peter Eisentraut , Christoph Berg , - Adrian Vondendriesch -Build-Depends: bison, debhelper (>= 9), flex, postgresql-server-dev-all (>= 153~) + Adrian Vondendriesch , +Build-Depends: + bison, + debhelper (>= 9), + flex, + postgresql-server-dev-all (>= 153~), Standards-Version: 3.9.8 Homepage: https://github.com/orafce/orafce Vcs-Git: git://anonscm.debian.org/pkg-postgresql/orafce.git @@ -14,7 +19,7 @@ Package: postgresql-PGVERSION-orafce Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION +Depends: postgresql-PGVERSION, ${misc:Depends}, ${shlibs:Depends} Description: Oracle support functions for PostgreSQL PGVERSION This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is