diff options
author | Alexey Neyman <stilor@att.net> | 2018-03-17 17:41:36 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 5b95b81ea90682c124d5280b64a91a249c464ee4 (patch) | |
tree | 6ab5f2891dd81ae9be21cd56fe8a7dcde4485d3c /debian | |
parent | 0dc8565c4fa521e71667030ec0f994aa4f3918ec (diff) | |
download | crosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.tar.gz crosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.tar.bz2 crosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.zip |
Kill gperf vestiges
Generate paths.sh by configure, do away with paths.mk.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f6e7eea8..4c2a95e6 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, gperf, bison, flex, + libncursesw5-dev, libncurses5-dev, bison, flex, texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin Standards-Version: 3.9.8 Homepage: http://crosstool-ng.org/ |