[Python-apps-commits] r4321 - in packages/pythoncad/trunk/debian (2 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Dec 18 23:25:04 UTC 2009


    Date: Friday, December 18, 2009 @ 23:25:03
  Author: dktrkranz
Revision: 4321

Refresh debian/patches/image_path.patch

Modified:
  packages/pythoncad/trunk/debian/changelog
  packages/pythoncad/trunk/debian/patches/image_path.patch

Modified: packages/pythoncad/trunk/debian/changelog
===================================================================
--- packages/pythoncad/trunk/debian/changelog	2009-12-18 23:13:40 UTC (rev 4320)
+++ packages/pythoncad/trunk/debian/changelog	2009-12-18 23:25:03 UTC (rev 4321)
@@ -3,12 +3,14 @@
   * New upstream release.
     This is the real R37, the previous one was just a beta snapshot,
     uploaded as R37 due to a misunderstanding with upstream developers.
+  * debian/patches/image_path.patch:
+    - Refresh for new upstream release.
   * debian/gtkpycad.xpm:
     - Replace icon with the real upstream logo.
   * debian/watch:
     - Fix watch file to point to SF.net site.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 18 Dec 2009 23:10:03 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 19 Dec 2009 00:24:31 +0100
 
 pythoncad (0.1.37-1) unstable; urgency=low
 

Modified: packages/pythoncad/trunk/debian/patches/image_path.patch
===================================================================
--- packages/pythoncad/trunk/debian/patches/image_path.patch	2009-12-18 23:13:40 UTC (rev 4320)
+++ packages/pythoncad/trunk/debian/patches/image_path.patch	2009-12-18 23:25:03 UTC (rev 4321)
@@ -1,14 +1,14 @@
 Description: Do not look for gtkpycad.png in script current working directory, use a relative path instead
 Origin: Debian
 
-Index: pythoncad-0.1.37/PythonCAD/Interface/Gtk/gtkimage.py
+Index: pythoncad-0.1.37.0/PythonCAD/Interface/Gtk/gtkimage.py
 ===================================================================
---- pythoncad-0.1.37.orig/PythonCAD/Interface/Gtk/gtkimage.py	2009-10-31 10:40:02.205649445 +0100
-+++ pythoncad-0.1.37/PythonCAD/Interface/Gtk/gtkimage.py	2009-10-31 10:40:50.185646015 +0100
+--- pythoncad-0.1.37.0.orig/PythonCAD/Interface/Gtk/gtkimage.py	2009-12-09 10:28:58.000000000 +0100
++++ pythoncad-0.1.37.0/PythonCAD/Interface/Gtk/gtkimage.py	2009-12-19 00:20:18.084723166 +0100
 @@ -154,7 +154,7 @@
          self.__image = image
          self.__window = gtk.Window()
-         self.__window.set_title("Untitled")
+         self.__window.set_title(image.filename)
 -        self.__window.set_icon_from_file("gtkpycad.png")
 +        self.__window.set_icon_from_file("/usr/share/pixmaps/gtkpycad.xpm")
          self.__window.connect("destroy", self.__destroyEvent)




More information about the Python-apps-commits mailing list