summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-09-22 19:20:24 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-09-22 19:30:52 +0200
commit324696a07a1a9822022362ed79875a9f1fee124c (patch)
treec3a7a849a89866e61bdf823e3dc66df855ae0e39
parente05f3afa5a0dc48803eb69100a3d5c829637e57c (diff)
Fix #835953 (dependency on GCC 5)
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index aa897986..dd7dc919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,17 @@
-yosys (0.6-7) UNRELEASED; urgency=medium
+yosys (0.6-7) unstable; urgency=medium
[ Ruben Undheim ]
* Use gbp-pq for patches.
+ * debian/control:
+ - Removed dependency on GCC 5 which was added in 0.6-6. (Closes: #835953)
+ It causes problems now since GCC 6 is default.
[Sebastian Kuzminsky]
* debian/patches/switch-to-free-font.patch: Switch manual tt font
from libertine to inconsolata. The yosys manual doesn't render with
- libertine on sid, but it renders nicely with inconsolata.
+ libertine on sid, but it renders nicely with inconsolata. (Closes: #835678)
- -- Ruben Undheim <ruben.undheim@gmail.com> Sat, 14 May 2016 15:48:19 +0200
+ -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 22 Sep 2016 19:30:37 +0200
yosys (0.6-6) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 23d2a4a0..1ef00dd3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Section: electronics
Priority: optional
Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
- gcc-5 (>= 5.3.1-15),
tcl-dev,
libreadline-dev,
bison,