[netcdf] 02/12: Restructure control file with cme.

Bas Couwenberg sebastic at xs4all.nl
Thu Jan 15 21:37:15 UTC 2015


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

sebastic-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit a44062527868f85739b69810be042e622da5d3d4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 15 21:29:18 2015 +0100

    Restructure control file with cme.
---
 debian/changelog |  1 +
 debian/control   | 52 ++++++++++++++++++++++++++++++++--------------------
 2 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02e4506..b73da27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ netcdf (1:4.3.3~rc3-1) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Use canonical Vcs-* URLs.
   * Bump debhelper compatibility to 9.
+  * Restructure control file with cme.
 
  -- Nico Schlömer <nico.schloemer at gmail.com>  Mon, 12 May 2014 14:27:06 +0200
 
diff --git a/debian/control b/debian/control
index 7782020..915ac9d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
 Source: netcdf
-Section: science
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Section: science
+Priority: optional
 Build-Depends: debhelper (>= 9),
- cmake (>=2.8.12),
- m4,
- doxygen,
- libhdf5-openmpi-dev (>= 1.8.6-1~),
- libcurl4-gnutls-dev
+               cmake (>= 2.8.12),
+               m4,
+               doxygen,
+               libhdf5-openmpi-dev (>= 1.8.6-1~),
+               libcurl4-gnutls-dev
 Standards-Version: 3.9.4
-Homepage: http://www.unidata.ucar.edu/software/netcdf/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/netcdf.git
+Homepage: http://www.unidata.ucar.edu/software/netcdf/
 
 Package: netcdf-doc
-Section: doc
 Architecture: all
-Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
+Section: doc
+Depends: dpkg (>= 1.15.4) | install-info,
+         ${misc:Depends}
 Description: Documentation for NetCDF
  NetCDF (network Common Data Form) is an interface for scientific
  data access and a freely-distributed software library that provides an
@@ -30,12 +31,17 @@ Description: Documentation for NetCDF
  variety of formats.
 
 Package: libnetcdf7
-Section: libs
 Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libnetcdfc7 (<= 4.2.0), libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
-Breaks: libnetcdfc7 (<= 4.2.0), libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
+Breaks: libnetcdfc7 (<= 4.2.0),
+        libnetcdf6 (<< 1:4.1.1-7~),
+        libnetcdf4
+Replaces: libnetcdfc7 (<= 4.2.0),
+          libnetcdf6 (<< 1:4.1.1-7~),
+          libnetcdf4
 Description: Interface for scientific data access to large binary data
  NetCDF (network Common Data Form) is an interface for scientific
  data access and a freely-distributed software library that provides an
@@ -50,9 +56,12 @@ Description: Interface for scientific data access to large binary data
 Package: libnetcdf-dev
 Architecture: any
 Section: libdevel
-Depends: libnetcdf7 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Suggests: netcdf-bin, netcdf-doc
+Depends: libnetcdf7 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: pkg-config
+Suggests: netcdf-bin,
+          netcdf-doc
 Description: creation, access, and sharing of array-oriented scientific data
  NetCDF (network Common Data Form) is a set of interfaces for array-oriented
  data access and a freely distributed collection of data access libraries for
@@ -64,10 +73,11 @@ Description: creation, access, and sharing of array-oriented scientific data
  This package provides headers.
 
 Package: netcdf-dbg
+Architecture: any
 Section: debug
 Priority: extra
-Architecture: any
-Depends: libnetcdf7 (= ${binary:Version}), ${misc:Depends}
+Depends: libnetcdf7 (= ${binary:Version}),
+         ${misc:Depends}
 Suggests: gdb
 Description: debugging symbols for NetCDF
  This package contains the files that make it possible to debug the
@@ -75,9 +85,10 @@ Description: debugging symbols for NetCDF
  source-level debugger like gdb.
 
 Package: netcdf-bin
-Section: science
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: science
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Programs for reading and writing NetCDF files
  Contains the programs ncdump and ncgen which convert NetCDF
  files to ASCII and back, respectively. NetCDF (network Common Data
@@ -87,3 +98,4 @@ Description: Programs for reading and writing NetCDF files
  machine-independent format for representing scientific data.
  Together, the interface, library, and format support the creation,
  access, and sharing of scientific data.
+

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



More information about the Pkg-grass-devel mailing list