This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch modern-packaging in repository postgis.
commit 847c9a41852360945348280ae857de2b82b8cebf Author: Bas Couwenberg <[email protected]> Date: Sat Oct 8 19:52:41 2016 +0200 Restructure control file with cme. --- debian/changelog | 6 +++++ debian/control | 81 ++++++++++++++++++++++++++++++++++++------------------- debian/control.in | 79 ++++++++++++++++++++++++++++++++++------------------- 3 files changed, 111 insertions(+), 55 deletions(-) diff --git a/debian/changelog b/debian/changelog index bcc5f76..413f7ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.3.0+dfsg-3) UNRELEASED; urgency=medium + + * Restructure control file with cme. + + -- Bas Couwenberg <[email protected]> Sat, 08 Oct 2016 19:52:11 +0200 + postgis (2.3.0+dfsg-2) unstable; urgency=medium * Update pgversions to require PostgreSQL 9.2 or newer. diff --git a/debian/control b/debian/control index 62d506a..bffec37 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,47 @@ Source: postgis +Maintainer: Debian GIS Project <[email protected]> +Uploaders: Stephen Frost <[email protected]>, + Francesco Paolo Lovergine <[email protected]>, + Markus Wanner <[email protected]>, + Bas Couwenberg <[email protected]> Section: misc Priority: optional -Maintainer: Debian GIS Project <[email protected]> -Uploaders: Stephen Frost <[email protected]>, Francesco Paolo - Lovergine <[email protected]>, Markus Wanner <[email protected]>, - Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 9), po-debconf, - dpkg-dev (>= 1.16.1~), autotools-dev, dh-autoreconf, autoconf2.13, - flex, bison, rdfind, libgeos-dev (>= 3.3), - libjson-c-dev | libjson0-dev (>= 0.9~), libsfcgal-dev [!armel], - libproj-dev (>= 4.6.0), xsltproc, docbook, docbook-xsl, - imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), - libgtk2.0-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), - postgresql-server-dev-all, postgresql-common (>= 148~), postgresql +Build-Depends: debhelper (>= 9), + po-debconf, + dpkg-dev (>= 1.16.1~), + autotools-dev, + dh-autoreconf, + autoconf2.13, + flex, + bison, + rdfind, + libgeos-dev (>= 3.3), + libjson-c-dev | libjson0-dev (>= 0.9~), + libsfcgal-dev [!armel], + libproj-dev (>= 4.6.0), + xsltproc, + docbook, + docbook-xsl, + imagemagick, + libcunit1-dev, + dblatex, + libxml2-dev (>= 2.5.0~), + libgtk2.0-dev, + libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), + postgresql-server-dev-all, + postgresql-common (>= 148~), + postgresql Standards-Version: 3.9.8 -Homepage: http://postgis.net/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git +Homepage: http://postgis.net/ Package: postgis Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-9.6-postgis-2.3, postgis-doc +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: postgresql-9.6-postgis-2.3, + postgis-doc Suggests: postgis-gui Description: Geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL @@ -35,8 +55,10 @@ Description: Geographic objects support for PostgreSQL Package: postgis-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-9.6-postgis-2.3, postgis-doc +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: postgresql-9.6-postgis-2.3, + postgis-doc Suggests: postgis Breaks: postgis (<< 2.2.2+dfsg-2~) Replaces: postgis (<< 2.2.2+dfsg-2~) @@ -51,8 +73,8 @@ Description: Geographic objects support for PostgreSQL -- GUI programs This package contains the PostGIS graphical userland binaries. Package: postgis-doc -Section: doc Architecture: all +Section: doc Depends: ${misc:Depends} Suggests: postgis Description: Geographic objects support for PostgreSQL -- documentation @@ -68,7 +90,8 @@ Description: Geographic objects support for PostgreSQL -- documentation Package: liblwgeom-2.3-0 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: PostGIS "Lightweight Geometry" library PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" @@ -85,7 +108,7 @@ Package: liblwgeom-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - liblwgeom-2.3-0 (= ${binary:Version}) + liblwgeom-2.3-0 (= ${binary:Version}) Breaks: postgis (<< 2.0.0) Description: PostGIS "Lightweight Geometry" library - Development files PostGIS adds support for geographic objects to the PostgreSQL @@ -101,14 +124,15 @@ Description: PostGIS "Lightweight Geometry" library - Development files the development files. Package: postgresql-9.6-postgis-2.3 -Depends: ${shlibs:Depends}, postgresql-9.6, - liblwgeom-2.3-0, - ${misc:Depends} -Recommends: postgresql-9.6-postgis-2.3-scripts - postgresql-contrib-9.6 +Architecture: any +Depends: ${shlibs:Depends}, + postgresql-9.6, + liblwgeom-2.3-0, + ${misc:Depends} +Recommends: postgresql-9.6-postgis-2.3-scripts, + postgresql-contrib-9.6 Suggests: postgis Breaks: postgis (<< 1.2.1) -Architecture: any Description: Geographic objects support for PostgreSQL 9.6 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" @@ -139,9 +163,10 @@ Description: Geographic objects support for PostgreSQL 9.6 -- scripts Package: postgresql-9.6-postgis-scripts Architecture: all -Depends: postgresql-9.6-postgis-2.3-scripts, ${misc:Depends} -Priority: extra Section: oldlibs +Priority: extra +Depends: postgresql-9.6-postgis-2.3-scripts, + ${misc:Depends} Description: transitional dummy package This is a transitional dummy package. It can safely be removed. diff --git a/debian/control.in b/debian/control.in index e76db64..4c9cf0c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,27 +1,47 @@ Source: postgis +Maintainer: Debian GIS Project <[email protected]> +Uploaders: Stephen Frost <[email protected]>, + Francesco Paolo Lovergine <[email protected]>, + Markus Wanner <[email protected]>, + Bas Couwenberg <[email protected]> Section: misc Priority: optional -Maintainer: Debian GIS Project <[email protected]> -Uploaders: Stephen Frost <[email protected]>, Francesco Paolo - Lovergine <[email protected]>, Markus Wanner <[email protected]>, - Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 9), po-debconf, - dpkg-dev (>= 1.16.1~), autotools-dev, dh-autoreconf, autoconf2.13, - flex, bison, rdfind, libgeos-dev (>= 3.3), - libjson-c-dev | libjson0-dev (>= 0.9~), libsfcgal-dev [!armel], - libproj-dev (>= 4.6.0), xsltproc, docbook, docbook-xsl, - imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), - libgtk2.0-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), - postgresql-server-dev-all, postgresql-common (>= 148~), postgresql +Build-Depends: debhelper (>= 9), + po-debconf, + dpkg-dev (>= 1.16.1~), + autotools-dev, + dh-autoreconf, + autoconf2.13, + flex, + bison, + rdfind, + libgeos-dev (>= 3.3), + libjson-c-dev | libjson0-dev (>= 0.9~), + libsfcgal-dev [!armel], + libproj-dev (>= 4.6.0), + xsltproc, + docbook, + docbook-xsl, + imagemagick, + libcunit1-dev, + dblatex, + libxml2-dev (>= 2.5.0~), + libgtk2.0-dev, + libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), + postgresql-server-dev-all, + postgresql-common (>= 148~), + postgresql Standards-Version: 3.9.8 -Homepage: http://postgis.net/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/postgis.git +Homepage: http://postgis.net/ Package: postgis Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-NEWEST_PGVERSION-postgis-2.3, postgis-doc +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: postgresql-NEWEST_PGVERSION-postgis-2.3, + postgis-doc Suggests: postgis-gui Description: Geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL @@ -35,8 +55,10 @@ Description: Geographic objects support for PostgreSQL Package: postgis-gui Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-NEWEST_PGVERSION-postgis-2.3, postgis-doc +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: postgresql-NEWEST_PGVERSION-postgis-2.3, + postgis-doc Suggests: postgis Breaks: postgis (<< 2.2.2+dfsg-2~) Replaces: postgis (<< 2.2.2+dfsg-2~) @@ -51,8 +73,8 @@ Description: Geographic objects support for PostgreSQL -- GUI programs This package contains the PostGIS graphical userland binaries. Package: postgis-doc -Section: doc Architecture: all +Section: doc Depends: ${misc:Depends} Suggests: postgis Description: Geographic objects support for PostgreSQL -- documentation @@ -68,7 +90,8 @@ Description: Geographic objects support for PostgreSQL -- documentation Package: liblwgeom-2.3-0 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: PostGIS "Lightweight Geometry" library PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" @@ -85,7 +108,7 @@ Package: liblwgeom-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - liblwgeom-2.3-0 (= ${binary:Version}) + liblwgeom-2.3-0 (= ${binary:Version}) Breaks: postgis (<< 2.0.0) Description: PostGIS "Lightweight Geometry" library - Development files PostGIS adds support for geographic objects to the PostgreSQL @@ -101,14 +124,15 @@ Description: PostGIS "Lightweight Geometry" library - Development files the development files. Package: postgresql-PGVERSION-postgis-2.3 -Depends: ${shlibs:Depends}, postgresql-PGVERSION, - liblwgeom-2.3-0, - ${misc:Depends} +Architecture: any +Depends: ${shlibs:Depends}, + postgresql-PGVERSION, + liblwgeom-2.3-0, + ${misc:Depends} Recommends: postgresql-PGVERSION-postgis-2.3-scripts, - postgresql-contrib-PGVERSION + postgresql-contrib-PGVERSION Suggests: postgis Breaks: postgis (<< 1.2.1) -Architecture: any Description: Geographic objects support for PostgreSQL PGVERSION PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" @@ -139,9 +163,10 @@ Description: Geographic objects support for PostgreSQL PGVERSION -- scripts Package: postgresql-PGVERSION-postgis-scripts Architecture: all -Depends: postgresql-PGVERSION-postgis-2.3-scripts, ${misc:Depends} -Priority: extra Section: oldlibs +Priority: extra +Depends: postgresql-PGVERSION-postgis-2.3-scripts, + ${misc:Depends} Description: transitional dummy package This is a transitional dummy package. It can safely be removed. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

