[Python-apps-commits] r8932 - in packages/sabnzbdplus/trunk/debian/patches (4 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Wed Jul 11 12:51:08 UTC 2012


    Date: Wednesday, July 11, 2012 @ 12:51:06
  Author: jcfp-guest
Revision: 8932

Refresh patches for 0.7.1

Modified:
  packages/sabnzbdplus/trunk/debian/patches/02_find_parts_in_usr_share.diff
  packages/sabnzbdplus/trunk/debian/patches/04_use_config_when_daemon.diff
  packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff
  packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff

Modified: packages/sabnzbdplus/trunk/debian/patches/02_find_parts_in_usr_share.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/02_find_parts_in_usr_share.diff	2012-07-10 00:40:53 UTC (rev 8931)
+++ packages/sabnzbdplus/trunk/debian/patches/02_find_parts_in_usr_share.diff	2012-07-11 12:51:06 UTC (rev 8932)
@@ -6,8 +6,8 @@
  
  import sys
 +sys.path.insert(0,'/usr/share/sabnzbdplus')
- if sys.version_info < (2,5):
-     print "Sorry, requires Python 2.5 or higher."
+ if sys.version_info < (2, 5):
+     print "Sorry, requires Python 2.5, 2.6 or 2.7."
      sys.exit(1)
 --- a/sabnzbd/constants.py
 +++ b/sabnzbd/constants.py

Modified: packages/sabnzbdplus/trunk/debian/patches/04_use_config_when_daemon.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/04_use_config_when_daemon.diff	2012-07-10 00:40:53 UTC (rev 8931)
+++ packages/sabnzbdplus/trunk/debian/patches/04_use_config_when_daemon.diff	2012-07-11 12:51:06 UTC (rev 8932)
@@ -1,7 +1,7 @@
 # Use the normal configuration when run as a daemon
 --- a/SABnzbd.py
 +++ b/SABnzbd.py
-@@ -374,20 +374,7 @@
+@@ -383,20 +383,7 @@
      """ Get the default data locations
      """
      ok = False

Modified: packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff	2012-07-10 00:40:53 UTC (rev 8931)
+++ packages/sabnzbdplus/trunk/debian/patches/06_use_packaged_modules.diff	2012-07-11 12:51:06 UTC (rev 8932)
@@ -1,7 +1,7 @@
 # Use system python modules rather than included copies.
 --- a/sabnzbd/config.py
 +++ b/sabnzbd/config.py
-@@ -25,7 +25,7 @@
+@@ -26,7 +26,7 @@
  import sabnzbd.misc
  from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, DEFAULT_PRIORITY
  from sabnzbd.utils import listquote

Modified: packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff	2012-07-10 00:40:53 UTC (rev 8931)
+++ packages/sabnzbdplus/trunk/debian/patches/08_disable_new_version_check.diff	2012-07-11 12:51:06 UTC (rev 8932)
@@ -1,7 +1,7 @@
 # Disable the builtin check for newer versions.
 --- a/sabnzbd/misc.py
 +++ b/sabnzbd/misc.py
-@@ -515,6 +515,9 @@
+@@ -550,6 +550,9 @@
  
  def check_latest_version():
      """ Do an online check for the latest version """




More information about the Python-apps-commits mailing list