From a31a9d042626c4ddbdf1b3c06b7cdf019fc11cdd Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Sun, 15 Feb 2026 20:45:46 +0100 Subject: [PATCH] Remove executable permission from a go source file This files does not have to be executable. This fixes a Lintian warning: https://lintian.debian.org/tags/executable-not-elf-or-script Gbp-Pq: Name 0001-Remove-executable-permission-from-a-go-source-file.patch --- bytesize.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bytesize.go diff --git a/bytesize.go b/bytesize.go old mode 100755 new mode 100644