[med-svn] r9638 - in trunk/packages/mgltools/viewerframework/trunk/debian: . patches
Steffen Möller
moeller at alioth.debian.org
Fri Feb 10 10:09:05 UTC 2012
Author: moeller
Date: 2012-02-10 10:09:05 +0000 (Fri, 10 Feb 2012)
New Revision: 9638
Added:
trunk/packages/mgltools/viewerframework/trunk/debian/patches/
trunk/packages/mgltools/viewerframework/trunk/debian/patches/do_not_assign_debug.patch
trunk/packages/mgltools/viewerframework/trunk/debian/patches/series
Modified:
trunk/packages/mgltools/viewerframework/trunk/debian/changelog
Log:
s/__debug__/debug/ was presumably intended by upstream in the first place.
Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2012-02-10 03:57:00 UTC (rev 9637)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog 2012-02-10 10:09:05 UTC (rev 9638)
@@ -1,3 +1,9 @@
+mgltools-viewerframework (1.5.6~rc3~cvs.20120206-2) unstable; urgency=low
+
+ * Fixing assignment to self.__debug__ (Closes: #659273).
+
+ -- Steffen Moeller <moeller at debian.org> Fri, 10 Feb 2012 10:53:15 +0100
+
mgltools-viewerframework (1.5.6~rc3~cvs.20120206-1) unstable; urgency=low
* New upstream version.
Added: trunk/packages/mgltools/viewerframework/trunk/debian/patches/do_not_assign_debug.patch
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/patches/do_not_assign_debug.patch (rev 0)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/patches/do_not_assign_debug.patch 2012-02-10 10:09:05 UTC (rev 9638)
@@ -0,0 +1,13 @@
+Index: ViewerFramework-1.5.6~rc3~cvs.20120206/ViewerFramework/VF.py
+===================================================================
+--- ViewerFramework-1.5.6~rc3~cvs.20120206.orig/ViewerFramework/VF.py 2011-10-13 19:28:43.000000000 +0200
++++ ViewerFramework-1.5.6~rc3~cvs.20120206/ViewerFramework/VF.py 2012-02-10 10:51:58.896208928 +0100
+@@ -285,7 +285,7 @@
+ global __debug__
+ self.withShell = withShell
+ self.trapExceptions = trapExceptions
+- self.__debug__ = 0
++ self.debug = 0
+ # create a socket communication object
+ try:
+ self.socketComm = Comm()
Added: trunk/packages/mgltools/viewerframework/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/patches/series (rev 0)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/patches/series 2012-02-10 10:09:05 UTC (rev 9638)
@@ -0,0 +1 @@
+do_not_assign_debug.patch
More information about the debian-med-commit
mailing list