[Python-apps-commits] r13187 - in packages/sabnzbdplus/trunk/debian (3 files)
jcfp-guest at users.alioth.debian.org
jcfp-guest at users.alioth.debian.org
Mon May 9 21:04:09 UTC 2016
Date: Monday, May 9, 2016 @ 21:04:08
Author: jcfp-guest
Revision: 13187
Trim dh_install excludes
Modified:
packages/sabnzbdplus/trunk/debian/changelog
packages/sabnzbdplus/trunk/debian/rules
packages/sabnzbdplus/trunk/debian/sabnzbdplus.install
Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog 2016-05-09 20:39:53 UTC (rev 13186)
+++ packages/sabnzbdplus/trunk/debian/changelog 2016-05-09 21:04:08 UTC (rev 13187)
@@ -30,6 +30,7 @@
based boot order.
+ exclude sabtray.py (windows-only) and upstream cherrypy diff (not
needed by end users) from install.
+ + don't bother excluding files that get replaced by links anyway.
+ drop exclude for cherrypy/scaffold (removed upstream).
+ install README.txt as upstream changelog; the previously used
CHANGELOG.txt was dropped upstream.
Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules 2016-05-09 20:39:53 UTC (rev 13186)
+++ packages/sabnzbdplus/trunk/debian/rules 2016-05-09 21:04:08 UTC (rev 13187)
@@ -25,24 +25,17 @@
override_dh_install:
dh_install \
- --exclude=static/MochiKit/ \
+ --exclude=MochiKit/__package__.js \
--exclude=wizard/README.TXT \
- --exclude=Config/README.txt \
--exclude=utils/feedparser.py \
--exclude=utils/configobj.py \
--exclude=utils/pystone.py \
--exclude=utils/systrayiconthread.py \
--exclude=sabnzbd/sabtray.py \
- --exclude=smpl/templates/static/excanvas/excanvas.js \
--exclude=images-split.tar.gz \
--exclude=cherrypy/LICENSE.txt \
--exclude=cherrypy/Patch-for-CP-3.8.0.diff \
--exclude=cherrypy/cherryd \
- --exclude=bootstrap/ \
- --exclude=Glitter/templates/static/javascripts/jquery-ui.min.js \
- --exclude=Glitter/templates/static/javascripts/jquery-1.11.2.min.js \
- --exclude=Glitter/templates/static/javascripts/moment.js \
- --exclude=Config/templates/staticcfg/js/jquery-1.11.2.min.js \
--exclude=/src/
mv $(DESTDIR)/usr/bin/SABnzbd.py $(DESTDIR)/usr/bin/sabnzbdplus
Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.install
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.install 2016-05-09 20:39:53 UTC (rev 13186)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.install 2016-05-09 21:04:08 UTC (rev 13187)
@@ -2,7 +2,7 @@
interfaces/wizard /usr/share/sabnzbdplus/interfaces
# config interface
-interfaces/Config /usr/share/sabnzbdplus/interfaces
+interfaces/Config/templates /usr/share/sabnzbdplus/interfaces/Config/
# python stuff (as private pure-python module)
sabnzbd /usr/share/sabnzbdplus
More information about the Python-apps-commits
mailing list