[qflow] 07/19: Fixed small issue

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Oct 13 20:33:42 UTC 2014


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

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

commit 78defb7d52fe9b33d0ad409b5e734d024a7b7e15
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Apr 18 11:01:20 2014 +0200

    Fixed small issue
---
 debian/patches/fixes.diff | 49 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 18 deletions(-)

diff --git a/debian/patches/fixes.diff b/debian/patches/fixes.diff
index ab7a707..02d60d3 100644
--- a/debian/patches/fixes.diff
+++ b/debian/patches/fixes.diff
@@ -1,6 +1,6 @@
 Index: qflow-1.0/Makefile
 ===================================================================
---- qflow-1.0.orig/Makefile	2014-04-14 00:54:02.909208992 +0200
+--- qflow-1.0.orig/Makefile	2014-04-18 10:53:00.958281597 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,34 +0,0 @@
 -#
@@ -39,8 +39,8 @@ Index: qflow-1.0/Makefile
 -	done
 Index: qflow-1.0/Makefile.in
 ===================================================================
---- qflow-1.0.orig/Makefile.in	2014-04-14 00:54:02.909208992 +0200
-+++ qflow-1.0/Makefile.in	2014-04-14 00:54:10.737209058 +0200
+--- qflow-1.0.orig/Makefile.in	2014-04-18 10:53:00.958281597 +0200
++++ qflow-1.0/Makefile.in	2014-04-18 10:53:30.010281845 +0200
 @@ -24,9 +24,6 @@
  	done
  
@@ -53,7 +53,7 @@ Index: qflow-1.0/Makefile.in
  	@for target in $(TARGETS); do\
 Index: qflow-1.0/scripts/Makefile
 ===================================================================
---- qflow-1.0.orig/scripts/Makefile	2014-04-14 00:54:02.925208991 +0200
+--- qflow-1.0.orig/scripts/Makefile	2014-04-18 10:53:00.974281598 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,71 +0,0 @@
 -#
@@ -129,8 +129,8 @@ Index: qflow-1.0/scripts/Makefile
 -
 Index: qflow-1.0/scripts/Makefile.in
 ===================================================================
---- qflow-1.0.orig/scripts/Makefile.in	2014-04-14 00:54:02.925208991 +0200
-+++ qflow-1.0/scripts/Makefile.in	2014-04-14 00:54:10.741209058 +0200
+--- qflow-1.0.orig/scripts/Makefile.in	2014-04-18 10:53:00.974281598 +0200
++++ qflow-1.0/scripts/Makefile.in	2014-04-18 10:55:17.810282762 +0200
 @@ -9,8 +9,8 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -142,9 +142,22 @@ Index: qflow-1.0/scripts/Makefile.in
  
  DEFAULTPARSER = @QFLOW_DEFAULT_PARSER@
  
+@@ -37,9 +37,9 @@
+ 		$(MAIN_SCRIPT).in > $(MAIN_SCRIPT)
+ 
+ checkdirs.sh:  checkdirs.sh.in
+-		sed -e '/SUBST_TECH_DIR/s#SUBST_TECH_DIR#$(TECHINSTALL)#' \
+-		-e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#$(SCRIPTINSTALL)#' \
+-		-e '/SUBST_BIN_DIR/s#SUBST_BIN_DIR#$(QFLOWEXECPATH)#' \
++		sed -e '/SUBST_TECH_DIR/s#SUBST_TECH_DIR#/usr/share/qflow/tech#' \
++		-e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#/usr/share/qflow/scripts#' \
++		-e '/SUBST_BIN_DIR/s#SUBST_BIN_DIR#/usr/share/qflow/bin#' \
+ 		checkdirs.sh.in > checkdirs.sh
+ 
+ qflow.sh:  qflow.sh.in
 Index: qflow-1.0/src/Makefile
 ===================================================================
---- qflow-1.0.orig/src/Makefile	2014-04-14 00:54:02.937208991 +0200
+--- qflow-1.0.orig/src/Makefile	2014-04-18 10:53:00.986281598 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,86 +0,0 @@
 -#
