[SCM] Packaging for pytables branch, master, updated. debian/2.4.0-1-38-gbf1413b

Antonio Valentino antonio.valentino at tiscali.it
Mon Jun 24 17:35:34 UTC 2013


The following commit has been merged in the master branch:
commit e545c4fa9c4c90dcd595dfec9a4fdd8f6505db10
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Jun 23 16:53:04 2013 +0000

    Avoid embedded javascript

diff --git a/debian/changelog b/debian/changelog
index 8fa9480..3986e78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pytables (3.0.0-1) experimental; urgency=low
   * Build-Depend on numexpr >= 2.1
   * Minimum Python version is now 2.6
   * New packages for Python 3
+  * Added build-deendency from jquery-cookie and updated debian/rules
+    to avoid embedded javascript
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 23 Jun 2013 14:14:23 +0000
 
diff --git a/debian/control b/debian/control
index 06ef5f9..ac07c08 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
                zlib1g-dev, liblzo2-dev,
                libbz2-dev, python-sphinx (>= 1.0.7+dfsg),
                texlive-latex-recommended, texlive-latex-extra,
-               texlive-fonts-recommended
+               texlive-fonts-recommended,
+               libjs-jquery-cookie
 
 Package: python-tables
 Architecture: any
@@ -131,7 +132,7 @@ Description: hierarchical database for Python 3 based on HDF5 (debug extension)
 Package: python-tables-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-jquery-cookie
 Suggests: xpdf | pdf-viewer, www-browser
 Description: hierarchical database for Python based on HDF5 - documentation
  PyTables is a hierarchical database package designed to efficiently
diff --git a/debian/python-tables-doc.links b/debian/python-tables-doc.links
new file mode 100644
index 0000000..e3b2288
--- /dev/null
+++ b/debian/python-tables-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery-cookie/jquery.cookie.js usr/share/doc/python-tables-doc/html/_static/jquery.cookie.js
diff --git a/debian/rules b/debian/rules
index ebec68a..4bb558b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,7 @@ override_dh_auto_clean:
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
 	dh_sphinxdoc -ppython-tables-doc
+	rm $(CURDIR)/debian/python-tables-doc/usr/share/doc/python-tables-doc/html/_static/jquery.cookie.js
 endif
 
 

-- 
Packaging for pytables



More information about the debian-science-commits mailing list