[nco] 03/07: Minor changes and new upstream release.

Francesco Lovergine frankie at moszumanska.debian.org
Wed Mar 26 16:31:26 UTC 2014


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

frankie pushed a commit to branch master
in repository nco.

commit 80718b529ae7d9ef068295d61f57f4d23bedde5c
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Dec 16 14:24:55 2013 +0100

    Minor changes and new upstream release.
---
 debian/changelog | 10 ++++++++++
 debian/control   | 11 ++++++-----
 debian/rules     |  2 ++
 debian/watch     |  2 ++
 4 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e8ba77..92221dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+nco (4.3.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added missing watch flle.
+  * Policy bumped to 3.9.5.
+  * Added build-dep on autotools-dev and update/clean step in debian/rules.
+  * Changed Vcs-* url to canonicali ones.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 16 Dec 2013 14:13:48 +0100
+
 nco (4.0.9-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e967167..1c1bc1c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,17 @@ 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 (>= 8), antlr, bison, flex, gsl-bin, libgsl0-dev, 
- libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo, libudunits2-0, libudunits2-dev, libdap-dev
-Standards-Version: 3.9.2
+ 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://git.debian.org/?p=pkg-grass/nco.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/nco.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/nco.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/nco.git
 
 Package: nco
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: command-line operators to analyze netCDF files
+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),
diff --git a/debian/rules b/debian/rules
index 18d62df..6ca9a3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ endif
 # Thus environment variables that point, e.g., to /usr/local, are unhelpful
 config.status: configure
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	LD_LIBRARY_PATH='' LDFLAGS='' NETCDF_INC='/usr/include' NETCDF_LIB='/usr/lib' NETCDF_ROOT='/usr' NETCDF4_ROOT='/usr' \
 	./configure $(confflags) \
 		--prefix=/usr \
@@ -94,6 +95,7 @@ build-arch-stamp:  config.status
 clean:
 	dh_testdir
 	dh_testroot
+	dh_autotools-dev_restoreconfig
 	rm -f build-arch-stamp build-indep-stamp config-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f data/big.nc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..004c9a3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/nco/nco-(.+)\.tar\.gz

-- 
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