@@ -235,7 +248,7 @@ Index: qflow-1.0/src/Makefile
 -	$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $< -o $@
 Index: qflow-1.0/tech/Makefile
 ===================================================================
---- qflow-1.0.orig/tech/Makefile	2014-04-14 00:54:02.941208991 +0200
+--- qflow-1.0.orig/tech/Makefile	2014-04-18 10:53:00.994281598 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,41 +0,0 @@
 -#
@@ -281,7 +294,7 @@ Index: qflow-1.0/tech/Makefile
 -
 Index: qflow-1.0/tech/osu035/Makefile
 ===================================================================
---- qflow-1.0.orig/tech/osu035/Makefile	2014-04-14 00:54:02.941208991 +0200
+--- qflow-1.0.orig/tech/osu035/Makefile	2014-04-18 10:53:00.994281598 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,40 +0,0 @@
 -#
@@ -326,7 +339,7 @@ Index: qflow-1.0/tech/osu035/Makefile
 -
 Index: qflow-1.0/tech/osu050/Makefile
 ===================================================================
---- qflow-1.0.orig/tech/osu050/Makefile	2014-04-14 00:54:02.957208992 +0200
+--- qflow-1.0.orig/tech/osu050/Makefile	2014-04-18 10:53:01.006281598 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,40 +0,0 @@
 -#
@@ -371,8 +384,8 @@ Index: qflow-1.0/tech/osu050/Makefile
 -
 Index: qflow-1.0/src/Makefile.in
 ===================================================================
---- qflow-1.0.orig/src/Makefile.in	2014-04-14 00:54:02.937208991 +0200
-+++ qflow-1.0/src/Makefile.in	2014-04-14 00:55:15.661209610 +0200
+--- qflow-1.0.orig/src/Makefile.in	2014-04-18 10:53:00.986281598 +0200
++++ qflow-1.0/src/Makefile.in	2014-04-18 10:53:30.014281845 +0200
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -408,8 +421,8 @@ Index: qflow-1.0/src/Makefile.in
  uninstall:
 Index: qflow-1.0/tech/osu035/Makefile.in
 ===================================================================
---- qflow-1.0.orig/tech/osu035/Makefile.in	2014-04-14 00:54:02.941208991 +0200
-+++ qflow-1.0/tech/osu035/Makefile.in	2014-04-14 00:54:10.745209058 +0200
+--- qflow-1.0.orig/tech/osu035/Makefile.in	2014-04-18 10:53:00.994281598 +0200
++++ qflow-1.0/tech/osu035/Makefile.in	2014-04-18 10:53:30.014281845 +0200
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -421,8 +434,8 @@ Index: qflow-1.0/tech/osu035/Makefile.in
  TECH_FILES += osu035.sh osu035_stdcells.sp osu035.magicrc osu035.prm
 Index: qflow-1.0/tech/osu050/Makefile.in
 ===================================================================
---- qflow-1.0.orig/tech/osu050/Makefile.in	2014-04-14 00:54:02.957208992 +0200
-+++ qflow-1.0/tech/osu050/Makefile.in	2014-04-14 00:54:10.745209058 +0200
+--- qflow-1.0.orig/tech/osu050/Makefile.in	2014-04-18 10:53:01.006281598 +0200
++++ qflow-1.0/tech/osu050/Makefile.in	2014-04-18 10:53:30.018281845 +0200
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -434,8 +447,8 @@ Index: qflow-1.0/tech/osu050/Makefile.in
  TECH_FILES += osu050.sh osu050_stdcells.sp osu050.magicrc osu050.prm
 Index: qflow-1.0/tech/Makefile.in
 ===================================================================
---- qflow-1.0.orig/tech/Makefile.in	2014-04-14 00:54:02.941208991 +0200
-+++ qflow-1.0/tech/Makefile.in	2014-04-14 00:54:10.745209058 +0200
+--- qflow-1.0.orig/tech/Makefile.in	2014-04-18 10:53:00.994281598 +0200
++++ qflow-1.0/tech/Makefile.in	2014-04-18 10:53:30.018281845 +0200
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@

-- 
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