[Python-apps-commits] r5039 - in packages/eric/trunk/debian (2 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Mar 28 09:05:35 UTC 2010


    Date: Sunday, March 28, 2010 @ 09:05:29
  Author: gudjon-guest
Revision: 5039

Version 4.4.2 is ready for upload

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/patches/03_disable-update-warning.patch

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2010-03-27 09:01:05 UTC (rev 5038)
+++ packages/eric/trunk/debian/changelog	2010-03-28 09:05:29 UTC (rev 5039)
@@ -1,3 +1,10 @@
+eric (4.4.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Fix patch 03_disable-update-warning
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 28 Mar 2010 10:52:43 +0200
+
 eric (4.4.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/eric/trunk/debian/patches/03_disable-update-warning.patch
===================================================================
--- packages/eric/trunk/debian/patches/03_disable-update-warning.patch	2010-03-27 09:01:05 UTC (rev 5038)
+++ packages/eric/trunk/debian/patches/03_disable-update-warning.patch	2010-03-28 09:05:29 UTC (rev 5039)
@@ -1,23 +1,25 @@
-This patch disables automatic upgrades of Eric from upstream
---- a/eric/UI/UserInterface.py
-+++ b/eric/UI/UserInterface.py
-@@ -5479,7 +5479,7 @@
-                 # check snapshot version
-                 if versions[2] > Version:
+Index: eric-4.4.1/eric/UI/UserInterface.py
+===================================================================
+--- eric-4.4.1.orig/eric/UI/UserInterface.py	2010-03-26 20:40:23.000000000 +0100
++++ eric-4.4.1/eric/UI/UserInterface.py	2010-03-26 20:42:03.000000000 +0100
+@@ -5510,7 +5510,8 @@
                      res = KQMessageBox.information(None,
--                        self.trUtf8("Update available"),
-+                        "Update available, new Debian package will be available soon",
+                         self.trUtf8("Update available"),
                          self.trUtf8("""The update to <b>%1</b> of eric4 is available"""
-                                     """ at <b>%2</b>. Would you like to get it?""")\
-                             .arg(versions[2]).arg(versions[3]),
-@@ -5527,8 +5527,8 @@
+-                                    """ at <b>%2</b>. Would you like to get it?""")\
++                                    """Please ask the Debian maintainer to upgrade  """
++                                    """the package.                                 """)\
+                             .arg(versions[0]).arg(versions[1]),
+                         QMessageBox.StandardButtons(\
+                             QMessageBox.No | \
+@@ -5527,8 +5528,8 @@
                  self.trUtf8("Error during updates check"),
                  self.trUtf8("""Could not perform updates check."""))
          
 -        if url:
 -            QDesktopServices.openUrl(QUrl(url))
-+#        if url:
-+#            QDesktopServices.openUrl(QUrl(url))
++        #if url:
++            #QDesktopServices.openUrl(QUrl(url))
          
      def __versionsDownloadCanceled(self):
          """




More information about the Python-apps-commits mailing list