From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63477 invoked by alias); 8 Jun 2017 22:06:22 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 63467 invoked by uid 89); 8 Jun 2017 22:06:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 22:06:16 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 5939ca5a.7ff9a8470510-smtp-out-n01; Thu, 08 Jun 2017 22:06:18 -0000 (UTC) Date: Fri, 09 Jun 2017 00:24:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5939ca597776c_64aa3f957d9f1c3810164f@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 1b4e78: Fix debuild warnings/errors Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5939ca5977382_64aa3f957d9f1c38101543"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00015.txt.bz2 ----==_mimepart_5939ca5977382_64aa3f957d9f1c38101543 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3330 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 ----==_mimepart_5939ca5977382_64aa3f957d9f1c38101543--