[osmpbf] 10/16: Restructure control file with cme.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:13 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 3e72c3eb60980371ec542310862ff6ef9c0529d2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Mar 11 22:46:49 2014 +0100

    Restructure control file with cme.
---
 debian/control | 40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 76abb28..dc9adab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,25 @@
 Source: osmpbf
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: java
 Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders:
- David Paleino <dapal at debian.org>,
- Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends:
- debhelper (>= 9~)
- , protobuf-compiler
- , libprotobuf-java
- , ant
- , default-jdk
- , libprotobuf-dev
- , maven-repo-helper
+Build-Depends: debhelper (>= 9~),
+               protobuf-compiler,
+               libprotobuf-java,
+               ant,
+               default-jdk,
+               libprotobuf-dev,
+               maven-repo-helper
 Standards-Version: 3.9.4
-Homepage: http://github.com/scrosby/OSM-binary
-Vcs-Git: git://anonscm.debian.org/pkg-grass/osmpbf.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osmpbf.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-grass/osmpbf.git
+Homepage: http://github.com/scrosby/OSM-binary
 
 Package: libosmpbf-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Java access library for OpenStreetMap PBF file format
  Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
  PBF (Protocol buffer Binary Format) is the new file format to describe
@@ -30,9 +29,10 @@ Description: Java access library for OpenStreetMap PBF file format
  This package provides a Java library.
 
 Package: libosmpbf-dev
-Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: C headers for OpenStreetMap PBF file format
  Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
  PBF (Protocol buffer Binary Format) is the new file format to describe
@@ -43,9 +43,10 @@ Description: C headers for OpenStreetMap PBF file format
  applications.
 
 Package: osmpbf-bin
-Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: utils
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: OpenStreetMap PBF file format library - tools
  Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
  PBF (Protocol buffer Binary Format) is the new file format to describe
@@ -54,3 +55,4 @@ Description: OpenStreetMap PBF file format library - tools
  .
  This package provides various tools to deal with OpenStreetMap PBF file
  format.
+

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



More information about the Pkg-grass-devel mailing list