diff -Nru pygobject-3.8.2/debian/changelog pygobject-3.8.2/debian/changelog
--- pygobject-3.8.2/debian/changelog	2013-05-15 06:54:32.000000000 +0000
+++ pygobject-3.8.2/debian/changelog	2013-05-26 20:08:12.000000000 +0000
@@ -1,3 +1,10 @@
+pygobject (3.8.2-1+rpi1) jessie-staging; urgency=low
+
+  * Make testsuite failure non-fatal.
+  * Fix clean target
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Sun, 26 May 2013 20:03:50 +0000
+
 pygobject (3.8.2-1) unstable; urgency=low
 
   * Reset watch file to look for stable releases only.
diff -Nru pygobject-3.8.2/debian/rules pygobject-3.8.2/debian/rules
--- pygobject-3.8.2/debian/rules	2013-05-11 15:22:26.000000000 +0000
+++ pygobject-3.8.2/debian/rules	2013-05-26 20:16:48.000000000 +0000
@@ -11,7 +11,7 @@
 FLAVOURS := $(PYVERS) $(patsubst %,%-dbg,$(PYVERS))
 
 TESTSUITE_FAIL_CMD=exit 1
-ifneq ($(findstring $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386),)
+ifneq ($(findstring $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386 armhf),)
 # tests currently fail on these architectures
     TESTSUITE_FAIL_CMD=true
 endif
@@ -60,6 +60,8 @@
 
 override_dh_auto_clean:
 	rm -rf build-*
+	rm -f tests/*.pyc
+	rm -f tests/gi/overrides/Regress.pyc
 	dh_auto_clean
 
 override_dh_install: