diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-29 11:39:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 11:39:13 -0700 |
commit | 51f0e7c649a84c66ce0111703498dc4466e35562 (patch) | |
tree | 5e8c471cd98d0199486c1a4dc0517626bd445a94 /debian | |
parent | fa041df6fed76e966ef996ca75f27286c799b451 (diff) | |
parent | 7372e7449c06ce25ab08a2352dac2fc68953176f (diff) | |
download | crosstool-ng-51f0e7c649a84c66ce0111703498dc4466e35562.tar.gz crosstool-ng-51f0e7c649a84c66ce0111703498dc4466e35562.tar.bz2 crosstool-ng-51f0e7c649a84c66ce0111703498dc4466e35562.zip |
Merge pull request #952 from dlech/patch-2
debian: include curl and wget in Build-Depends
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4c2a95e6..02be6379 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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/ @@ -11,6 +11,7 @@ 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 |