[nco] 04/32: Restructure control file with cme.
Bas Couwenberg
sebastic at xs4all.nl
Mon Jan 19 00:00:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository nco.
commit 6840139c10d72ab3b58309d1b0fe28cf8c733bd1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jan 18 16:20:13 2015 +0100
Restructure control file with cme.
---
debian/changelog | 1 +
debian/control | 40 +++++++++++++++++++++-------------------
2 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e986f56..4f50919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ nco (4.4.2-2) UNRELEASED; urgency=medium
* Update watch files with sepwatch changes, further improved to only match
upstream source tarballs.
* Add gbp.conf to use pristine-tar by default.
+ * Restructure control file with cme.
-- Francesco Paolo Lovergine <frankie at debian.org> Wed, 26 Mar 2014 17:48:12 +0100
diff --git a/debian/control b/debian/control
index 7b3110f..b1b9416 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,36 @@
Source: nco
-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)
- , antlr
- , bison
- , flex
- , gsl-bin
- , libgsl0-dev
- , libantlr-dev
- , netcdf-bin
- , libnetcdf-dev
- , texinfo
- , libudunits2-0
- , libudunits2-dev
- , libdap-dev
- , autotools-dev
+ Bas Couwenberg <sebastic at xs4all.nl>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ antlr,
+ bison,
+ flex,
+ gsl-bin,
+ libgsl0-dev,
+ libantlr-dev,
+ netcdf-bin,
+ libnetcdf-dev,
+ texinfo,
+ libudunits2-0,
+ libudunits2-dev,
+ libdap-dev,
+ autotools-dev
Standards-Version: 3.9.5
-Homepage: http://nco.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/nco.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/nco.git
+Homepage: http://nco.sourceforge.net/
Package: nco
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Command-line operators to analyze netCDF files
NCO is a suite of programs known as operators. The operators are stand-alone,
command-line programs executable in a POSIX shell. Operators take one or more
netCDF files as input, perform operations (e.g., averaging, hyperslabbing),
and produce a netCDF output file. NCO was originally designed to manipulate and
analyze climate data, though it works on any netCDF format datasets.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git
More information about the Pkg-grass-devel
mailing list