[qflow] 03/07: Fix tcsh path

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Jul 24 13:22:34 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository qflow.

commit c3d7197cf461808c6cb7f065a6b8bd9acb7aff6c
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Jul 24 14:54:17 2015 +0200

    Fix tcsh path
---
 debian/patches/fix_tcsh_path.patch | 144 +++++++++++++++++++++++++++++++++++++
 debian/patches/series              |   1 +
 2 files changed, 145 insertions(+)

diff --git a/debian/patches/fix_tcsh_path.patch b/debian/patches/fix_tcsh_path.patch
new file mode 100644
index 0000000..49736fd
--- /dev/null
+++ b/debian/patches/fix_tcsh_path.patch
@@ -0,0 +1,144 @@
+Description: This patch fixes the path to the tcsh
+ interpreter.
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Last-Update: 2015-07-24
+
+--- qflow-1.1.7.orig/scripts/checkdirs.sh.in
++++ qflow-1.1.7/scripts/checkdirs.sh.in
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #
+ #-------------------------------------------------------------------------
+ # checkdirs.sh
+--- qflow-1.1.7.orig/scripts/cleanup.sh
++++ qflow-1.1.7/scripts/cleanup.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Workspace cleanup script for qflow
+ #----------------------------------------------------------
+--- qflow-1.1.7.orig/scripts/createGDS.sh
++++ qflow-1.1.7/scripts/createGDS.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Qflow layout GDS generation script using magic-8.0
+ #----------------------------------------------------------
+--- qflow-1.1.7.orig/scripts/display.sh
++++ qflow-1.1.7/scripts/display.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Qflow layout display script using magic-8.0
+ #----------------------------------------------------------
+--- qflow-1.1.7.orig/scripts/makesim.sh
++++ qflow-1.1.7/scripts/makesim.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #
+ #  makesim.sh cellname
+ #
+--- qflow-1.1.7.orig/scripts/placement.sh
++++ qflow-1.1.7/scripts/placement.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Placement script using GrayWolf
+ #
+--- qflow-1.1.7.orig/scripts/qflow.in
++++ qflow-1.1.7/scripts/qflow.in
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #
+ #------------------------------------------------------------------
+ # qflow --- main program launcher
+--- qflow-1.1.7.orig/scripts/qflow.sh.in
++++ qflow-1.1.7/scripts/qflow.sh.in
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #
+ #------------------------------------------------------------------
+ # qflow.sh --- main program shell script
+@@ -237,7 +237,7 @@ if ( -f $varfile ) then
+    endif
+ endif
+ 
+-echo "#\!/bin/tcsh" > ${varfile}
++echo "#\!/usr/bin/tcsh" > ${varfile}
+ echo "#-------------------------------------------" >> ${varfile}
+ echo "# qflow variables for project ${project}" >> ${varfile}
+ echo "#-------------------------------------------" >> ${varfile}
+@@ -258,7 +258,7 @@ echo "endif" >> ${varfile}
+ echo "#-------------------------------------------" >> ${varfile}
+ echo "" >> ${varfile}
+ 
+-echo "#\!/bin/tcsh" > ${execfile}
++echo "#\!/usr/bin/tcsh" > ${execfile}
+ echo "#-------------------------------------------" >> ${execfile}
+ echo "# qflow exec script for project ${project}" >> ${execfile}
+ echo "#-------------------------------------------" >> ${execfile}
+@@ -272,7 +272,7 @@ echo "" >> ${execfile}
+ #-----------------------------------------------------
+ 
+ if ( ! -f ${userfile} ) then
+-   echo "#\!/bin/tcsh" > ${userfile}
++   echo "#\!/usr/bin/tcsh" > ${userfile}
+    echo "#------------------------------------------------------------" >> ${userfile}
+    echo "# project variables for project ${project}" >> ${userfile}
+    echo "#------------------------------------------------------------" >> ${userfile}
+--- qflow-1.1.7.orig/scripts/router.sh
++++ qflow-1.1.7/scripts/router.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Route script using qrouter
+ #----------------------------------------------------------
+--- qflow-1.1.7.orig/scripts/synthesize.sh
++++ qflow-1.1.7/scripts/synthesize.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #
+ # synthesize.sh:
+ #-------------------------------------------------------------------------
+--- qflow-1.1.7.orig/scripts/vesta.sh
++++ qflow-1.1.7/scripts/vesta.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/usr/bin/tcsh -f
+ #----------------------------------------------------------
+ # Static timing analysis script using vesta
+ #----------------------------------------------------------
+--- qflow-1.1.7.orig/tech/osu018/osu018.sh
++++ qflow-1.1.7/tech/osu018/osu018.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh
++#!/usr/bin/tcsh
+ #---------------------------------------------------------------
+ # Shell script setting up all variables used by the qflow scripts
+ # for this project
+--- qflow-1.1.7.orig/tech/osu035/osu035.sh
++++ qflow-1.1.7/tech/osu035/osu035.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh
++#!/usr/bin/tcsh
+ #---------------------------------------------------------------
+ # Shell script setting up all variables used by the qflow scripts
+ # for this project
+--- qflow-1.1.7.orig/tech/osu050/osu050.sh
++++ qflow-1.1.7/tech/osu050/osu050.sh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh
++#!/usr/bin/tcsh
+ #---------------------------------------------------------------
+ # Shell script setting up all variables used by the qflow scripts
+ # for this project
diff --git a/debian/patches/series b/debian/patches/series
index f23f6f8..d04676f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_fix_install_dir.patch
 02_fix_compile_error.patch
 permission_technology.patch
+fix_tcsh_path.patch

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



More information about the debian-science-commits mailing list