[geos] 03/17: Restructure control file with cme, changes: Vcs-* fields.
Bas Couwenberg
sebastic at xs4all.nl
Fri Mar 7 20:18:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository geos.
commit 37affbee8b7dc68a2fd08624992f78d6f2e02734
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Feb 16 20:33:07 2014 +0100
Restructure control file with cme, changes: Vcs-* fields.
---
debian/changelog | 1 +
debian/control | 49 +++++++++++++++++++++++++++++++------------------
debian/control.in | 49 +++++++++++++++++++++++++++++++------------------
3 files changed, 63 insertions(+), 36 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 17e15d7..9a3ff52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
geos (3.4.2-2) UNRELEASED; urgency=low
* Add myself to Uploaders.
+ * Restructure control file with cme, changes: Vcs-* fields.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 16 Feb 2014 20:11:38 +0100
diff --git a/debian/control b/debian/control
index a995d61..1d7c5ad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,25 @@
Source: geos
-Section: science
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby, ruby-all-dev, autotools-dev
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ doxygen,
+ swig,
+ ruby,
+ ruby-all-dev,
+ autotools-dev
Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/geos.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/geos.git
Homepage: http://trac.osgeo.org/geos/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/geos.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/geos
Package: libgeos-dev
-Section: libdevel
Architecture: any
-Depends: libgeos-c1 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libgeos-c1 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: libgdal-doc
Description: Geometry engine for GIS - Development files
GEOS provides a spatial object model and fundamental geometric
@@ -24,9 +30,11 @@ Description: Geometry engine for GIS - Development files
develop programs using GEOS.
Package: libgeos++-dev
-Section: libdevel
Architecture: any
-Depends: libgeos-3.4.2 (= ${binary:Version}), libgeos-dev, ${misc:Depends}
+Section: libdevel
+Depends: libgeos-3.4.2 (= ${binary:Version}),
+ libgeos-dev,
+ ${misc:Depends}
Suggests: libgdal-doc
Breaks: libgeos-dev (<< 3.3.1-1~)
Description: Geometry engine for GIS - C++ development files
@@ -40,9 +48,10 @@ Description: Geometry engine for GIS - C++ development files
unstable C++ one.
Package: libgeos-c1
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Geometry engine for Geographic Information Systems - C Library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -61,9 +70,10 @@ Description: Geometry engine for Geographic Information Systems - C Library
by the libgeos-* package.
Package: libgeos-3.4.2
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Geometry engine for Geographic Information Systems - C++ Library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -83,22 +93,23 @@ Description: Geometry engine for Geographic Information Systems - C++ Library
programs.
Package: libgeos-doc
-Section: doc
Architecture: all
+Section: doc
Depends: ${misc:Depends}
Suggests: libgeos-dev (= ${binary:Version})
-Homepage: http://download.osgeo.org/geos/doxygen/
Description: Documentation for the GEOS GIS geometry engine library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
.
This package contains the documentation for the GEOS API.
+Homepage: http://download.osgeo.org/geos/doxygen/
Package: libgeos-ruby1.8
-Section: ruby
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: ruby
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GEOS bindings for Ruby
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -110,7 +121,9 @@ Package: libgeos-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libgeos-3.4.2 (= ${binary:Version}), libgeos-c1 (= ${binary:Version}), ${misc:Depends}
+Depends: libgeos-3.4.2 (= ${binary:Version}),
+ libgeos-c1 (= ${binary:Version}),
+ ${misc:Depends}
Description: Debugging symbols for the GEOS library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
diff --git a/debian/control.in b/debian/control.in
index edab4d1..782bbe4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,19 +1,25 @@
Source: geos
-Section: science
-Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby, ruby-all-dev, autotools-dev
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ doxygen,
+ swig,
+ ruby,
+ ruby-all-dev,
+ autotools-dev
Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/geos.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/geos.git
Homepage: http://trac.osgeo.org/geos/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/geos.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/geos
Package: libgeos-dev
-Section: libdevel
Architecture: any
-Depends: libgeos-c1 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libgeos-c1 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: libgdal-doc
Description: Geometry engine for GIS - Development files
GEOS provides a spatial object model and fundamental geometric
@@ -24,9 +30,11 @@ Description: Geometry engine for GIS - Development files
develop programs using GEOS.
Package: libgeos++-dev
-Section: libdevel
Architecture: any
-Depends: libgeos- at VERSION@ (= ${binary:Version}), libgeos-dev, ${misc:Depends}
+Section: libdevel
+Depends: libgeos- at VERSION@ (= ${binary:Version}),
+ libgeos-dev,
+ ${misc:Depends}
Suggests: libgdal-doc
Breaks: libgeos-dev (<< 3.3.1-1~)
Description: Geometry engine for GIS - C++ development files
@@ -40,9 +48,10 @@ Description: Geometry engine for GIS - C++ development files
unstable C++ one.
Package: libgeos-c1
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Geometry engine for Geographic Information Systems - C Library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -61,9 +70,10 @@ Description: Geometry engine for Geographic Information Systems - C Library
by the libgeos-* package.
Package: libgeos- at VERSION@
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Geometry engine for Geographic Information Systems - C++ Library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -83,22 +93,23 @@ Description: Geometry engine for Geographic Information Systems - C++ Library
programs.
Package: libgeos-doc
-Section: doc
Architecture: all
+Section: doc
Depends: ${misc:Depends}
Suggests: libgeos-dev (= ${binary:Version})
-Homepage: http://download.osgeo.org/geos/doxygen/
Description: Documentation for the GEOS GIS geometry engine library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
OpenGIS Consortium Simple Features Specification for SQL.
.
This package contains the documentation for the GEOS API.
+Homepage: http://download.osgeo.org/geos/doxygen/
Package: libgeos-ruby1.8
-Section: ruby
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: ruby
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GEOS bindings for Ruby
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
@@ -110,7 +121,9 @@ Package: libgeos-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libgeos- at VERSION@ (= ${binary:Version}), libgeos-c1 (= ${binary:Version}), ${misc:Depends}
+Depends: libgeos- at VERSION@ (= ${binary:Version}),
+ libgeos-c1 (= ${binary:Version}),
+ ${misc:Depends}
Description: Debugging symbols for the GEOS library
GEOS provides a spatial object model and fundamental geometric
functions. It implements the geometry model defined in the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git
More information about the Pkg-grass-devel
mailing list