Description: Upstream changes introduced in version 4-2
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 kcov (4-2) unstable; urgency=low
 .
   * Fix FTBFS on ia64 by removing include of asm/ptrace.h
 .
 The person named in the Author field signed this changelog entry.
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- kcov-4.orig/src/include/kc_ptrace_arch.h
+++ kcov-4/src/include/kc_ptrace_arch.h
@@ -2,7 +2,7 @@
 #define KC_PTRACE_ARCH_H
 
 #include <sys/ptrace.h>
-#include <asm/ptrace.h>
+//#include <asm/ptrace.h>
 #include <sys/types.h>
 #include <unistd.h>
 
