diff -u terminator-0.7/debian/rules terminator-0.7/debian/rules --- terminator-0.7/debian/rules +++ terminator-0.7/debian/rules @@ -5,4 +5,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_INSTALL_CHANGELOGS_ALL := ChangeLog diff -u terminator-0.7/debian/changelog terminator-0.7/debian/changelog --- terminator-0.7/debian/changelog +++ terminator-0.7/debian/changelog @@ -1,3 +1,9 @@ +terminator (0.7-0ubuntu2) hardy; urgency=low + + * Updated information on the README file (LP: #183555) + + -- Nicolas Valcárcel Wed, 16 Jan 2008 11:16:43 -0500 + terminator (0.7-0ubuntu1) hardy; urgency=low * Packaging work for initial inclusion in Ubuntu. (LP: #180692) only in patch2: unchanged: --- terminator-0.7.orig/debian/patches/01-README.patch +++ terminator-0.7/debian/patches/01-README.patch @@ -0,0 +1,15 @@ +diff -Nur terminator-0.7/README terminator-0.7.new/README +--- terminator-0.7/README 2008-01-15 13:19:30.000000000 -0500 ++++ terminator-0.7.new/README 2008-01-16 11:14:47.000000000 -0500 +@@ -5,9 +5,9 @@ + + Right now it will open a single window with one terminal and it will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles. + +-You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close. ctrl-shift-h and ctrl-shift-v will also effect the splitting. ++You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close. ctrl-shift-o and ctrl-shift-e will also effect the splitting. + +-ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-q will close the current terminal ++ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-w will close the current terminal and ctrl-shift-q the current window + + One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this. +