[yosys] 01/02: Fixed dependencies

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Nov 12 16:30:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository yosys.

commit 19e5b65390da37711ee35274b28f90910f7f746e
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Nov 12 17:24:46 2014 +0100

    Fixed dependencies
    
    Removed redundant dependency (graphviz - already dependency of xdot)
    Removed iverilog dependency (only a dependency for running the test suite which is not run when building for debian)
    Set version for berkeley-abc
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index bd05210..896d430 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,8 @@ Package: yosys
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         iverilog,
-         graphviz,
-         xdot,
-         berkeley-abc
+         berkeley-abc (>= 1.01),
+         xdot
 Description: Framework for Verilog RTL synthesis
  This is a framework for Verilog RTL synthesis. It currently has extensive
  Verilog-2005 support and provides a basic set of synthesis algorithms for

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list