diff -upr key-mon-1.13/debian/changelog ubuntu/debian/changelog
--- key-mon-1.13/debian/changelog	2012-06-29 03:58:46.000000000 -0400
+++ ubuntu/debian/changelog	2012-07-01 15:09:09.289297123 -0400
@@ -1,3 +1,12 @@
+key-mon (1.13-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - Add a transitional keymon binary package to properly upgrade
+      Ubuntu installs. (Closes: #679818)
+    - Drop unused VCS field.
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 01 Jul 2012 15:07:38 -0400
+
 key-mon (1.13-1) unstable; urgency=low
 
   * New upstream release. (Closes: #650043)
diff -upr key-mon-1.13/debian/control ubuntu/debian/control
--- key-mon-1.13/debian/control	2012-06-29 03:55:33.000000000 -0400
+++ ubuntu/debian/control	2012-07-01 15:34:37.400874598 -0400
@@ -8,12 +8,22 @@ Build-Depends-Indep: python (>=2.6)
 X-Python-Version: >= 2.6
 Standards-Version: 3.9.3
 Homepage: https://code.google.com/p/key-mon
-Vcs-Git: https://code.launchpad.net/~ubuntu-it-dev/+junk/key-mon
-Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-it-dev/+junk/key-mon/files
+
+Package: keymon
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, key-mon
+Description: Transitional package for key-mon
+ This is a transitional package for key-mon, and can be safely removed
+ after the installation is complete.
 
 Package: key-mon
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-xlib, python-gtk2
+Provides: keymon
+Replaces: keymon (<< 1.9)
+Breaks: keymon (<< 1.9)
 Description: Utility to show live keyboard and mouse status
  key-mon shows on the desktop indicators of current keyboard and mouse status,
  and updates them live when you press keys or mouse buttons. It is very useful
