[Python-apps-commits] r14417 - in packages/sabnzbdplus/trunk/debian (changelog rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Thu Oct 12 09:55:23 UTC 2017


    Date: Thursday, October 12, 2017 @ 09:55:21
  Author: jcfp-guest
Revision: 14417

exclude utils/subprocess_fix.py from install (windoze-only)

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2017-10-12 09:44:48 UTC (rev 14416)
+++ packages/sabnzbdplus/trunk/debian/changelog	2017-10-12 09:55:21 UTC (rev 14417)
@@ -21,6 +21,7 @@
     + remove dependency on consolekit, sleep/hibernate/etc are now
       supported via systemd/logind. (Closes: #862673)
     + depend on libjs-jquery-tablesorter, used in the Config interface.
+    + depend on python-rarfile to replace the convenience copy.
     + bump version of debhelper build-dep and d/compat to 10 (from 9).
     + drop dep on python-feedparser: upstream includes a modified file
       with added support for indexer tags and speed optimizations.
@@ -28,6 +29,10 @@
       is a fork optimized for use within SABnzbd, with the module
       extended to do header parsing and full yEnc decoding from a Python
       list of chunks, the way in which data is retrieved from Usenet.
+  * Rules:
+    * exclude utils/subprocess_fix.py from install (windows-only).
+    * exclude utils/rarfile.py from install, packaged version used
+      instead.
   * Links:
     + match upstream version bump of jquery in Config to 3.1.1.
     + add links for jquery-tablesorter and jquery-ui in Config.

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2017-10-12 09:44:48 UTC (rev 14416)
+++ packages/sabnzbdplus/trunk/debian/rules	2017-10-12 09:55:21 UTC (rev 14417)
@@ -31,6 +31,7 @@
 		--exclude=utils/pystone.py \
 		--exclude=utils/systrayiconthread.py \
 		--exclude=utils/rarfile.py \
+		--exclude=utils/subprocess_fix.py \
 		--exclude=sabnzbd/sabtray.py \
 		--exclude=images-split.tar.gz \
 		--exclude=cherrypy/LICENSE.txt \




More information about the Python-apps-commits mailing list