[Python-apps-commits] r7809 - in packages/writetype/trunk/debian (3 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Nov 17 22:47:42 UTC 2011


    Date: Thursday, November 17, 2011 @ 22:47:41
  Author: miriam
Revision: 7809

Fixed documentation URL

Modified:
  packages/writetype/trunk/debian/changelog
  packages/writetype/trunk/debian/patches/desktop.patch
  packages/writetype/trunk/debian/patches/series

Modified: packages/writetype/trunk/debian/changelog
===================================================================
--- packages/writetype/trunk/debian/changelog	2011-11-17 22:35:33 UTC (rev 7808)
+++ packages/writetype/trunk/debian/changelog	2011-11-17 22:47:41 UTC (rev 7809)
@@ -5,6 +5,7 @@
   * Moved from dh_pysupport to dh_python2.
     See: http://wiki.debian.org/Python/TransitionToDHPython2
   * Added XPM icon and menu file
+  * Fixed documentation URL and Desktop file
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 17 Nov 2011 23:27:12 +0100
 

Modified: packages/writetype/trunk/debian/patches/desktop.patch
===================================================================
--- packages/writetype/trunk/debian/patches/desktop.patch	2011-11-17 22:35:33 UTC (rev 7808)
+++ packages/writetype/trunk/debian/patches/desktop.patch	2011-11-17 22:47:41 UTC (rev 7809)
@@ -1,5 +1,5 @@
---- writetype-1.2.130.orig/writetype.desktop
-+++ writetype-1.2.130/writetype.desktop
+--- writetype.orig/writetype.desktop
++++ writetype/writetype.desktop
 @@ -2,6 +2,7 @@
  Name=Writetype
  GenericName=WriteType
@@ -8,3 +8,14 @@
  Exec=writetype
  Icon=/usr/share/writetype/res/key120x120.png
  StartupNotify=true
+--- writetype.orig/writetype/main.py
++++ writetype/writetype/main.py
+@@ -604,7 +604,7 @@
+         
+     def openHelpPage(self):
+         """Open the Bernsteinforpresident.com documentation"""
+-        QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/software/writetype/documentation"))
++        QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://Bernsteinforpresident.com/writetype/documentation"))
+         
+     def saveLog(self):
+         """Save the log to a file, or display it if there is an error."""

Modified: packages/writetype/trunk/debian/patches/series
===================================================================
--- packages/writetype/trunk/debian/patches/series	2011-11-17 22:35:33 UTC (rev 7808)
+++ packages/writetype/trunk/debian/patches/series	2011-11-17 22:47:41 UTC (rev 7809)
@@ -1 +1,2 @@
 desktop.patch
+url.patch




More information about the Python-apps-commits mailing list