diff -Nru python-ptrace-0.6.3/debian/changelog python-ptrace-0.6.3/debian/changelog
--- python-ptrace-0.6.3/debian/changelog	2011-03-28 22:00:45.000000000 +0200
+++ python-ptrace-0.6.3/debian/changelog	2012-04-29 12:44:26.000000000 +0200
@@ -1,3 +1,10 @@
+python-ptrace (0.6.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add GNU/kFreeBSD support.  Thanks Jakub Wilk.  (Closes: #592637)
+
+ -- Robert Millan <rmh@debian.org>  Sat, 28 Apr 2012 09:24:21 +0200
+
 python-ptrace (0.6.3-1) unstable; urgency=low
 
   * Imported Upstream version 0.6.3
diff -Nru python-ptrace-0.6.3/debian/patches/kfreebsd-gnu.diff python-ptrace-0.6.3/debian/patches/kfreebsd-gnu.diff
--- python-ptrace-0.6.3/debian/patches/kfreebsd-gnu.diff	1970-01-01 01:00:00.000000000 +0100
+++ python-ptrace-0.6.3/debian/patches/kfreebsd-gnu.diff	2012-04-29 12:44:26.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/ptrace/os_tools.py
++++ b/ptrace/os_tools.py
+@@ -18,7 +18,7 @@
+ RUNNING_PYPY = ("pypy" in version.lower())
+ RUNNING_WINDOWS = (platform == 'win32')
+ RUNNING_LINUX = (platform == 'linux2')
+-RUNNING_FREEBSD = platform.startswith('freebsd')
++RUNNING_FREEBSD = platform.startswith('freebsd') or platform.startswith('gnukfreebsd')
+ RUNNING_OPENBSD = platform.startswith('openbsd')
+ RUNNING_MACOSX = (platform == 'darwin')
+ RUNNING_BSD = RUNNING_FREEBSD or RUNNING_MACOSX or RUNNING_OPENBSD
diff -Nru python-ptrace-0.6.3/debian/source/format python-ptrace-0.6.3/debian/source/format
--- python-ptrace-0.6.3/debian/source/format	2011-03-28 22:00:18.000000000 +0200
+++ python-ptrace-0.6.3/debian/source/format	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.0 (quilt)
diff -Nru python-ptrace-0.6.3/.pc/.quilt_patches python-ptrace-0.6.3/.pc/.quilt_patches
--- python-ptrace-0.6.3/.pc/.quilt_patches	1970-01-01 01:00:00.000000000 +0100
+++ python-ptrace-0.6.3/.pc/.quilt_patches	2012-04-29 12:44:26.000000000 +0200
@@ -0,0 +1 @@
+debian/patches
diff -Nru python-ptrace-0.6.3/.pc/.quilt_series python-ptrace-0.6.3/.pc/.quilt_series
--- python-ptrace-0.6.3/.pc/.quilt_series	1970-01-01 01:00:00.000000000 +0100
+++ python-ptrace-0.6.3/.pc/.quilt_series	2012-04-29 12:44:26.000000000 +0200
@@ -0,0 +1 @@
+series
diff -Nru python-ptrace-0.6.3/.pc/.version python-ptrace-0.6.3/.pc/.version
--- python-ptrace-0.6.3/.pc/.version	1970-01-01 01:00:00.000000000 +0100
+++ python-ptrace-0.6.3/.pc/.version	2012-04-29 12:44:26.000000000 +0200
@@ -0,0 +1 @@
+2
