[adios] 133/207: Add bash_completion; make python-* wrappers multiarch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:48 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 15162ed7371262f8d95b2345a5a77b8c03fbd78f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu May 22 08:21:52 2014 +0100

    Add bash_completion; make python-* wrappers multiarch
---
 debian/bash_completion.d/adios | 4 ++++
 debian/changelog               | 1 +
 debian/control                 | 2 ++
 debian/libadios-bin.install    | 1 +
 4 files changed, 8 insertions(+)

diff --git a/debian/bash_completion.d/adios b/debian/bash_completion.d/adios
new file mode 100644
index 0000000..3093304
--- /dev/null
+++ b/debian/bash_completion.d/adios
@@ -0,0 +1,4 @@
+# Simple bash completions for libadios-bin
+# Alastair McKinstry, <mckinstry at debian.org>, 2014-05-21
+
+complete -W "-d -c -l -f -r -s -v" -f adios_config 
diff --git a/debian/changelog b/debian/changelog
index eaef430..1e0fd38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ adios (1.6.0-5) UNRELEASED; urgency=medium
   * Don't depend on infiniband on hurd, kfreebsd-* 
   * Prime CMakeCache.txt with PYTHON_MPI4PY_INCLUDE_DIR so it is found
     on all archs to fix FTBFS. 
+  * Add initial bash_completion.d completions.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 22 May 2014 07:02:04 +0100
 
diff --git a/debian/control b/debian/control
index d542c87..ec054cb 100644
--- a/debian/control
+++ b/debian/control
@@ -46,6 +46,7 @@ Package: python-adios
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Section: python
 Architecture: any
+Multi-Arch: same
 Provides: ${python:Provides}
 Description: Python interace to the ADIOS IO system
  This is a Python2 interface to ADIOS.
@@ -62,6 +63,7 @@ Package: python3-adios
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Section: python
 Architecture: any
+Multi-Arch: same
 Provides: ${python:Provides}
 Description: Python3 interace to the ADIOS IO system
  This is a Python3 interface to ADIOS.
diff --git a/debian/libadios-bin.install b/debian/libadios-bin.install
index 6134e16..131fabc 100644
--- a/debian/libadios-bin.install
+++ b/debian/libadios-bin.install
@@ -15,3 +15,4 @@ usr/bin/skel_extract
 usr/bin/skeldump
 usr/bin/type_mapper.py	/usr/share/pyshared
 etc/skel		/etc/adios/skel
+debian/bash_completion.d/* /etc/bash_completion.d

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



More information about the debian-science-commits mailing list