[Python-modules-commits] r28757 - in packages/ipython/trunk/debian (copyright rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat May 3 15:41:29 UTC 2014
Date: Saturday, May 3, 2014 @ 15:41:28
Author: jtaylor-guest
Revision: 28757
install unminified boostrap-tour
Modified:
packages/ipython/trunk/debian/copyright
packages/ipython/trunk/debian/rules
Modified: packages/ipython/trunk/debian/copyright
===================================================================
--- packages/ipython/trunk/debian/copyright 2014-05-03 15:41:25 UTC (rev 28756)
+++ packages/ipython/trunk/debian/copyright 2014-05-03 15:41:28 UTC (rev 28757)
@@ -160,6 +160,10 @@
Copyright: Copyright 2012 Twitter, Inc
License: Apache-2.0
+Files: ./IPython/html/static/components/bootstrap-tour/*
+Copyright: 2012-2013 Ulrich Sossou
+License: Apache-2.0
+
Files: ./IPython/html/static/components/codemirror/*
Copyright: 2013 by Marijn Haverbeke <marijnh at gmail.com>
License: Expat
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2014-05-03 15:41:25 UTC (rev 28756)
+++ packages/ipython/trunk/debian/rules 2014-05-03 15:41:28 UTC (rev 28757)
@@ -107,6 +107,12 @@
lessc IPython/html/static/components/bootstrap/less/bootstrap.less > $(NB)/components/bootstrap/bootstrap/css/bootstrap.min.css
cp -r IPython/html/static/components/bootstrap/bootstrap/ $(NB)/components/bootstrap/
+ rm -rf $(NB)/components/bootstrap-tour/
+ install -D IPython/html/static/components/bootstrap-tour/build/js/bootstrap-tour.js \
+ $(NB)/components/bootstrap-tour/build/js/bootstrap-tour.min.js
+ install -D IPython/html/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css \
+ $(NB)/components/bootstrap-tour/build/css/bootstrap-tour.min.css
+
mkdir -p debian/ipython3/usr/share/applications/
sed -e "s/ipython/ipython3/" -e "s/IPython/IPython3/" \
debian/ipython/usr/share/applications/ipython.desktop > \
More information about the Python-modules-commits
mailing list