From: Peter Michael Green Date: Thu, 23 Jan 2020 14:05:44 +0000 (+0000) Subject: Change check-obsolete-constructs.py to mode 644 to keep dgit happy. X-Git-Tag: archive/raspbian/2.29-9+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0aa620fd62818c0b028ade4b9c38b9da1a7054ef;p=glibc.git Change check-obsolete-constructs.py to mode 644 to keep dgit happy. --- diff --git a/debian/changelog b/debian/changelog index af2b77452..98555ce56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,13 @@ glibc (2.29-9+rpi1) bullseye-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. - -- Raspbian forward porter Thu, 23 Jan 2020 12:37:02 +0000 + [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. + + -- Peter Micheal Green Thu, 23 Jan 2020 14:03:14 +0000 glibc (2.29-9) unstable; urgency=medium diff --git a/debian/patches/git-updates.diff b/debian/patches/git-updates.diff index 3f5ea076c..10e866c3d 100644 --- a/debian/patches/git-updates.diff +++ b/debian/patches/git-updates.diff @@ -4430,7 +4430,7 @@ index 8e7beffd82..63bc8d4fa6 100644 done done diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py -new file mode 100755 +new file mode 100644 index 0000000000..ce5c72251f --- /dev/null +++ b/scripts/check-obsolete-constructs.py diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py old mode 100755 new mode 100644