summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-04-09 14:35:56 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-04-09 14:35:56 +0200
commitc5acd51b7859613ec741d10e96de990fb2c8b266 (patch)
tree34ee5f7eccee319915564ea3fc0855991918e084 /debian
parent4636b5adfaa8a50ba98c34f03c1e054cb57ae83f (diff)
Define Build-Depends-Indep
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a209a572..8a88bef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ yosys (0.6-3) unstable; urgency=medium
- Fix a build problem on kFreeBSD. Use __unix__ instead of __linux__
[ Ruben Undheim ]
+ * debian/control:
+ - Define Build-Depends-Indep dependencies
* debian/rules:
- Override dh_auto_build-indep instead for building documentation.
diff --git a/debian/control b/debian/control
index 6d5216dc..4aabbdc1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@ Build-Depends: debhelper (>= 9),
libffi-dev,
pkg-config,
txt2man,
+ python3
+Build-Depends-Indep:
texlive-base,
texlive-generic-recommended,
texlive-fonts-recommended,
@@ -26,8 +28,7 @@ Build-Depends: debhelper (>= 9),
texlive-bibtex-extra,
lmodern,
graphviz,
- berkeley-abc (>= 1.01),
- python3
+ berkeley-abc (>= 1.01)
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/yosys.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/yosys.git