[Python-apps-commits] r1906 - in packages/eric/trunk/debian (3 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Wed Oct 15 06:02:55 UTC 2008


    Date: Wednesday, October 15, 2008 @ 06:02:52
  Author: gudjon-guest
Revision: 1906

Updated to version 4.2.2a, fixed path for qt4 documentation.

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/patches/01_path_fix.dpatch
  packages/eric/trunk/debian/patches/04_documentation_paths.dpatch

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2008-10-14 18:03:55 UTC (rev 1905)
+++ packages/eric/trunk/debian/changelog	2008-10-15 06:02:52 UTC (rev 1906)
@@ -1,3 +1,10 @@
+eric (4.2.2a-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix path to documentation 
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 15 Oct 2008 06:55:51 +0100
+
 eric (4.2.0-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/eric/trunk/debian/patches/01_path_fix.dpatch
===================================================================
--- packages/eric/trunk/debian/patches/01_path_fix.dpatch	2008-10-14 18:03:55 UTC (rev 1905)
+++ packages/eric/trunk/debian/patches/01_path_fix.dpatch	2008-10-15 06:02:52 UTC (rev 1906)
@@ -19,7 +19,7 @@
 -        "PyQt4DocDir" : "",
 +        "PythonDocDir" : "/usr/share/doc/python-doc/html/index.html",
 +        "QtDocDir" : "/usr/share/doc/qt3-doc/html/index.html",
-+        "Qt4DocDir" : "/usr/share/doc/qt4-doc/html/index.html",
++        "Qt4DocDir" : "/usr/share/doc/qt4-doc-html/html/index.html",
 +        "PyQt4DocDir" : "/usr/share/doc/python-qt4-doc/html/",
          "PyKDE4DocDir" : "", 
          "SingleHelpWindow" : 1,

Modified: packages/eric/trunk/debian/patches/04_documentation_paths.dpatch
===================================================================
--- packages/eric/trunk/debian/patches/04_documentation_paths.dpatch	2008-10-14 18:03:55 UTC (rev 1905)
+++ packages/eric/trunk/debian/patches/04_documentation_paths.dpatch	2008-10-15 06:02:52 UTC (rev 1906)
@@ -43,7 +43,7 @@
              qt4DocDir = Utilities.getEnvironmentEntry("QT4DOCDIR", "")
 -        home = Utilities.normjoinpath(qt4DocDir, 'index.html')
 +        #home = Utilities.normjoinpath(qt4DocDir, 'index.html')
-+        home = '/usr/share/doc/qt4-doc/html/index.html'
++        home = '/usr/share/doc/qt4-doc-html/html/index.html'
          
          if not os.path.exists(home):
              KQMessageBox.warning(None,




More information about the Python-apps-commits mailing list