[Python-apps-commits] r2928 - in packages/jokosher/trunk/debian (3 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Mon May 11 22:32:07 UTC 2009


    Date: Monday, May 11, 2009 @ 22:32:06
  Author: dktrkranz-guest
Revision: 2928

debian/patches/50_CreateNewProject_return.dpatch:
- Return class while creating a new project.

Added:
  packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch
Modified:
  packages/jokosher/trunk/debian/changelog
  packages/jokosher/trunk/debian/patches/00list

Modified: packages/jokosher/trunk/debian/changelog
===================================================================
--- packages/jokosher/trunk/debian/changelog	2009-05-11 21:45:27 UTC (rev 2927)
+++ packages/jokosher/trunk/debian/changelog	2009-05-11 22:32:06 UTC (rev 2928)
@@ -31,6 +31,8 @@
     - Fix IOError exception trying to add an audio file to a project.
   * debian/patches/30_desktop_file.dpatch:
     - Adhere to Freedesktop.org standards by removing deprecated entries.
+  * debian/patches/50_CreateNewProject_return.dpatch:
+    - Return class while creating a new project.
   * Provide a simple man page for jokosher.
   * Bump Standards-Version to 3.8.1:
     - Provide Homepage field in source stanza.
@@ -40,7 +42,7 @@
   * Add 40_load_extensions_from_unpacked_eggs patch so that extensions in
     unzipped Eggs are recognized as well
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Mon, 11 May 2009 23:46:09 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Tue, 12 May 2009 00:27:47 +0200
 
 jokosher (0.9-1) unstable; urgency=low
 

Modified: packages/jokosher/trunk/debian/patches/00list
===================================================================
--- packages/jokosher/trunk/debian/patches/00list	2009-05-11 21:45:27 UTC (rev 2927)
+++ packages/jokosher/trunk/debian/patches/00list	2009-05-11 22:32:06 UTC (rev 2928)
@@ -2,3 +2,4 @@
 20_LevelList_IOError
 30_desktop_file
 40_load_extensions_from_unpacked_eggs
+50_CreateNewProject_return

Added: packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch
===================================================================
--- packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch	                        (rev 0)
+++ packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch	2009-05-11 22:32:06 UTC (rev 2928)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_CreateNewProject_return.dpatch by Luca Falavigna <dktrkranz at ubuntu.com>
+## DP: Return class while creating a new project.
+
+ at DPATCH@
+diff -urNad jokosher-0.11.2~/Jokosher/ProjectManager.py jokosher-0.11.2/Jokosher/ProjectManager.py
+--- jokosher-0.11.2~/Jokosher/ProjectManager.py	2009-05-06 17:31:17.000000000 +0200
++++ jokosher-0.11.2/Jokosher/ProjectManager.py	2009-05-12 00:18:32.000000000 +0200
+@@ -38,6 +38,7 @@
+ 	project.author = author
+ 	
+ 	project.SaveProjectFile(project.projectfile)
++	return project
+ 	
+ #_____________________________________________________________________
+ 	




More information about the Python-apps-commits mailing list