From 65b8354b2eb8b68203c902741934a0339d2c961c Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 25 Sep 2021 12:23:17 +0000 Subject: [PATCH] Change sysdeps/x86_64/configure to mode 644 --- debian/changelog | 12 ++++++------ debian/patches/git-updates.diff | 2 -- sysdeps/x86_64/configure | 0 3 files changed, 6 insertions(+), 8 deletions(-) mode change 100755 => 100644 sysdeps/x86_64/configure diff --git a/debian/changelog b/debian/changelog index 0d4dc7267..aadccac49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,13 +3,13 @@ glibc (2.32-4+rpi1) bookworm-staging; urgency=medium [changes brought forward from 2.25-2+rpi1 by Peter Michael Green at Wed, 29 Nov 2017 03:00:21 +0000] * Disable testsuite. - [changes introduced in 2.29-9+rpi1 by Peter Michale Green] - * Change mode on scripts/check-obsolete-constructs.py to 644, - dgit does not like mode 755 files created by patches and the - script does not seem to be used for anything in the Debian - package. + [changes introduced in 2.32-4+rpi1 by Peter Michale Green] + * Change mode on sysdeps/x86_64/configure to 644, dgit does + like modes being changed by patches, the corresponding files + for other architectures are all 644 and we don't really care + about x86-64 in raspbian anyway. - -- Raspbian forward porter Thu, 23 Sep 2021 19:01:55 +0000 + -- Peter Michael Green Sat, 25 Sep 2021 12:22:52 +0000 glibc (2.32-4) unstable; urgency=medium diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff index 080e4fff9..28614ee5d 100644 --- a/debian/patches/git-updates.diff +++ b/debian/patches/git-updates.diff @@ -6192,8 +6192,6 @@ index 0000000000..42c795d2a8 @@ -0,0 +1 @@ +#include diff --git a/sysdeps/x86_64/configure b/sysdeps/x86_64/configure -old mode 100644 -new mode 100755 index 84f82c2406..fc1840e23f --- a/sysdeps/x86_64/configure +++ b/sysdeps/x86_64/configure diff --git a/sysdeps/x86_64/configure b/sysdeps/x86_64/configure old mode 100755 new mode 100644 -- 2.30.2