[Pkg-ofed-commits] [infiniband-diags] 09/17: Build manpages from the rst files

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Sep 4 20:44:22 UTC 2016


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

ana pushed a commit to branch master
in repository infiniband-diags.

commit 426b062334ebab463fe9d632b9398704b99d8d7d
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Sun Sep 4 17:09:07 2016 +0200

    Build manpages from the rst files
    
    Patch 'generate' script to use bash instead of sh
    Add b-d on python-docutils to use the rst2man binary
---
 debian/control                |  2 +-
 debian/patches/series         |  1 +
 debian/patches/update_shebang | 13 +++++++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 944e601..af442dd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: OFED and Debian Developement and Discussion <pkg-ofed-devel at lists.al
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>
 Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev,
  libibumad-dev (>= 1.3.7), libibmad-dev (>= 1.3.12), libopensm-dev (>= 3.3.12),
- libudev-dev
+ libudev-dev, python-docutils
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ofed/infiniband-diags.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ofed/infiniband-diags.git
diff --git a/debian/patches/series b/debian/patches/series
index fbb7f3e..dd2201d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+update_shebang
 comment_test_out
 0002-Fix-spelling-errors.patch
diff --git a/debian/patches/update_shebang b/debian/patches/update_shebang
new file mode 100644
index 0000000..93b1568
--- /dev/null
+++ b/debian/patches/update_shebang
@@ -0,0 +1,13 @@
+From: Ana Guerrero Lopez <ana at debian.org>
+Date: 2016-09-04
+
+The script contains several bashims, change the shebang to use bash.
+
+--- a/doc/generate
++++ b/doc/generate
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ docdir=`dirname $0`
+ mode=$1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/infiniband-diags.git



More information about the Pkg-ofed-commits mailing list