No subject

Andreas Cord-Landwehr cola-guest at alioth.debian.org
Wed Mar 21 22:03:45 UTC 2012


commit d8c27de29eb927c638d6489c0703bd50a96b8c46
Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
Date:   Tue Mar 20 21:14:26 2012 +0100

    Add patch to use bash shell for formatter script.
---
 debian/patches/12_use_bash_for_formatter.diff |   10 ++++++++++
 debian/patches/series                         |    1 +
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/debian/patches/12_use_bash_for_formatter.diff b/debian/patches/12_use_bash_for_formatter.diff
new file mode 100644
index 0000000..2e0248a
--- /dev/null
+++ b/debian/patches/12_use_bash_for_formatter.diff
@@ -0,0 +1,10 @@
+Description: use bash shell for kdevplatform formatter script.
+
+--- a/util/kdev_format_source.sh
++++ b/util/kdev_format_source.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ # Author: David Nolden <david.nolden.kdevelop at art-master.de>
+ # This script is made available under the GPLv2 licence.
diff --git a/debian/patches/series b/debian/patches/series
index a6a68c8..16f9bd4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 11_disable_examples_tests.diff
+12_use_bash_for_formatter.diff

-- 
KDevelop Platform packaging



More information about the pkg-kde-commits mailing list