This file is indexed.

/usr/src/gcc-4.4/debian/patches/libjava-disable-plugin.diff is in gcc-4.4-source 4.4.7-1ubuntu2.

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: Don't build the gcjwebplugin, even when configured with --enable-plugin

--- a/src/libjava/configure.ac~	2009-10-01 15:27:21.000000000 +0200
+++ b/src/libjava/configure.ac	2009-10-19 00:10:43.000000000 +0200
@@ -65,6 +65,8 @@
      esac],
     [plugin_enabled=no]
 )
+# FIXME: don't build the plugin, this option collides with GCC plugin support
+plugin_enabled=no
 
 AC_ARG_ENABLE(gconf-peer,
   AS_HELP_STRING([--enable-gconf-peer],