From 5f1acaa0794bac4c3a19baa3fcbcfc0e0e8ad1de Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 24 Feb 2016 20:18:07 +1300 Subject: debian: update packaging Support building in tree and from a released tarball by optionally running ./bootstrap. Fix some issues reported by lintian. -E: crosstool-ng changes: bad-distribution-in-changes-file unstable -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: gzip -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: tar -W: crosstool-ng source: syntax-error-in-dep5-copyright line 14: Cannot parse line "Unless otherwise stated in individual files, this work is licensed to you under" -E: crosstool-ng: copyright-should-refer-to-common-license-file-for-lgpl -E: crosstool-ng: description-starts-with-package-name -E: crosstool-ng: section-is-dh_make-template -E: crosstool-ng: depends-on-obsolete-package depends: texi2html Signed-off-by: Chris Packham --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7dff29c0..93152848 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,8 @@ include /usr/share/dpkg/default.mk # Make sure we call ./bootstrap before running dh_auto_configure override_dh_auto_configure: - ./bootstrap && dh_auto_configure + test -e configure || ./bootstrap + dh_auto_configure #Make sure to include bash completion file in the package override_dh_auto_install: -- cgit v1.2.3