diff -pruN 1:5.0-2/debian/changelog 1:5.0-2ubuntu2/debian/changelog
--- 1:5.0-2/debian/changelog	2013-07-07 10:36:21.000000000 +0000
+++ 1:5.0-2ubuntu2/debian/changelog	2013-07-07 10:36:22.000000000 +0000
@@ -1,3 +1,20 @@
+x11proto-fixes (1:5.0-2ubuntu2) raring; urgency=low
+
+  * Drop the proposed v6 protocol.
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 07 Feb 2013 20:02:11 +0200
+
+x11proto-fixes (1:5.0-2ubuntu1) precise; urgency=low
+
+  * debian/rules:
+  * debian/control:
+    - Add quilt and the rules to use it
+  * debian/patches/01_fixesproto-v6.diff
+    - Add the proposed XFixes v6 protocol.  This WILL LIKELY CHANGE between
+      now and 12.04 release - depend on it at your own risk!
+
+ -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 27 Jan 2012 18:21:03 +1100
+
 x11proto-fixes (1:5.0-2) unstable; urgency=low
 
   * Mark x11proto-fixes-dev Multi-Arch: foreign
diff -pruN 1:5.0-2/debian/control 1:5.0-2ubuntu2/debian/control
--- 1:5.0-2/debian/control	2013-07-07 10:36:21.000000000 +0000
+++ 1:5.0-2ubuntu2/debian/control	2013-07-07 10:36:22.000000000 +0000
@@ -1,12 +1,14 @@
 Source: x11proto-fixes
 Section: x11
 Priority: optional
-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,
- xutils-dev (>= 1:7.5~1)
+ xutils-dev (>= 1:7.5~1),
+ quilt,
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-fixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-fixes.git
diff -pruN 1:5.0-2/debian/patches/series 1:5.0-2ubuntu2/debian/patches/series
--- 1:5.0-2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1:5.0-2ubuntu2/debian/patches/series	2013-07-07 10:36:22.000000000 +0000
@@ -0,0 +1 @@
+# placeholder
diff -pruN 1:5.0-2/debian/rules 1:5.0-2ubuntu2/debian/rules
--- 1:5.0-2/debian/rules	2013-07-07 10:36:21.000000000 +0000
+++ 1:5.0-2ubuntu2/debian/rules	2013-07-07 10:36:22.000000000 +0000
@@ -33,7 +33,7 @@ endif
 
 
 build: build-stamp
-build-stamp:
+build-stamp: patch
 	dh_testdir
 	autoreconf -vfi
 	mkdir -p build
@@ -44,7 +44,7 @@ build-stamp:
 	cd build && $(MAKE)
 	>$@
 
-clean:
+clean: xsfclean
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
