summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-11-06 14:41:13 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2016-11-06 14:41:54 +0000
commitd3a3dc09c4d850dff15cff7adcf742d65de023c3 (patch)
tree697b3fcae7b0ccb06946f4a050bdd7627643bd0a
parentb9315637f8a6a3a133603989e2b6de745b955880 (diff)
berkeley-abc is a build dependency for 'any' as well.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c638bdb..4830bf90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+yosys (0.7-2) unstable; urgency=medium
+
+ * debian/control:
+ - Moved berkeley-abc from Build-Depends-Indep to Build-Depends in order
+ to fix dependency problem during test.
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sun, 06 Nov 2016 14:40:47 +0000
+
yosys (0.7-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 9f5ee53a..17aa0e2e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 9),
pkg-config,
txt2man,
iverilog (>= 10.1),
- python3
+ python3,
+ berkeley-abc (>= 1.01+20161002hgeb6eca6+dfsg)
Build-Depends-Indep:
texlive-base,
texlive-generic-recommended,
@@ -28,8 +29,7 @@ Build-Depends-Indep:
texlive-publishers,
texlive-bibtex-extra,
lmodern,
- graphviz,
- berkeley-abc (>= 1.01+20161002hgeb6eca6+dfsg)
+ graphviz
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