[qflow] 01/01: Added patch to make it work with latest yosys.

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Oct 11 21:13:24 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 384fa59ad60800b63cccf292e9333b9f46137903
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Oct 11 23:10:44 2015 +0200

    Added patch to make it work with latest yosys.
---
 debian/changelog                                |  7 +++++++
 debian/patches/series                           |  1 +
 debian/patches/yosys_version_number_minor.patch | 13 +++++++++++++
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f99498..306a28c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qflow (1.1.13-2) unstable; urgency=medium
+
+  * Added patch debian/patches/yosys_version_number_minor.patch:
+    - Make sure qflow works with the new git HEAD version of yosys
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 11 Oct 2015 23:08:55 +0200
+
 qflow (1.1.13-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/series b/debian/patches/series
index d04676f..8a021eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_fix_compile_error.patch
 permission_technology.patch
 fix_tcsh_path.patch
+yosys_version_number_minor.patch
diff --git a/debian/patches/yosys_version_number_minor.patch b/debian/patches/yosys_version_number_minor.patch
new file mode 100644
index 0000000..0c97c62
--- /dev/null
+++ b/debian/patches/yosys_version_number_minor.patch
@@ -0,0 +1,13 @@
+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
+    set subrevision = ${minortest}
+ 
+ endif
++set minor = `echo ${minor} | sed 's/+//'`
+       
+ cat > ${rootname}.ys << EOF
+ # Synthesis script for yosys created by qflow

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