diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-06 20:06:04 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-07 22:38:53 -0700 |
commit | 1b4e784a0ba636646def1db5ca012fd54ee7a81c (patch) | |
tree | 175814b416570817c9a16f3174276ea4cce78bbf /patches/glibc | |
parent | 10089f3c9aa41bdf12f2ca1d85d052f347dd38d5 (diff) | |
download | crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.tar.gz crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.tar.bz2 crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.zip |
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 <stilor@att.net>
Diffstat (limited to 'patches/glibc')
6 files changed, 0 insertions, 96 deletions
diff --git a/patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch index 0e058441..fb0881d2 100644 --- a/patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.12.1/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.12.1.orig/locale/programs/3level.h glibc-2.12.1/locale/programs/3level.h --- glibc-2.12.1.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.12.1/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 diff --git a/patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch index 4784a07b..3cc65597 100644 --- a/patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.13/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.13.orig/locale/programs/3level.h glibc-2.13/locale/programs/3level.h --- glibc-2.13.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.13/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 diff --git a/patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch index 4784a07b..3cc65597 100644 --- a/patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.14.1/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.13.orig/locale/programs/3level.h glibc-2.13/locale/programs/3level.h --- glibc-2.13.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.13/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 diff --git a/patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch index 4784a07b..3cc65597 100644 --- a/patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.14/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.13.orig/locale/programs/3level.h glibc-2.13/locale/programs/3level.h --- glibc-2.13.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.13/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 diff --git a/patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch index 4784a07b..3cc65597 100644 --- a/patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.15/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.13.orig/locale/programs/3level.h glibc-2.13/locale/programs/3level.h --- glibc-2.13.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.13/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 diff --git a/patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch b/patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch index 4784a07b..3cc65597 100644 --- a/patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch +++ b/patches/glibc/ports-2.16.0/170-localedef-fix-trampoline.patch @@ -1,5 +1,3 @@ -#! /bin/sh -e - # DP: Description: Fix localedef segfault when run under exec-shield, # PaX or similar. (#231438, #198099) # DP: Dpatch Author: James Troup <james@nocrew.org> @@ -7,20 +5,6 @@ # DP: Upstream status: Unknown # DP: Status Details: Unknown # DP: Date: 2004-03-16 - -if [ $# -ne 2 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi -case "$1" in - -patch) patch -d "$2" -f --no-backup-if-mismatch -p1 < $0;; - -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p1 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac -exit 0 - diff -durN glibc-2.13.orig/locale/programs/3level.h glibc-2.13/locale/programs/3level.h --- glibc-2.13.orig/locale/programs/3level.h 2007-07-16 02:54:59.000000000 +0200 +++ glibc-2.13/locale/programs/3level.h 2009-11-13 00:49:56.000000000 +0100 |