[qflow] 02/02: New changelog entry, refreshed patches

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Nov 16 18:38:55 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 1c506bc5aadb4a76d25c80564ac857300621d22b
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Nov 16 19:12:51 2015 +0100

    New changelog entry, refreshed patches
---
 debian/changelog                                |  7 +++++++
 debian/patches/01_fix_install_dir.patch         | 26 ++++++++++++-------------
 debian/patches/yosys_version_number_minor.patch |  8 +++++---
 3 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 306a28c..b0601cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qflow (1.1.21-1) unstable; urgency=low
+
+  * New upstream release
+    - Refreshed patches
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 16 Nov 2015 19:12:14 +0100
+
 qflow (1.1.13-2) unstable; urgency=medium
 
   * Added patch debian/patches/yosys_version_number_minor.patch:
diff --git a/debian/patches/01_fix_install_dir.patch b/debian/patches/01_fix_install_dir.patch
index a848dba..89dfea0 100644
--- a/debian/patches/01_fix_install_dir.patch
+++ b/debian/patches/01_fix_install_dir.patch
@@ -3,8 +3,8 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
 Last-Update: 2015-07-24
 Index: qflow/src/Makefile.in
 ===================================================================
---- qflow.orig/src/Makefile.in	2015-07-23 10:26:49.048148689 +0200
-+++ qflow/src/Makefile.in	2015-07-23 10:26:49.040148506 +0200
+--- qflow.orig/src/Makefile.in	2015-11-16 19:13:00.835864583 +0100
++++ qflow/src/Makefile.in	2015-11-16 19:13:00.819865393 +0100
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -16,8 +16,8 @@ Index: qflow/src/Makefile.in
  QFLOW_ABC_PATH = @QFLOW_ABC_PATH@
 Index: qflow/tech/Makefile.in
 ===================================================================
---- qflow.orig/tech/Makefile.in	2015-07-23 10:26:49.048148689 +0200
-+++ qflow/tech/Makefile.in	2015-07-23 10:26:49.040148506 +0200
+--- qflow.orig/tech/Makefile.in	2015-11-16 19:13:00.835864583 +0100
++++ qflow/tech/Makefile.in	2015-11-16 19:13:00.819865393 +0100
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -29,8 +29,8 @@ Index: qflow/tech/Makefile.in
  
 Index: qflow/tech/osu035/Makefile.in
 ===================================================================
---- qflow.orig/tech/osu035/Makefile.in	2015-07-23 10:26:49.048148689 +0200
-+++ qflow/tech/osu035/Makefile.in	2015-07-23 10:26:49.044148597 +0200
+--- qflow.orig/tech/osu035/Makefile.in	2015-11-16 19:13:00.835864583 +0100
++++ qflow/tech/osu035/Makefile.in	2015-11-16 19:13:00.823865191 +0100
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -42,8 +42,8 @@ Index: qflow/tech/osu035/Makefile.in
  TECH_FILES += osu035_stdcells.sp osu035.magicrc osu035.prm
 Index: qflow/tech/osu050/Makefile.in
 ===================================================================
---- qflow.orig/tech/osu050/Makefile.in	2015-07-23 10:26:49.048148689 +0200
-+++ qflow/tech/osu050/Makefile.in	2015-07-23 10:26:49.044148597 +0200
+--- qflow.orig/tech/osu050/Makefile.in	2015-11-16 19:13:00.835864583 +0100
++++ qflow/tech/osu050/Makefile.in	2015-11-16 19:13:00.823865191 +0100
 @@ -9,7 +9,7 @@
  LDFLAGS = @LDFLAGS@
  INSTALL = @INSTALL@
@@ -55,11 +55,11 @@ Index: qflow/tech/osu050/Makefile.in
  TECH_FILES += osu050_stdcells.sp osu050.magicrc osu050.prm
 Index: qflow/scripts/Makefile.in
 ===================================================================
---- qflow.orig/scripts/Makefile.in	2015-07-23 10:26:49.048148689 +0200
-+++ qflow/scripts/Makefile.in	2015-07-23 10:27:44.417418177 +0200
-@@ -11,8 +11,8 @@
- 
+--- qflow.orig/scripts/Makefile.in	2015-11-16 19:13:00.835864583 +0100
++++ qflow/scripts/Makefile.in	2015-11-16 19:13:00.827864988 +0100
+@@ -12,8 +12,8 @@
  VERSION = @VERSION@
+ REVISION = @REVISION@
  
 -QFLOW_LIB_DIR = @QFLOW_LIB_DIR@
 -QFLOW_BIN_DIR = @QFLOW_BIN_DIR@
@@ -68,7 +68,7 @@ Index: qflow/scripts/Makefile.in
  TCLSH_PATH = @TCLSH_PATH@
  
  DEFAULTPARSER = @QFLOW_DEFAULT_PARSER@
-@@ -39,9 +39,9 @@
+@@ -40,9 +40,9 @@
  	$(MAIN_SCRIPT).in > $(MAIN_SCRIPT)
  
  checkdirs.sh:  checkdirs.sh.in
diff --git a/debian/patches/yosys_version_number_minor.patch b/debian/patches/yosys_version_number_minor.patch
index 0c97c62..fe6728b 100644
--- a/debian/patches/yosys_version_number_minor.patch
+++ b/debian/patches/yosys_version_number_minor.patch
@@ -1,9 +1,11 @@
 Description: qflow doesn't work with versions of yosys
  with a "+" in the version string. This patch fixes this.
 Author: Ruben Undheim <ruben.undheim at gmail.com>
---- qflow-1.1.13.orig/scripts/synthesize.sh
-+++ qflow-1.1.13/scripts/synthesize.sh
-@@ -156,6 +156,7 @@ else
+Index: qflow/scripts/synthesize.sh
+===================================================================
+--- qflow.orig/scripts/synthesize.sh	2015-11-16 19:13:20.614885392 +0100
++++ qflow/scripts/synthesize.sh	2015-11-16 19:13:20.602885973 +0100
+@@ -180,6 +180,7 @@
     set subrevision = ${minortest}
  
  endif

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