#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_fix-version.dpatch by Cesare Tirabassi ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix version in compliance to distutils standards @DPATCH@ diff -urNad keyjnote-0.10.1a~/keyjnote.py keyjnote-0.10.1a/keyjnote.py --- keyjnote-0.10.1a~/keyjnote.py 2007-11-28 00:00:55.000000000 +0100 +++ keyjnote-0.10.1a/keyjnote.py 2007-12-23 14:43:15.000000000 +0100 @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA __title__ = "KeyJnote" -__version__ = "0.10.1a" +__version__ = "0.10.1a1" __author__ = "Martin J. Fiedler" __email__ = "martin.fiedler@gmx.net" __website__ = "http://keyjnote.sourceforge.net/" @@ -29,7 +29,7 @@ if __name__ == "__main__": print >>sys.stderr, "Welcome to", __title__, "version", __version__ -# Note: 0.10.1a is only an intermediate bugfix release +# Note: 0.10.1a1 is only an intermediate bugfix release # - restored compatibility with poppler-based pdftoppm # - added Alt+Tab as alias for "exit fullscreen mode" # - improved cleanup code