[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-184-g4188b6d

Steffen Moeller moeller at debian.org
Sat Mar 5 20:40:55 UTC 2011


The following commit has been merged in the master branch:
commit 4188b6d006197678f95b914180d6ac3bb8c875d5
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Mar 5 21:41:30 2011 +0100

    Added patch to transform csh to tcsh
    
    Lintian prefers it this way.

diff --git a/debian/patches/csh2tcsh.patch b/debian/patches/csh2tcsh.patch
new file mode 100644
index 0000000..62d8e76
--- /dev/null
+++ b/debian/patches/csh2tcsh.patch
@@ -0,0 +1,20 @@
+Index: boinc/tools/db_query
+===================================================================
+--- boinc.orig/tools/db_query	2011-03-05 21:39:34.000000000 +0100
++++ boinc/tools/db_query	2011-03-05 21:40:59.000000000 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/csh
++#!/bin/tcsh
+ 
+ set CIVDATE = `date "+%Y:%m:%d:%H:%M"`
+ set UNIXDATE = `perl -e 'print time()'`
+Index: boinc/tools/watch_tcp
+===================================================================
+--- boinc.orig/tools/watch_tcp	2011-03-05 21:38:57.000000000 +0100
++++ boinc/tools/watch_tcp	2011-03-05 21:40:49.000000000 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/csh 
++#!/bin/tcsh
+ # 
+ # by jeffc 
+ # 
diff --git a/debian/patches/series b/debian/patches/series
index 59085f3..5493072 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ Makefile_subdirs.patch
 MakefileWrapper.patch
 wrapperURL.patch
 FlatBookStaticChar.patch
+csh2tcsh.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list