Skip to content

Commit

Permalink
Merge pull request #952 from dlech/patch-2
Browse files Browse the repository at this point in the history
debian: include curl and wget in Build-Depends
  • Loading branch information
stilor committed Apr 29, 2018
2 parents fa041df + 7372e74 commit 51f0e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ Section: devel
Priority: optional
Maintainer: Multiple Candidates <open@example.com>
Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
libncursesw5-dev, libncurses5-dev, bison, flex,
libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget,
texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
Standards-Version: 3.9.8
Homepage: http://crosstool-ng.org/

Package: crosstool-ng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
Recommends: curl | wget
Description: create your own cross toolchains
Crosstool-NG aims at building toolchains. Toolchains are an essential
component in a software development project. It will compile, assemble and
Expand Down

0 comments on commit 51f0e7c

Please sign in to comment.