summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-05-11 22:20:07 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-05-11 22:23:43 +0200
commitf7d0987216fc6aba59631a102a995adb54748245 (patch)
tree9cd00322f51e89a631b28708f8706b2956a84761
parentea54cf07f7caf7af4218096543d4fcf259e6db69 (diff)
Added versioned build-dependency on gcc-5
Set Standards to 3.9.8
-rw-r--r--debian/changelog9
-rw-r--r--debian/control3
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 00baa6df..a6c97dc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+yosys (0.6-6) unstable; urgency=medium
+
+ * Added versioned build-dependency on gcc-5 (>= 5.3.1-15) since it
+ now fails to build with older versions due to the fix for #822408.
+ (Closes: #823809)
+ * Updated Standards to 3.9.8 - no changes
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Wed, 11 May 2016 22:20:00 +0200
+
yosys (0.6-5) unstable; urgency=medium
[ Sebastian Kuzminsky ]
diff --git a/debian/control b/debian/control
index 4aabbdc1..23d2a4a0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: electronics
Priority: optional
Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
+ gcc-5 (>= 5.3.1-15),
tcl-dev,
libreadline-dev,
bison,
@@ -29,7 +30,7 @@ Build-Depends-Indep:
lmodern,
graphviz,
berkeley-abc (>= 1.01)
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/yosys.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/yosys.git
Homepage: http://www.clifford.at/yosys