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 bafdb508266a98af7c016b1cf66503a17abc6619 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 15 23:19:32 2015 +0100 Add man page for nc-config. --- debian/changelog | 1 + debian/libnetcdf-dev.manpages | 1 + debian/nc-config.1 | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/debian/changelog b/debian/changelog index 50eb91d..1194f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ netcdf (1:4.3.3~rc3-1) UNRELEASED; urgency=medium * Move nc-config from netcdf-bin to libnetcdf-dev. * Install RELEASE_NOTES.md as upstream changelog. * Add patch to fix hyphen-used-as-minus-sign lintian issues in man pages. + * Add man page for nc-config. -- Nico Schlömer <[email protected]> Mon, 12 May 2014 14:27:06 +0200 diff --git a/debian/libnetcdf-dev.manpages b/debian/libnetcdf-dev.manpages index a4a32cd..87d52e0 100644 --- a/debian/libnetcdf-dev.manpages +++ b/debian/libnetcdf-dev.manpages @@ -1 +1,2 @@ debian/tmp/usr/share/man/man3/netcdf.3 +debian/nc-config.1 diff --git a/debian/nc-config.1 b/debian/nc-config.1 new file mode 100644 index 0000000..2ad2da7 --- /dev/null +++ b/debian/nc-config.1 @@ -0,0 +1,43 @@ +'\" -*- coding: us-ascii -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH nc-config 1 "15 January 2015" "" "" +.SH NAME +nc-config \- query netCDF build options +.SH SYNOPSIS +'nh +.fi +.ad l +\fBnc-config\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[\fB--libs\fR] [\fB--cflags\fR] [\fB--cxxflags\fR] [\fB--defines\fR] [\fB--includes\fR] [\fB--version\fR] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +\fBnc-config\fR allows querying the options used to +build the netCDF C library. +.SH OPTIONS +.TP +\*(T<\fB\-\-libs\fR\*(T> +Libraries +.TP +\*(T<\fB\-\-cflags\fR\*(T> +Compiler flags +.TP +\*(T<\fB\-\-cxxlibs\fR\*(T> +C++ Compiler flags +.TP +\*(T<\fB\-\-defines\fR\*(T> +Compiler defines +.TP +\*(T<\fB\-\-includes\fR\*(T> +Compiler includes +.TP +\*(T<\fB\-\-version\fR\*(T> +library version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

