[qflow] 03/04: Refreshed patches
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat May 30 10:45:04 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 d6d9ad5f88d027ccd2af89ecf0e4c02b3eb3c146
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat May 30 12:37:24 2015 +0200
Refreshed patches
---
debian/patches/01_fix_install_dir.patch | 40 ++++-----
debian/patches/03_fix_path_of_tclsh.patch | 134 +++++++++---------------------
2 files changed, 60 insertions(+), 114 deletions(-)
diff --git a/debian/patches/01_fix_install_dir.patch b/debian/patches/01_fix_install_dir.patch
index d8ddda5..91aeadd 100644
--- a/debian/patches/01_fix_install_dir.patch
+++ b/debian/patches/01_fix_install_dir.patch
@@ -1,8 +1,8 @@
Index: qflow/src/Makefile.in
===================================================================
---- qflow.orig/src/Makefile.in 2015-04-16 20:52:02.000983436 +0200
-+++ qflow/src/Makefile.in 2015-04-16 20:52:01.992983436 +0200
-@@ -9,7 +9,7 @@
+--- qflow.orig/src/Makefile.in
++++ qflow/src/Makefile.in
+@@ -9,7 +9,7 @@ LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
@@ -13,9 +13,9 @@ Index: qflow/src/Makefile.in
QFLOW_ABC_PATH = @QFLOW_ABC_PATH@
Index: qflow/tech/Makefile.in
===================================================================
---- qflow.orig/tech/Makefile.in 2015-04-16 20:52:02.000983436 +0200
-+++ qflow/tech/Makefile.in 2015-04-16 20:52:01.996983436 +0200
-@@ -9,7 +9,7 @@
+--- qflow.orig/tech/Makefile.in
++++ qflow/tech/Makefile.in
+@@ -9,7 +9,7 @@ LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
@@ -26,35 +26,35 @@ Index: qflow/tech/Makefile.in
Index: qflow/tech/osu035/Makefile.in
===================================================================
---- qflow.orig/tech/osu035/Makefile.in 2015-04-16 20:52:02.000983436 +0200
-+++ qflow/tech/osu035/Makefile.in 2015-04-16 20:52:01.996983436 +0200
-@@ -9,7 +9,7 @@
+--- qflow.orig/tech/osu035/Makefile.in
++++ qflow/tech/osu035/Makefile.in
+@@ -9,7 +9,7 @@ LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
-QFLOW_LIB_DIR = @QFLOW_LIB_DIR@
+QFLOW_LIB_DIR = /usr/share/qflow
- TECH_FILES = osu035.genlib osu035.super osu035.par osu035_stdcells.lef
- TECH_FILES += osu035.sh osu035_stdcells.sp osu035.magicrc osu035.prm
+ TECH_FILES = osu035.par osu035_stdcells.lef osu035.sh
+ TECH_FILES += osu035_stdcells.sp osu035.magicrc osu035.prm
Index: qflow/tech/osu050/Makefile.in
===================================================================
---- qflow.orig/tech/osu050/Makefile.in 2015-04-16 20:52:02.000983436 +0200
-+++ qflow/tech/osu050/Makefile.in 2015-04-16 20:52:01.996983436 +0200
-@@ -9,7 +9,7 @@
+--- qflow.orig/tech/osu050/Makefile.in
++++ qflow/tech/osu050/Makefile.in
+@@ -9,7 +9,7 @@ LIBS = @LIBS@
LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
-QFLOW_LIB_DIR = @QFLOW_LIB_DIR@
+QFLOW_LIB_DIR = /usr/share/qflow
- TECH_FILES = osu050.genlib osu050.super osu050.par osu050_stdcells.lef
- TECH_FILES += osu050.sh osu050_stdcells.sp osu050.magicrc osu050.prm
+ TECH_FILES = osu050.par osu050_stdcells.lef osu050.sh
+ TECH_FILES += osu050_stdcells.sp osu050.magicrc osu050.prm
Index: qflow/scripts/Makefile.in
===================================================================
---- qflow.orig/scripts/Makefile.in 2015-04-16 20:51:55.352983379 +0200
-+++ qflow/scripts/Makefile.in 2015-04-16 20:53:41.636984283 +0200
-@@ -11,8 +11,8 @@
+--- qflow.orig/scripts/Makefile.in
++++ qflow/scripts/Makefile.in
+@@ -11,8 +11,8 @@ INSTALL = @INSTALL@
VERSION = @VERSION@
@@ -65,7 +65,7 @@ Index: qflow/scripts/Makefile.in
DEFAULTPARSER = @QFLOW_DEFAULT_PARSER@
-@@ -39,9 +39,9 @@
+@@ -38,9 +38,9 @@ launcher: $(MAIN_SCRIPT).in
$(MAIN_SCRIPT).in > $(MAIN_SCRIPT)
checkdirs.sh: checkdirs.sh.in
diff --git a/debian/patches/03_fix_path_of_tclsh.patch b/debian/patches/03_fix_path_of_tclsh.patch
index 646c7e6..e3b686c 100644
--- a/debian/patches/03_fix_path_of_tclsh.patch
+++ b/debian/patches/03_fix_path_of_tclsh.patch
@@ -1,146 +1,92 @@
Author: Ruben Undheim <ruben.undheim at gmail.com>
Last-Update: 2015-05-12
---- qflow-1.0.96.orig/scripts/addspacers.tcl
-+++ qflow-1.0.96/scripts/addspacers.tcl
+Index: qflow/scripts/addspacers.tcl
+===================================================================
+--- qflow.orig/scripts/addspacers.tcl
++++ qflow/scripts/addspacers.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#---------------------------------------------------------------------------
# addspacers.tcl ---
#
---- qflow-1.0.96.orig/scripts/bdnet2cel.tcl
-+++ qflow-1.0.96/scripts/bdnet2cel.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #
- # Usage:
- # bdnet2cel.tcl <bdnet_filename> <lef_filename> [<cel_filename>]
---- qflow-1.0.96.orig/scripts/bdnet2sim.tcl
-+++ qflow-1.0.96/scripts/bdnet2sim.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #
- # Usage:
- # bdnet2sim.tcl <bdnet_filename> <dir> [<sim_filename>]
---- qflow-1.0.96.orig/scripts/blif2sim.tcl
-+++ qflow-1.0.96/scripts/blif2sim.tcl
+Index: qflow/scripts/blif2sim.tcl
+===================================================================
+--- qflow.orig/scripts/blif2sim.tcl
++++ qflow/scripts/blif2sim.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#
# Usage:
# blif2sim.tcl <blif_filename> <dir> [<sim_filename>]
---- qflow-1.0.96.orig/scripts/clocktree.tcl
-+++ qflow-1.0.96/scripts/clocktree.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #---------------------------------------------------------------------------
- # clocktree.tcl ---
- #
---- qflow-1.0.96.orig/scripts/decongest.tcl
-+++ qflow-1.0.96/scripts/decongest.tcl
+Index: qflow/scripts/decongest.tcl
+===================================================================
+--- qflow.orig/scripts/decongest.tcl
++++ qflow/scripts/decongest.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#
# Usage:
# decongest.tcl <rootname> <leffile> <fillcell> [<scale> <offset>]
---- qflow-1.0.96.orig/scripts/getfillcell.tcl
-+++ qflow-1.0.96/scripts/getfillcell.tcl
+Index: qflow/scripts/getfillcell.tcl
+===================================================================
+--- qflow.orig/scripts/getfillcell.tcl
++++ qflow/scripts/getfillcell.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#---------------------------------------------------------------------------
# getfillcell.tcl ---
#
---- qflow-1.0.96.orig/scripts/outpreporig.tcl
-+++ qflow-1.0.96/scripts/outpreporig.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # outpreporig --- process a BDNET netlist file to change the internal
- # signal name by prepending it with the text "raw_" while leaving the
---- qflow-1.0.96.orig/scripts/outputprep.tcl
-+++ qflow-1.0.96/scripts/outputprep.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # outputprep.tcl ---
- #
---- qflow-1.0.96.orig/scripts/place2def.tcl
-+++ qflow-1.0.96/scripts/place2def.tcl
+Index: qflow/scripts/place2def.tcl
+===================================================================
+--- qflow.orig/scripts/place2def.tcl
++++ qflow/scripts/place2def.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#---------------------------------------------------------------------------
# place2def.tcl ---
#
---- qflow-1.0.96.orig/scripts/postproc.tcl
-+++ qflow-1.0.96/scripts/postproc.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # postproc --- post-process a mapped .blif file with the contents of the
- # "init" file produced by "vpreproc". Each signal from the "init"
---- qflow-1.0.96.orig/scripts/rtl2bdnet.tcl
-+++ qflow-1.0.96/scripts/rtl2bdnet.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #
- # Usage:
- # rtl2bdnet.tcl <verilog_rtl_filename> [<bdnet_filename>]
---- qflow-1.0.96.orig/scripts/rtl2sim.tcl
-+++ qflow-1.0.96/scripts/rtl2sim.tcl
+Index: qflow/scripts/rtl2sim.tcl
+===================================================================
+--- qflow.orig/scripts/rtl2sim.tcl
++++ qflow/scripts/rtl2sim.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#
# Usage:
# rtl2sim.tcl <verilog_rtl_filename> <dir> [<sim_filename>]
---- qflow-1.0.96.orig/scripts/setreset.tcl
-+++ qflow-1.0.96/scripts/setreset.tcl
+Index: qflow/scripts/ybuffer.tcl
+===================================================================
+--- qflow.orig/scripts/ybuffer.tcl
++++ qflow/scripts/ybuffer.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#-------------------------------------------------------------------------
- # setreset --- post-process a bdnet file with the contents of the
- # .blif file produced by odin-ii. For each .latch line from the .blif
---- qflow-1.0.96.orig/scripts/vispreproc.tcl
-+++ qflow-1.0.96/scripts/vispreproc.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # vispreproc --- preprocess a verilog file to make it compatible with
- # VIS. Note that general preprocessing for most open-source
---- qflow-1.0.96.orig/scripts/vmunge.tcl
-+++ qflow-1.0.96/scripts/vmunge.tcl
-@@ -1,4 +1,4 @@
--#!/bin/tclsh
-+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # vmunge --- Hack for working around an Odin-II bug
+ # ybuffer --- post-process a mapped .blif file generated by yosys
#
---- qflow-1.0.96.orig/scripts/ybuffer.tcl
-+++ qflow-1.0.96/scripts/ybuffer.tcl
+Index: qflow/scripts/ypostproc.tcl
+===================================================================
+--- qflow.orig/scripts/ypostproc.tcl
++++ qflow/scripts/ypostproc.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
#-------------------------------------------------------------------------
- # ybuffer --- post-process a mapped .blif file generated by yosys
+ # ypostproc --- post-process a mapped .blif file generated by yosys
#
---- qflow-1.0.96.orig/scripts/ypostproc.tcl
-+++ qflow-1.0.96/scripts/ypostproc.tcl
+Index: qflow/scripts/blifanno.tcl
+===================================================================
+--- qflow.orig/scripts/blifanno.tcl
++++ qflow/scripts/blifanno.tcl
@@ -1,4 +1,4 @@
-#!/bin/tclsh
+#!/usr/bin/tclsh
- #-------------------------------------------------------------------------
- # ypostproc --- post-process a mapped .blif file generated by yosys
+ #---------------------------------------------------------------------------
+ # blifanno.tcl ---
#
--
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