mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 14:15:10 +08:00
PKG: do not use system-wide underscore.js for now
This commit is contained in:
committed by
Stefan van der Walt
parent
40d29393b3
commit
34b25106cd
Vendored
+1
-1
@@ -24,7 +24,7 @@ Description: Python modules for image processing
|
||||
Package: python-scikits.image-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
|
||||
Depends: ${misc:Depends}, libjs-jquery
|
||||
Suggests: python-scikits.image
|
||||
Description: Documentation and examples for scikits-image
|
||||
This package contains documentation and example scripts for
|
||||
|
||||
-1
@@ -1,2 +1 @@
|
||||
usr/share/javascript/jquery/jquery.js usr/share/doc/python-scikits.statsmodels-doc/html/_static/jquery.js
|
||||
usr/share/javascript/underscore/underscore.js usr/share/doc/python-scikits.statsmodels-doc/html/_static/underscore.js
|
||||
|
||||
@@ -2,3 +2,8 @@
|
||||
#
|
||||
|
||||
python-scikits.image-doc binary: extra-license-file usr/share/doc/python-scikits.image-doc/html/_sources/license.txt
|
||||
|
||||
# For easy backportability just rely on the shipped copy of underscore.js for now until problems with nodejs get resolved
|
||||
#
|
||||
|
||||
python-scikits.image-doc binary: embedded-javascript-library usr/share/doc/python-scikits.image-doc/html/_static/underscore.js
|
||||
|
||||
Vendored
+2
-1
@@ -56,7 +56,8 @@ endif
|
||||
|
||||
: # Use jquery and underscore from Debian package, so prune shipped one
|
||||
-rm -f doc/build/html/_static/jquery.js
|
||||
-rm -f doc/build/html/_static/underscore.js
|
||||
# Actually due to the problems with underscore pkg across releases just ship one for now
|
||||
#-rm -f doc/build/html/_static/underscore.js
|
||||
-rf -f doc/build/html/_sources
|
||||
-rf -f doc/build/html/.buildinfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user