This file is indexed.

/usr/src/gcc-4.6/debian/patches/svn-updates-linaro.diff is in gcc-4.6-source 4.6.4-6ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# DP: updates from the 4.6 branch upto 2013xxxx (r197516).

last_updated()
{
        cat > ${dir}LAST_UPDATED <<EOF
Fri Apr  5 16:06:37 CEST 2013
Fri Apr  5 14:06:37 UTC 2013 (revision 197516)
EOF
}

LANG=C svn diff svn://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@195744 svn://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch \
	| sed -r 's,^--- (\S+)\t(\S+)(.*)$,--- a/src/\1\t\2,;s,^\+\+\+ (\S+)\t(\S+)(.*)$,+++ b/src/\1\t\2,' \
	| awk '/^Index:.*\.(class|texi)/ {skip=1; next} /^Index:/ { skip=0 } skip==0'