diff -rNu orig/gopy-0.8.0/debian/changelog gopy-0.8.0/debian/changelog
--- orig/gopy-0.8.0/debian/changelog	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/changelog	2013-07-08 22:16:29.434174787 +0100
@@ -0,0 +1,14 @@
+gopy (0.8.0-1) precise; urgency=low
+
+  * Add partial support for calling into Go from additional threads
+  * Add support for executables that embed Python and use extension modules
+  * Updates to work with gcc 4.7.2 and later
+  * Misc fixes merged from gc codebase
+
+ -- Julian Phillips <julian@quantumfyre.co.uk>  Mon, 08 Jul 2013 21:37:06 +0100
+
+gopy (0.7.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Julian Phillips <julian@quantumfyre.co.uk>  Wed, 20 Jun 2012 18:39:42 +0100
diff -rNu orig/gopy-0.8.0/debian/compat gopy-0.8.0/debian/compat
--- orig/gopy-0.8.0/debian/compat	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/compat	2013-07-08 22:12:18.063824652 +0100
@@ -0,0 +1 @@
+8
diff -rNu orig/gopy-0.8.0/debian/control gopy-0.8.0/debian/control
--- orig/gopy-0.8.0/debian/control	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/control	2013-07-08 22:12:18.063824652 +0100
@@ -0,0 +1,16 @@
+Source: gopy
+Section: devel
+Priority: extra
+Maintainer: Julian Phillips <julian@quantumfyre.co.uk>
+Build-Depends: debhelper (>= 8.0.0), gccgo, python-dev, libffi-dev
+Standards-Version: 3.9.3
+Homepage: http://gopy.qur.me
+#Vcs-Git: git://git.debian.org/collab-maint/gopy.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/gopy.git;a=summary
+
+Package: gopy
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}, gccgo, python-dev, libffi6
+Description: Glue to allow writing Python extensions in Go
+ This package provides Go bindings for the CPython C API, and a tool to build a
+ Python extension module from a Go package using these bindings.
diff -rNu orig/gopy-0.8.0/debian/copyright gopy-0.8.0/debian/copyright
--- orig/gopy-0.8.0/debian/copyright	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/copyright	2013-07-08 22:12:18.067824564 +0100
@@ -0,0 +1,35 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: gopy
+Source: http://gopy.qur.me
+
+Files: *
+Copyright: 2011-2012 Julian Phillips <julian@quantumfyre.co.uk>
+License: BSD
+ Copyright (c) 2011, Julian Phillips
+ All rights reserved.
+ . 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+ .
+     * Neither the name of Julian Phillips nor the names of contributors may be
+       used to endorse or promote products derived from this software without
+       specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff -rNu orig/gopy-0.8.0/debian/files gopy-0.8.0/debian/files
--- orig/gopy-0.8.0/debian/files	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/files	2013-07-08 22:19:33.702032771 +0100
@@ -0,0 +1 @@
+gopy_0.8.0-1_amd64.deb devel extra
diff -rNu orig/gopy-0.8.0/debian/gopy/DEBIAN/conffiles gopy-0.8.0/debian/gopy/DEBIAN/conffiles
--- orig/gopy-0.8.0/debian/gopy/DEBIAN/conffiles	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/DEBIAN/conffiles	2013-07-08 22:19:33.442038615 +0100
@@ -0,0 +1 @@
+/etc/ld.so.conf.d/gccgo.conf
diff -rNu orig/gopy-0.8.0/debian/gopy/DEBIAN/control gopy-0.8.0/debian/gopy/DEBIAN/control
--- orig/gopy-0.8.0/debian/gopy/DEBIAN/control	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/DEBIAN/control	2013-07-08 22:19:33.702032771 +0100
@@ -0,0 +1,12 @@
+Package: gopy
+Version: 0.8.0-1
+Architecture: amd64
+Maintainer: Julian Phillips <julian@quantumfyre.co.uk>
+Installed-Size: 3132
+Depends: libc6 (>= 2.14), libgo0, gccgo, python-dev, libffi6
+Section: devel
+Priority: extra
+Homepage: http://gopy.qur.me
+Description: Glue to allow writing Python extensions in Go
+ This package provides Go bindings for the CPython C API, and a tool to build a
+ Python extension module from a Go package using these bindings.
diff -rNu orig/gopy-0.8.0/debian/gopy/DEBIAN/md5sums gopy-0.8.0/debian/gopy/DEBIAN/md5sums
--- orig/gopy-0.8.0/debian/gopy/DEBIAN/md5sums	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/DEBIAN/md5sums	2013-07-08 22:19:33.770031244 +0100
@@ -0,0 +1,6 @@
+80d3f88404c0a560c02eb7e0a751e0fa  usr/bin/gopy
+ba304059be2091cbc07a41a2fde86987  usr/lib/gccgo/libgopy.ext.so
+06200ceb0a94a0fde3373dcc81ac6115  usr/lib/gccgo/libgopy.so
+0f377431f3646569858c8954dba78ba8  usr/share/doc/gopy/changelog.Debian.gz
+3a8e5066f4a3c7a8ce733901ebc8afcd  usr/share/doc/gopy/copyright
+b8cd5789560bd95d767db74b47e0511d  usr/share/man/man1/gopy.1.gz
diff -rNu orig/gopy-0.8.0/debian/gopy/DEBIAN/postinst gopy-0.8.0/debian/gopy/DEBIAN/postinst
--- orig/gopy-0.8.0/debian/gopy/DEBIAN/postinst	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/DEBIAN/postinst	2013-07-08 22:19:33.430038884 +0100
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postinst script for gopy
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+
+ldconfig
+
+exit 0
diff -rNu orig/gopy-0.8.0/debian/gopy/etc/ld.so.conf.d/gccgo.conf gopy-0.8.0/debian/gopy/etc/ld.so.conf.d/gccgo.conf
--- orig/gopy-0.8.0/debian/gopy/etc/ld.so.conf.d/gccgo.conf	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/etc/ld.so.conf.d/gccgo.conf	2013-07-08 22:19:27.314176333 +0100
@@ -0,0 +1,3 @@
+# gccgo default configuration
+/usr/lib/gccgo
+/usr/local/lib/gccgo
diff -rNu orig/gopy-0.8.0/debian/gopy/usr/share/doc/gopy/copyright gopy-0.8.0/debian/gopy/usr/share/doc/gopy/copyright
--- orig/gopy-0.8.0/debian/gopy/usr/share/doc/gopy/copyright	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy/usr/share/doc/gopy/copyright	2013-07-08 22:12:18.067824564 +0100
@@ -0,0 +1,35 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: gopy
+Source: http://gopy.qur.me
+
+Files: *
+Copyright: 2011-2012 Julian Phillips <julian@quantumfyre.co.uk>
+License: BSD
+ Copyright (c) 2011, Julian Phillips
+ All rights reserved.
+ . 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+ .
+     * Neither the name of Julian Phillips nor the names of contributors may be
+       used to endorse or promote products derived from this software without
+       specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff -rNu orig/gopy-0.8.0/debian/gopy.debhelper.log gopy-0.8.0/debian/gopy.debhelper.log
--- orig/gopy-0.8.0/debian/gopy.debhelper.log	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy.debhelper.log	2013-07-08 22:19:34.622012096 +0100
@@ -0,0 +1,47 @@
+dh_auto_configure
+dh_auto_build
+dh_auto_test
+dh_prep
+dh_installdirs
+dh_auto_install
+dh_install
+dh_installdocs
+dh_installchangelogs
+dh_installexamples
+dh_installman
+dh_installcatalogs
+dh_installcron
+dh_installdebconf
+dh_installemacsen
+dh_installifupdown
+dh_installinfo
+dh_installinit
+dh_installmenu
+dh_installmime
+dh_installmodules
+dh_installlogcheck
+dh_installlogrotate
+dh_installpam
+dh_installppp
+dh_installudev
+dh_installwm
+dh_installxfonts
+dh_installgsettings
+dh_bugfiles
+dh_ucf
+dh_lintian
+dh_gconf
+dh_icons
+dh_perl
+dh_usrlocal
+dh_link
+dh_compress
+dh_fixperms
+dh_strip
+dh_makeshlibs
+dh_shlibdeps
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dh_builddeb
diff -rNu orig/gopy-0.8.0/debian/gopy.substvars gopy-0.8.0/debian/gopy.substvars
--- orig/gopy-0.8.0/debian/gopy.substvars	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/gopy.substvars	2013-07-08 22:19:33.514036996 +0100
@@ -0,0 +1,2 @@
+shlibs:Depends=libc6 (>= 2.14), libgo0
+misc:Depends=
diff -rNu orig/gopy-0.8.0/debian/postinst gopy-0.8.0/debian/postinst
--- orig/gopy-0.8.0/debian/postinst	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/postinst	2013-07-08 22:12:18.063824652 +0100
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postinst script for gopy
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+ldconfig
+
+exit 0
diff -rNu orig/gopy-0.8.0/debian/rules gopy-0.8.0/debian/rules
--- orig/gopy-0.8.0/debian/rules	1970-01-01 01:00:00.000000000 +0100
+++ gopy-0.8.0/debian/rules	2013-07-08 22:12:18.063824652 +0100
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
