~ubuntu-branches/ubuntu/maverick/cluster-agents/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01-fix-shell-script.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-02-17 21:46:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100217214600-f24r7vdk1jev2nu1
Tags: 1:1.0.2-0ubuntu1
* New upstream release
* Thank you Martin Loschwitz:
  - Fix dependencies for ldirectord and include var/lock/subsys/ldirectord
  - Add libsocket6-perl to ldirectord's deps
* Use dh_perl instead of hard coded perl modules for cluster-agents
* debian/rules: add dpatch functions
* debian/patches/01-fix-shell-script.dpatch:
  - use bash instead of sh in ManageRAID
* debian/patches/02-fix-configure.dpatch:
  - use pod2man for ldirector man page
* Move ldirectord's ocf to cluster-agents
* Fixed typo in cluster-agents.install
* Install manpages and all resources
* Add libglib2.0-dev, pkg-config, autoconf, automake, libtool, dpatch, docbook-xsl and xsltproc to build-deps
* Add XSLTPROC_OPTIONS to debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01-fix-shell-script.dpatch by  <ivoks@lucid.init.lan>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad cluster-agents-1.0.2~/heartbeat/ManageRAID cluster-agents-1.0.2/heartbeat/ManageRAID
 
9
--- cluster-agents-1.0.2~/heartbeat/ManageRAID  2010-02-01 18:03:53.000000000 +0000
 
10
+++ cluster-agents-1.0.2/heartbeat/ManageRAID   2010-02-11 14:09:21.000000000 +0000
 
11
@@ -1,4 +1,4 @@
 
12
-#!/bin/sh
 
13
+#!/bin/bash
 
14
 #
 
15
 # Name     ManageRAID
 
16
 # Author   Matthias Dahl, m.dahl@designassembly.de