From 5b95b81ea90682c124d5280b64a91a249c464ee4 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 17 Mar 2018 17:41:36 -0700 Subject: Kill gperf vestiges Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 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/ -- cgit v1.2.3 From d6f5c308f9b9564df548d7d6a245a56dbf5360bc Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 30 Mar 2018 23:09:49 -0700 Subject: No need for overriding MAKELEVEL anymore Signed-off-by: Alexey Neyman --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index b8fd445b..d85609ea 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk # main packaging script based on dh7 syntax %: - MAKELEVEL=0 dh $@ + dh $@ # Make sure we call ./bootstrap before running dh_auto_configure override_dh_auto_configure: @@ -28,7 +28,7 @@ override_dh_auto_configure: #Make sure to include bash completion file in the package override_dh_auto_install: - MAKELEVEL=0 dh_auto_install + dh_auto_install install -D -m 0644 ct-ng.comp $$(pwd)/debian/crosstool-ng/usr/share/bash-completion/completions/ct-ng.comp override_dh_update_autotools_config: -- cgit v1.2.3 From fda857aeb851e5329b5dec664cc14903bf4d20a6 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 7 Apr 2018 11:31:50 -0700 Subject: Debian: no longer need to install completion separately Signed-off-by: Alexey Neyman --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index d85609ea..4a3a8e35 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,6 @@ override_dh_auto_configure: #Make sure to include bash completion file in the package override_dh_auto_install: dh_auto_install - install -D -m 0644 ct-ng.comp $$(pwd)/debian/crosstool-ng/usr/share/bash-completion/completions/ct-ng.comp override_dh_update_autotools_config: @: -- cgit v1.2.3