[gadap] 20/24: Add bash completion, man page

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 14:35:34 UTC 2015


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

mckinstry pushed a commit to tag debian/2.0-4
in repository gadap.

commit 69708387767217e6498a0e48c3f59690bd165214
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat May 31 19:08:02 2014 +0100

    Add bash completion, man page
---
 debian/bash_completion.d/gadap-config |  4 ++
 debian/changelog                      | 12 +++++-
 debian/gadap.1                        | 77 +++++++++++++++++++++++++++++++++++
 debian/libgadap-dev.install           |  1 +
 debian/libgadap-dev.manpages          |  1 +
 5 files changed, 93 insertions(+), 2 deletions(-)

diff --git a/debian/bash_completion.d/gadap-config b/debian/bash_completion.d/gadap-config
new file mode 100644
index 0000000..eff217d
--- /dev/null
+++ b/debian/bash_completion.d/gadap-config
@@ -0,0 +1,4 @@
+# Simple bash completions for libgadap-dev
+# Alastair McKinstry, <mckinstry at debian.org>, 2014-06-02
+
+complete -W "--help --cc -cxx -cflags --libs --prefix --version" -f adios_config  
diff --git a/debian/changelog b/debian/changelog
index 844e58c..9bd6191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
+gadap (2.0-3) unstable; urgency=medium
+
+  * Add bash completion, man page.
+  * Use xz compression.
+  * Add new watch file. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 31 May 2014 19:07:11 +0100
+
 gadap (2.0-2) unstable; urgency=medium
 
-  * Standards-Version: 3.9.5
+ * Standards-Version: 3.9.5
   * Use debhelper COMPAT=9  so depend on debhelper >= 9
-  * Add watch file
+  * watch file
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 18 Dec 2013 19:47:20 +0000
 
diff --git a/debian/gadap.1 b/debian/gadap.1
new file mode 100644
index 0000000..7ae4cf1
--- /dev/null
+++ b/debian/gadap.1
@@ -0,0 +1,77 @@
+.\" 
+.\" gadap-config manual page.
+.\" (C) Alastair McKinstry 2013 <mckinstry at debian.org>
+.\"
+.
+.\" Macros to disable groff line adjustment warnings that we can't easily
+.\" fix in the text.
+.ie \n(.g \{\
+.  de DW
+.    nr .oldwarn \n[.warn]
+.    warn 0
+.  .
+.  de EW
+.    warn \n[.oldwarn]
+.  .
+.\}
+.el \
+.\{ \
+.  de DW
+.  .
+.  de EW
+.  .
+.\}
+.
+.TH gadap-config 1
+.SH NAME
+gadap-config \- Return metainformation about installed libraries
+.PP
+.SH SYNOPSIS
+.B gadap-config 
+[\-\-help]  [\-\-cc] [\-\-cxx ]
+[\-\-cflags] [\-\-libs] [\-\-prefix] [\-\-version]
+
+.SH DESCRIPTION
+The \fIgadap-config\fP program is used to retrieve information about the GADAP library
+on the system. On Debian it is deprecated in favour of using \fIpkg-config gadap\fR as the
+latter can be used for multiple libraries.
+
+.SH OPTIONS
+The following options are supported:
+.TP
+.I "--version"
+Displays the version of
+.I pkg-config
+and terminates.
+.TP
+.I "--help"
+Displays a help message and terminates.
+.TP
+.I "--cflags"
+This prints pre-processor and compile flags required to compile the
+packages on the command line, including flags for all their
+dependencies. 
+\fIgadap-config\fP exits with a nonzero code if it
+can't find metadata for one or more of the packages on the command
+line.
+.TP
+.I "--libs"
+This option is identical to "--cflags", only it prints the link
+flags. 
+.TP
+.I "--cc"
+This option lists the C compiler that should be used for compatability.
+.TP
+.I "-cxx"
+This option lists the C++ compiler that should be used for compatability.
+.TP
+.I "--prefix"
+This option prints the value of the prefix variable, giving the location at which
+the library was installed.
+
+
+.SH AUTHOR
+.I gadap-config
+is copyright (c) 2003-2008 by the Institute of Global Environment and Society (IGES).
+This manual page was written by Alastair McKinstry, <mckinstry at debian.org>, 2013.
+
diff --git a/debian/libgadap-dev.install b/debian/libgadap-dev.install
new file mode 100644
index 0000000..49ca317
--- /dev/null
+++ b/debian/libgadap-dev.install
@@ -0,0 +1 @@
+debian/bash_completion.d	/etc
diff --git a/debian/libgadap-dev.manpages b/debian/libgadap-dev.manpages
new file mode 100644
index 0000000..e96fbe4
--- /dev/null
+++ b/debian/libgadap-dev.manpages
@@ -0,0 +1 @@
+debian/gadap.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gadap.git



More information about the debian-science-commits mailing list