diff -pruN 1.17-1/debian/changelog 1.17-1ubuntu1/debian/changelog
--- 1.17-1/debian/changelog	2014-01-17 11:40:59.000000000 +0000
+++ 1.17-1ubuntu1/debian/changelog	2014-01-22 21:27:34.000000000 +0000
@@ -1,3 +1,14 @@
+key-mon (1.17-1ubuntu1) trusty; urgency=low
+
+  * Merge from Debian unstable. (LP: #1270637) Remaining changes:
+    + debian/control:
+      - Breaks/Replaces the keymon binary package which is now named key-mon.
+      - Add keymon transitional package.
+    + debian/rules: add an override to install the files in the correct
+      directory, required by addition of transitional package (LP: #1058875)
+
+ -- Mattia Rizzolo <mapreri@ubuntu.com>  Sun, 19 Jan 2014 22:03:29 +0100
+
 key-mon (1.17-1) unstable; urgency=medium
 
   * New upstream release.
@@ -8,6 +19,16 @@ key-mon (1.17-1) unstable; urgency=mediu
 
  -- Andrea Colangelo <warp10@debian.org>  Sat, 28 Dec 2013 10:56:29 +0100
 
+key-mon (1.16-1ubuntu1) saucy; urgency=low
+
+  * Merge from debian unstable. (LP: 1208984) Remaining changes:
+    + Breaks/Replaces the keymon binary package which is now named key-mon.
+    + Add missing keymon transitional package.
+  * debian/rules: add an override to install the files in the correct
+    directory, now the binary brings all the files (LP: 1058875)
+
+ -- Mattia Rizzolo <mattia@mapreri.org>  Mon, 05 Aug 2013 21:34:59 +0200
+
 key-mon (1.16-1) unstable; urgency=low
 
   * New upstream release.
@@ -18,6 +39,14 @@ key-mon (1.16-1) unstable; urgency=low
 
  -- Andrea Colangelo <warp10@ubuntu.com>  Fri, 19 Jul 2013 10:39:15 +0200
 
+key-mon (1.13-1ubuntu1) quantal; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - Breaks/Replaces the keymon binary package which is now named key-mon.
+    - Add missing keymon transitional package.
+
+ -- Andrea Colangelo <warp10@ubuntu.com>  Wed, 11 Jul 2012 11:00:57 +0200
+
 key-mon (1.13-1) unstable; urgency=low
 
   * New upstream release. (Closes: #650043)
@@ -31,6 +60,19 @@ key-mon (1.12-1) unstable; urgency=low
 
  -- Andrea Colangelo <warp10@ubuntu.com>  Wed, 27 Jun 2012 10:24:32 +0200
 
+key-mon (1.9-1ubuntu2) quantal; urgency=low
+
+  * Add missing keymon transitional package.
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 19 Jun 2012 13:38:45 -0400
+
+key-mon (1.9-1ubuntu1) quantal; urgency=low
+
+  * Sync with Debian.
+  * Breaks/Replaces the keymon binary package which is now named key-mon
+
+ -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 17 Jun 2012 23:25:28 -0400
+
 key-mon (1.9-1) unstable; urgency=low
 
   * New upstream release.
@@ -63,3 +105,4 @@ key-mon (1.6-1) unstable; urgency=low
   * Initial release (Closes: #625731)
 
  -- Andrea Colangelo <warp10@ubuntu.com>  Tue, 10 May 2011 09:17:55 +0200
+
diff -pruN 1.17-1/debian/control 1.17-1ubuntu1/debian/control
--- 1.17-1/debian/control	2014-01-17 11:28:53.000000000 +0000
+++ 1.17-1ubuntu1/debian/control	2014-01-22 21:26:34.000000000 +0000
@@ -10,9 +10,19 @@ Homepage: https://code.google.com/p/key-
 Vcs-Git: git://anonscm.debian.org/collab-maint/key-mon.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/key-mon.git
 
+Package: keymon
+Architecture: all
+Depends: ${python: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
diff -pruN 1.17-1/debian/rules 1.17-1ubuntu1/debian/rules
--- 1.17-1/debian/rules	2014-01-17 11:19:39.000000000 +0000
+++ 1.17-1ubuntu1/debian/rules	2014-01-22 21:26:34.000000000 +0000
@@ -3,3 +3,6 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_auto_install:
+	dh_auto_install --destdir=$(CURDIR)/debian/key-mon
