[postgis] 07/20: Restructure control file with cme.

Bas Couwenberg sebastic at xs4all.nl
Fri Apr 4 19:42:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository postgis.

commit 34c83857c51798d2bbfdc6a40dcf0d765f363497
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 4 15:46:47 2014 +0200

    Restructure control file with cme.
---
 debian/changelog  |  1 +
 debian/control    | 99 +++++++++++++++++++++++++++++++++++++------------------
 debian/control.in | 99 +++++++++++++++++++++++++++++++++++++------------------
 3 files changed, 135 insertions(+), 64 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1f0d739..1d57ae2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ postgis (2.1.2+dfsg-1) UNRELEASED; urgency=low
   * Update copyright file using copyright-format 1.0.
   * Repack upstream tarball, remove OGC test cases with unclear license.
     (closes: #743489)
+  * Restructure control file with cme.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 04 Apr 2014 15:36:30 +0200
 
diff --git a/debian/control b/debian/control
index fd6ab2a..7e5de21 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,54 @@
 Source: postgis
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Stephen Frost <sfrost at debian.org>,
+           Francesco Paolo Lovergine <frankie at debian.org>,
+           Markus Wanner <markus at bluegap.ch>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: misc
 Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Stephen Frost <sfrost at debian.org>, Francesco Paolo
- Lovergine <frankie at debian.org>, Markus Wanner <markus at bluegap.ch>,
- Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), autotools-dev,
- flex, bison, rdfind, libgeos-dev (>= 3.3), libjson0-dev (>= 0.9~),
- libproj-dev (>= 4.6.0), libssl-dev, xsltproc, docbook, docbook-xsl,
- imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~),
- libgtk2.0-dev, libgdal-dev (>= 1.9.0~) | libgdal1-dev (>= 1.9.0~),
- postgresql-server-dev-all, postgresql-common (>= 148~), postgresql
+Build-Depends: debhelper (>= 8),
+               dpkg-dev (>= 1.16.1~),
+               autotools-dev,
+               flex,
+               bison,
+               rdfind,
+               libgeos-dev (>= 3.3),
+               libjson0-dev (>= 0.9~),
+               libproj-dev (>= 4.6.0),
+               libssl-dev,
+               xsltproc,
+               docbook,
+               docbook-xsl,
+               imagemagick,
+               libcunit1-dev,
+               dblatex,
+               libxml2-dev (>= 2.5.0~),
+               libgtk2.0-dev,
+               libgdal-dev (>= 1.10.1-0~),
+               postgresql-server-dev-all,
+               postgresql-common (>= 148~),
+               postgresql
 Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
- libpostgresql-jdbc-java, fastjar, libjts-java (>= 1.7), maven2,
- libmaven-clean-plugin-java, libmaven-jar-plugin-java,
- libsurefire-java, libmaven-compiler-plugin-java,
- libmaven-resources-plugin-java
+                     libpostgresql-jdbc-java,
+                     fastjar,
+                     libjts-java (>= 1.7),
+                     maven2,
+                     libmaven-clean-plugin-java,
+                     libmaven-jar-plugin-java,
+                     libsurefire-java,
+                     libmaven-compiler-plugin-java,
+                     libmaven-resources-plugin-java
 Standards-Version: 3.9.5
-Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
+Homepage: http://postgis.refractions.net/
 
 Package: postgis
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: postgresql-9.3-postgis-2.1, postgis-doc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: postgresql-9.3-postgis-2.1,
+          postgis-doc
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -36,8 +60,8 @@ Description: Geographic objects support for PostgreSQL
  This package contains the PostGIS userland binaries, common files.
 
 Package: postgis-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: postgis
 Description: Geographic objects support for PostgreSQL -- documentation
@@ -53,10 +77,15 @@ Description: Geographic objects support for PostgreSQL -- documentation
 Package: libpostgis-java
 Architecture: all
 Section: java
-Depends: libpostgresql-jdbc-java, ${misc:Depends}
+Depends: libpostgresql-jdbc-java,
+         ${misc:Depends}
 Suggests: postgresql-9.3-postgis-2.1
-Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
+Breaks: libpostgis-jdbc,
+        libpostgisjava,
+        postgresql-postgis-java
+Replaces: libpostgis-jdbc,
+          libpostgisjava,
+          postgresql-postgis-java
 Description: Geographic objects support for PostgreSQL -- JDBC support
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -70,7 +99,9 @@ Description: Geographic objects support for PostgreSQL -- JDBC support
 Package: liblwgeom-2.1.2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libjson0 (>= 0.9~), ${misc:Depends}
+Depends: ${shlibs:Depends},
+         libjson0 (>= 0.9~),
+         ${misc:Depends}
 Description: PostGIS "Lightweight Geometry" library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -86,8 +117,9 @@ Description: PostGIS "Lightweight Geometry" library
 Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends},
- liblwgeom-2.1.2 (= ${binary:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         liblwgeom-2.1.2 (= ${binary:Version})
 Breaks: postgis (<< 2.0.0)
 Description: PostGIS "Lightweight Geometry" library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -103,12 +135,15 @@ Description: PostGIS "Lightweight Geometry" library - Development files
  the development files.
 
 Package: postgresql-9.3-postgis-2.1
-Depends: ${shlibs:Depends}, postgresql-9.3,
- postgresql-9.3-postgis-scripts, liblwgeom-2.1.2,
- ${misc:Depends}
-Recommends: postgis, postgresql-contrib-9.3
-Breaks: postgis (<< 1.2.1)
 Architecture: any
+Depends: ${shlibs:Depends},
+         postgresql-9.3,
+         postgresql-9.3-postgis-scripts,
+         liblwgeom-2.1.2,
+         ${misc:Depends}
+Recommends: postgis,
+            postgresql-contrib-9.3
+Breaks: postgis (<< 1.2.1)
 Description: Geographic objects support for PostgreSQL 9.3
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -123,10 +158,10 @@ Package: postgresql-9.3-postgis-scripts
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: postgresql-9.3-postgis-2.1
-Replaces: postgresql-9.3-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-9.3-postgis-2.1-scripts (<< 2.1.0-4~)
 Breaks: postgresql-9.3-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-9.3-postgis-2.1-scripts (<< 2.1.0-4~)
+        postgresql-9.3-postgis-2.1-scripts (<< 2.1.0-4~)
+Replaces: postgresql-9.3-postgis-2.0-scripts (<< 2.1.0~),
+          postgresql-9.3-postgis-2.1-scripts (<< 2.1.0-4~)
 Description: Geographic objects support for PostgreSQL 9.3 -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
diff --git a/debian/control.in b/debian/control.in
index b2553d9..7292678 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,30 +1,54 @@
 Source: postgis
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Stephen Frost <sfrost at debian.org>,
+           Francesco Paolo Lovergine <frankie at debian.org>,
+           Markus Wanner <markus at bluegap.ch>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: misc
 Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Stephen Frost <sfrost at debian.org>, Francesco Paolo
- Lovergine <frankie at debian.org>, Markus Wanner <markus at bluegap.ch>,
- Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), autotools-dev,
- flex, bison, rdfind, libgeos-dev (>= 3.3), libjson0-dev (>= 0.9~),
- libproj-dev (>= 4.6.0), libssl-dev, xsltproc, docbook, docbook-xsl,
- imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~),
- libgtk2.0-dev, libgdal-dev (>= 1.9.0~) | libgdal1-dev (>= 1.9.0~),
- postgresql-server-dev-all, postgresql-common (>= 148~), postgresql
+Build-Depends: debhelper (>= 8),
+               dpkg-dev (>= 1.16.1~),
+               autotools-dev,
+               flex,
+               bison,
+               rdfind,
+               libgeos-dev (>= 3.3),
+               libjson0-dev (>= 0.9~),
+               libproj-dev (>= 4.6.0),
+               libssl-dev,
+               xsltproc,
+               docbook,
+               docbook-xsl,
+               imagemagick,
+               libcunit1-dev,
+               dblatex,
+               libxml2-dev (>= 2.5.0~),
+               libgtk2.0-dev,
+               libgdal-dev (>= 1.10.1-0~),
+               postgresql-server-dev-all,
+               postgresql-common (>= 148~),
+               postgresql
 Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
