[geographiclib] 10/11: Add myself to uploaders and tidy control file

Ross Gammon ross-guest at moszumanska.debian.org
Sun Sep 14 10:15:16 UTC 2014


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

ross-guest pushed a commit to branch master
in repository geographiclib.

commit 6d9865bddf4c93bf14ed91470506d06421caab1f
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sun Sep 14 12:08:24 2014 +0200

    Add myself to uploaders and tidy control file
---
 debian/control | 52 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index af26b03..5d18bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
 Source: geographiclib
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+           Ross Gammon <rossgammon at mail.dk>
 Section: science
 Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, doxygen, python-all
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               doxygen,
+               python-all
 Standards-Version: 3.9.5
-Homepage: http://geographiclib.sf.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/geographiclib.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geographiclib.git
+Homepage: http://geographiclib.sf.net/
 
 Package: geographiclib-tools
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: proj-bin
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: bzip2
+Suggests: proj-bin
 Description: C++ library to solve some geodesic problems -- tools
- GeographicLib is a small set of C++ classes for converting between                                                                                         
- geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,                                                                                     
- for geoid calculations, and for computing geodesic. It is a suitable                                                                                         
+ GeographicLib is a small set of C++ classes for converting between
+ geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
+ for geoid calculations, and for computing geodesic. It is a suitable
  replacement for the core functionality provided by NGA Geotrans.
  .
  This package contains some core tools based on the GeographicLib library.
@@ -25,12 +30,13 @@ Description: C++ library to solve some geodesic problems -- tools
 Package: libgeographiclib13
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: geographiclib-tools
 Description: C++ library to solve some geodesic problems -- library
- GeographicLib is a small set of C++ classes for converting between                                                                                         
- geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,                                                                                     
- for geoid calculations, and for computing geodesic. It is a suitable                                                                                         
+ GeographicLib is a small set of C++ classes for converting between
+ geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
+ for geoid calculations, and for computing geodesic. It is a suitable
  replacement for the core functionality provided by NGA Geotrans.
  .
  This package contains the GeographicLib shared library used at run-time 
@@ -39,11 +45,13 @@ Description: C++ library to solve some geodesic problems -- library
 Package: libgeographiclib-dev
 Architecture: any
 Section: libdevel
-Depends: libgeographiclib10 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeographiclib10 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: C++ library to solve some geodesic problems -- development files
- GeographicLib is a small set of C++ classes for converting between                                                                                         
- geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,                                                                                     
- for geoid calculations, and for computing geodesic. It is a suitable                                                                                         
+ GeographicLib is a small set of C++ classes for converting between
+ geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
+ for geoid calculations, and for computing geodesic. It is a suitable
  replacement for the core functionality provided by NGA Geotrans.
  .
  This package contains the files used to develop applications that use the
@@ -52,9 +60,11 @@ Description: C++ library to solve some geodesic problems -- development files
 Package: python-geographiclib
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
 Description: Python binding for GeographicLib
- GeographicLib is a small set of C++ classes for converting between                                                                                         
- geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,                                                                                     
- for geoid calculations, and for computing geodesic. It is a suitable                                                                                         
+ GeographicLib is a small set of C++ classes for converting between
+ geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
+ for geoid calculations, and for computing geodesic. It is a suitable
  replacement for the core functionality provided by NGA Geotrans.

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



More information about the Pkg-grass-devel mailing list