deleted file mode 120000
@@ -1 +0,0 @@
-../../debian.master/config/annotations
\ No newline at end of file
new file mode 100644
@@ -0,0 +1,43 @@
+# Menu: HEADER
+# FORMAT: 2
+# ARCH: x86
+
+# Menu: Device Drivers >> PTP clock support
+CONFIG_DP83640_PHY policy<{'amd64': 'n'}>
+#
+
+# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers
+CONFIG_SCSI_VIRTIO policy<{'amd64': 'y'}>
+#
+CONFIG_SCSI_VIRTIO note<tech preview of new feature>
+
+# Menu: Kernel hacking
+CONFIG_PANIC_ON_OOPS policy<{'amd64': 'y'}>
+#
+CONFIG_PANIC_ON_OOPS note<keep working if at all possible>
+
+# Menu: Kernel hacking >> Debug Lockups and Hangs
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC policy<{'amd64': 'y'}>
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC policy<{'amd64': 'y'}>
+#
+
+# Menu: Networking support >> Networking options
+CONFIG_NETWORK_PHY_TIMESTAMPING policy<{'amd64': 'n'}>
+#
+
+# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration
+CONFIG_NETFILTER_NETLINK_QUEUE policy<{'amd64': 'y'}>
+CONFIG_NETFILTER_NETLINK_LOG policy<{'amd64': 'y'}>
+#
+
+# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter connection tracking support
+CONFIG_NF_CONNTRACK policy<{'amd64': 'y'}>
+CONFIG_NF_CONNTRACK_PROCFS policy<{'amd64': 'y'}>
+CONFIG_NF_CT_NETLINK policy<{'amd64': 'y'}>
+#
+CONFIG_NF_CONNTRACK_PROCFS flag<DEPRECATED>
+
+# Menu: Device Drivers >> Block devices
+CONFIG_BLK_DEV_FD policy<{'amd64': 'n'}>
+CONFIG_BLK_DEV_FD note<LP:1729673>
+
deleted file mode 100644
@@ -1,43 +0,0 @@
-# Menu: HEADER
-# FORMAT: 2
-# ARCH: x86
-
-# Menu: Device Drivers >> PTP clock support
-CONFIG_DP83640_PHY policy<{'amd64': 'n'}>
-#
-
-# Menu: Device Drivers >> SCSI device support >> SCSI device support >> SCSI low-level drivers
-CONFIG_SCSI_VIRTIO policy<{'amd64': 'y'}>
-#
-CONFIG_SCSI_VIRTIO note<tech preview of new feature>
-
-# Menu: Kernel hacking
-CONFIG_PANIC_ON_OOPS policy<{'amd64': 'y'}>
-#
-CONFIG_PANIC_ON_OOPS note<keep working if at all possible>
-
-# Menu: Kernel hacking >> Debug Lockups and Hangs
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC policy<{'amd64': 'y'}>
-CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC policy<{'amd64': 'y'}>
-#
-
-# Menu: Networking support >> Networking options
-CONFIG_NETWORK_PHY_TIMESTAMPING policy<{'amd64': 'n'}>
-#
-
-# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration
-CONFIG_NETFILTER_NETLINK_QUEUE policy<{'amd64': 'y'}>
-CONFIG_NETFILTER_NETLINK_LOG policy<{'amd64': 'y'}>
-#
-
-# Menu: Networking support >> Networking options >> Network packet filtering framework (Netfilter) >> Core Netfilter Configuration >> Netfilter connection tracking support
-CONFIG_NF_CONNTRACK policy<{'amd64': 'y'}>
-CONFIG_NF_CONNTRACK_PROCFS policy<{'amd64': 'y'}>
-CONFIG_NF_CT_NETLINK policy<{'amd64': 'y'}>
-#
-CONFIG_NF_CONNTRACK_PROCFS flag<DEPRECATED>
-
-# Menu: Device Drivers >> Block devices
-CONFIG_BLK_DEV_FD policy<{'amd64': 'n'}>
-CONFIG_BLK_DEV_FD note<LP:1729673>
-
@@ -1,5 +1,4 @@
# Recreate any symlinks created since the orig.
-[ ! -L 'debian.gcp/config/annotations' ] && ln -sf '../../debian.master/config/annotations' 'debian.gcp/config/annotations'
# Remove any files deleted from the orig.
rm -f 'Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt'
rm -f 'arch/arm/include/asm/kvm_psci.h'
@@ -1,7 +1,6 @@
# Ignore vbox symlinks, we will regenerate these at clean (LP:1426113)
## autoreconstruct -- begin
# Ignore any symlinks created since the orig which are rebuilt by reconstruct.
-extend-diff-ignore=^debian.gcp/config/annotations$
## autoreconstruct -- end
# force "dpkg-source -I -i" behavior
BugLink: http://bugs.launchpad.net/bugs/1752072 Discard the symlink to the master kernel annotations file and replace it with the overlay file. Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> --- debian.gcp/config/annotations | 44 ++++++++++++++++++++++++++- debian.gcp/config/overlay.annotations | 43 -------------------------- debian.gcp/reconstruct | 1 - debian/source/options | 1 - 4 files changed, 43 insertions(+), 46 deletions(-) mode change 120000 => 100644 debian.gcp/config/annotations delete mode 100644 debian.gcp/config/overlay.annotations