Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 1b4e784a0ba636646def1db5ca012fd54ee7a81c https://github.com/crosstool-ng/crosstool-ng/commit/1b4e784a0ba636646def1db5ca012fd54ee7a81c Author: Alexey Neyman Date: 2017-06-07 (Wed, 07 Jun 2017) Changed paths: M .gitignore M Makefile.in R config/.gitignore M configure.ac M ct-ng.in A debian/.gitignore M debian/rules M docs/ct-ng.1.in M kconfig/.gitignore R kconfig/Makefile A kconfig/Makefile.in M patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch M samples/samples.mk M scripts/build/companion_libs/210-expat.sh M scripts/saveSample.sh.in M scripts/showConfig.sh.in M scripts/showSamples.sh Log Message: ----------- Fix debuild warnings/errors - Update .gitignore, do not place .gitignore into directories installed in bulk - Remove executable permissions and shebangs from the scripts that are supposed to be invoked only via ct-ng frontent; prepend them with $(bash). Despite what showSamples.sh said, it already has some bashisms. - Remove --with autotools-dev and override dh_update_autotools_config to avoid having config.{sub,guess} clobbered with older versions - Install bash completion where Debian (now) expects it - Update man page to use .\" as the comment delimiter, instead of undefined macro (."); also, minor text edits. - Install kconfig.mk without execute permission. - Remove shell wrappers from 170-localedef-fix-trampoline.patch, we do not use that for applying patches - Revoke execute permissions on 210-expat.sh - Get flags from dpkg-buildflags if available Signed-off-by: Alexey Neyman Commit: f7c7c4a096ae15b4f0281b22031b47ad43ad122e https://github.com/crosstool-ng/crosstool-ng/commit/f7c7c4a096ae15b4f0281b22031b47ad43ad122e Author: Alexey Neyman Date: 2017-06-08 (Thu, 08 Jun 2017) Changed paths: M .gitignore M Makefile.in R config/.gitignore M configure.ac M ct-ng.in A debian/.gitignore M debian/rules M docs/ct-ng.1.in M kconfig/.gitignore R kconfig/Makefile A kconfig/Makefile.in M patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch M patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch M samples/samples.mk M scripts/build/companion_libs/210-expat.sh M scripts/saveSample.sh.in M scripts/showConfig.sh.in M scripts/showSamples.sh Log Message: ----------- Merge pull request #738 from stilor/lintian-warnings Fix debuild warnings/errors Compare: https://github.com/crosstool-ng/crosstool-ng/compare/29ecbf84c860...f7c7c4a096ae