[shapelib] 01/12: Restructure control file with cme.

Bas Couwenberg sebastic at xs4all.nl
Tue Oct 14 23:24:00 UTC 2014


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

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

commit 3fb149efd6f5b9c6885e9fd0b5b5451468696692
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Oct 14 21:09:30 2014 +0200

    Restructure control file with cme.
---
 debian/control | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index fb4ed0e..2559439 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: shapelib
-Priority: optional
-Section: libs
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 9), libtool, libproj-dev, libtool-bin
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               libtool,
+               libproj-dev,
+               libtool-bin
 Standards-Version: 3.9.5
-Homepage: http://shapelib.maptools.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/shapelib.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/shapelib.git
+Homepage: http://shapelib.maptools.org/
 
 Package: shapelib
-Section: graphics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: foreign
+Section: graphics
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Library for reading and writing ESRI Shapefiles - tools
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
@@ -23,10 +27,11 @@ Description: Library for reading and writing ESRI Shapefiles - tools
  This package contains a useful set of tools to manage shapefiles.
 
 Package: libshp-dev
-Section: libdevel
 Architecture: any
-Depends: libshp2 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
+Section: libdevel
+Depends: libshp2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Library for reading and writing ESRI Shapefiles - development files
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
@@ -37,9 +42,10 @@ Description: Library for reading and writing ESRI Shapefiles - development files
 
 Package: libshp2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Library for reading and writing ESRI Shapefiles
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
@@ -47,3 +53,4 @@ Description: Library for reading and writing ESRI Shapefiles
  and imported in ArcGis.
  .
  This package includes the shared library.
+

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



More information about the Pkg-grass-devel mailing list