diff -pruN 1.1-1/debian/changelog 1.1-1ubuntu1/debian/changelog
--- 1.1-1/debian/changelog	2013-05-06 19:42:22.000000000 +0000
+++ 1.1-1ubuntu1/debian/changelog	2013-05-26 12:10:00.000000000 +0000
@@ -1,3 +1,11 @@
+openbios-ppc (1.1-1ubuntu1) saucy; urgency=low
+
+  * Merge from Debian unstable; remaining changes:
+    - Build-dep on a PowerPC cross-compiler, so we cross-build on non-PPC.
+  * Limit cross-compiler build-dep to [!powerpc] so we build on PPC too.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Sun, 26 May 2013 05:59:39 -0600
+
 openbios-ppc (1.1-1) unstable; urgency=low
 
   * New upstream version for QEMU 1.5.x releases.
@@ -10,6 +18,23 @@ openbios-ppc (1.1-1) unstable; urgency=l
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 06 May 2013 21:41:01 +0200
 
+openbios-ppc (1.0+svn1060-1ubuntu2) raring; urgency=low
+
+  * Swap binary-arch and binary-indep rules back and make us arch:all again.
+  * Build-dep on a PowerPC cross-compiler and cross-build instead of native.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Fri, 15 Mar 2013 16:27:37 -0600
+
+openbios-ppc (1.0+svn1060-1ubuntu1) raring; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Change openbios-ppc from arch all to arch poewrpc since it only
+      builds on powerpc
+    - Swap binary-arch and binary-indep rules since we're making this a single
+      arch, arch dependent package
+
+ -- Scott Kitterman <scott@kitterman.com>  Sat, 03 Nov 2012 14:48:56 -0400
+
 openbios-ppc (1.0+svn1060-1) unstable; urgency=low
 
   * New upstream snapshot, shipped with qemu 1.1.0.
@@ -27,6 +52,20 @@ openbios-ppc (1.0+svn1047-1) unstable; u
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 08 Jan 2012 13:32:54 +0000
 
+openbios-ppc (1.0+svn1018-1ubuntu2) precise; urgency=low
+
+  * Swap binary-arch and binary-indep rules since we're making this a single
+    arch, arch dependent package and heave it at the archive again
+
+ -- Scott Kitterman <scott@kitterman.com>  Sat, 14 Apr 2012 23:49:05 -0400
+
+openbios-ppc (1.0+svn1018-1ubuntu1) precise; urgency=low
+
+  * Change openbios-ppc from arch all to arch poewrpc since it only
+    builds on powerpc
+
+ -- Scott Kitterman <scott@kitterman.com>  Sat, 14 Apr 2012 21:40:05 -0400
+
 openbios-ppc (1.0+svn1018-1) unstable; urgency=low
 
   * New upstream snapshot, compatible with qemu 0.14.x.
diff -pruN 1.1-1/debian/control 1.1-1ubuntu1/debian/control
--- 1.1-1/debian/control	2013-05-06 19:40:52.000000000 +0000
+++ 1.1-1ubuntu1/debian/control	2013-05-26 12:08:49.000000000 +0000
@@ -1,9 +1,10 @@
 Source: openbios-ppc
-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
 Uploaders: Aurelien Jarno <aurel32@debian.org>
 Section: misc
 Priority: extra
-Build-Depends: debhelper (>= 7), fcode-utils, xsltproc
+Build-Depends: debhelper (>= 7), fcode-utils, xsltproc, gcc-powerpc-linux-gnu [!powerpc]
 Standards-Version: 3.9.3
 Homepage: http://www.openbios.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-qemu/openbios-ppc.git
diff -pruN 1.1-1/debian/rules 1.1-1ubuntu1/debian/rules
--- 1.1-1/debian/rules	2013-05-06 19:37:40.000000000 +0000
+++ 1.1-1ubuntu1/debian/rules	2013-05-26 12:13:19.000000000 +0000
@@ -27,13 +27,8 @@ build-indep: build-indep-stamp
 build-indep-stamp:
 	dh_testdir
 
-ifneq ($(DEB_BUILD_ARCH_CPU),powerpc)
-	@echo "This package must be built on a PowerPC machine"
-	@false
-endif
-
 	config/scripts/switch-arch builtin-ppc
-	cd obj-ppc && $(MAKE) all CC="gcc -m32" HOSTCC="gcc -m32" TARGET=""
+	cd obj-ppc && $(MAKE) all
 	
 	touch build-indep-stamp
 