- libpostgresql-jdbc-java, fastjar, libjts-java (>= 1.7), maven2,
- libmaven-clean-plugin-java, libmaven-jar-plugin-java,
- libsurefire-java, libmaven-compiler-plugin-java,
- libmaven-resources-plugin-java
+                     libpostgresql-jdbc-java,
+                     fastjar,
+                     libjts-java (>= 1.7),
+                     maven2,
+                     libmaven-clean-plugin-java,
+                     libmaven-jar-plugin-java,
+                     libsurefire-java,
+                     libmaven-compiler-plugin-java,
+                     libmaven-resources-plugin-java
 Standards-Version: 3.9.5
-Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
+Homepage: http://postgis.refractions.net/
 
 Package: postgis
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: postgresql-NEWEST_PGVERSION-postgis-2.1, postgis-doc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: postgresql-NEWEST_PGVERSION-postgis-2.1,
+          postgis-doc
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -36,8 +60,8 @@ Description: Geographic objects support for PostgreSQL
  This package contains the PostGIS userland binaries, common files.
 
 Package: postgis-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Suggests: postgis
 Description: Geographic objects support for PostgreSQL -- documentation
@@ -53,10 +77,15 @@ Description: Geographic objects support for PostgreSQL -- documentation
 Package: libpostgis-java
 Architecture: all
 Section: java
-Depends: libpostgresql-jdbc-java, ${misc:Depends}
+Depends: libpostgresql-jdbc-java,
+         ${misc:Depends}
 Suggests: postgresql-NEWEST_PGVERSION-postgis-2.1
-Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
-Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
+Breaks: libpostgis-jdbc,
+        libpostgisjava,
+        postgresql-postgis-java
+Replaces: libpostgis-jdbc,
+          libpostgisjava,
+          postgresql-postgis-java
 Description: Geographic objects support for PostgreSQL -- JDBC support
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -70,7 +99,9 @@ Description: Geographic objects support for PostgreSQL -- JDBC support
 Package: liblwgeom-2.1.2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libjson0 (>= 0.9~), ${misc:Depends}
+Depends: ${shlibs:Depends},
+         libjson0 (>= 0.9~),
+         ${misc:Depends}
 Description: PostGIS "Lightweight Geometry" library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -86,8 +117,9 @@ Description: PostGIS "Lightweight Geometry" library
 Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends},
- liblwgeom-2.1.2 (= ${binary:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         liblwgeom-2.1.2 (= ${binary:Version})
 Breaks: postgis (<< 2.0.0)
 Description: PostGIS "Lightweight Geometry" library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
@@ -103,12 +135,15 @@ Description: PostGIS "Lightweight Geometry" library - Development files
  the development files.
 
 Package: postgresql-PGVERSION-postgis-2.1
-Depends: ${shlibs:Depends}, postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-scripts, liblwgeom-2.1.2,
- ${misc:Depends}
-Recommends: postgis, postgresql-contrib-PGVERSION
-Breaks: postgis (<< 1.2.1)
 Architecture: any
+Depends: ${shlibs:Depends},
+         postgresql-PGVERSION,
+         postgresql-PGVERSION-postgis-scripts,
+         liblwgeom-2.1.2,
+         ${misc:Depends}
+Recommends: postgis,
+            postgresql-contrib-PGVERSION
+Breaks: postgis (<< 1.2.1)
 Description: Geographic objects support for PostgreSQL PGVERSION
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"
@@ -123,10 +158,10 @@ Package: postgresql-PGVERSION-postgis-scripts
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: postgresql-PGVERSION-postgis-2.1
-Replaces: postgresql-PGVERSION-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
 Breaks: postgresql-PGVERSION-postgis-2.0-scripts (<< 2.1.0~),
- postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
+        postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
+Replaces: postgresql-PGVERSION-postgis-2.0-scripts (<< 2.1.0~),
+          postgresql-PGVERSION-postgis-2.1-scripts (<< 2.1.0-4~)
 Description: Geographic objects support for PostgreSQL PGVERSION -- scripts
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS "spatially enables"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list