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

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Thu Jun 11 13:32:02 UTC 2009


    Date: Thursday, June 11, 2009 @ 13:31:58
  Author: dktrkranz-guest
Revision: 3109

Remove 50_CreateNewProject_return.dpatch, applied upstream

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

Modified: packages/jokosher/trunk/debian/changelog
===================================================================
--- packages/jokosher/trunk/debian/changelog	2009-06-11 12:37:19 UTC (rev 3108)
+++ packages/jokosher/trunk/debian/changelog	2009-06-11 13:31:58 UTC (rev 3109)
@@ -1,10 +1,12 @@
 jokosher (0.11.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/patches/50_CreateNewProject_return.dpatch:
+    - Removed, applied upstream.
   * Install jokosher-C.omf file to display help menu.
   * debian/patches/60-hard-code-omf-location.dpatch: fix help menu URI.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Thu, 11 Jun 2009 12:32:56 +0000
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Thu, 11 Jun 2009 13:31:01 +0000
 
 jokosher (0.11.2-2) unstable; urgency=low
 

Modified: packages/jokosher/trunk/debian/patches/00list
===================================================================
--- packages/jokosher/trunk/debian/patches/00list	2009-06-11 12:37:19 UTC (rev 3108)
+++ packages/jokosher/trunk/debian/patches/00list	2009-06-11 13:31:58 UTC (rev 3109)
@@ -2,5 +2,4 @@
 20_LevelList_IOError
 30_desktop_file
 40_load_extensions_from_unpacked_eggs
-50_CreateNewProject_return
 60-hard-code-omf-location.dpatch

Deleted: packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch
===================================================================
--- packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch	2009-06-11 12:37:19 UTC (rev 3108)
+++ packages/jokosher/trunk/debian/patches/50_CreateNewProject_return.dpatch	2009-06-11 13:31:58 UTC (rev 3109)
@@ -1,16 +0,0 @@
-#! /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