summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-19 23:07:15 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-19 23:07:15 +0200
commit524461fd06356d0369c28ae6489b407092962f39 (patch)
treea54ab9ac43cb3a27b2bbcfa9ac3209ebeca116c3 /debian/changelog
parent849f9e5b161be53761c0c11f4013c7626ed91450 (diff)
Add patch for embedded build flags. Bump debhelper and std version
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 334d7903..500c4a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+yosys (0.7-6) UNRELEASED; urgency=medium
+
+ * debian/compat: level 11
+ * debian/control:
+ - debhelper >= 11
+ - Standards version 4.2.0 - no changes
+ * debian/upstream/metadata: Added upstream metadata
+ * d/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch:
+ - some build flags for the g++ version being used were "injected" into
+ the source files for yosys. Remove them
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sun, 19 Aug 2018 23:04:50 +0200
+
yosys (0.7-5) unstable; urgency=medium
* debian/patches/0010-Fix-adding-of-sys.path-in-yosys-smtbmc.patch