[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 284d509cce2b331309f1bac91525c7a80efd5f1f
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 319e72a..36b7923 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytables (2.4.0-3) UNRELEASED; urgency=low
+
+  * 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
+
 pytables (2.4.0-2) unstable; urgency=low
 
   * Added vitables as suggested package (Closes: #702228)
diff --git a/debian/control b/debian/control
index 089c729..e3bd969 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,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
@@ -72,7 +73,7 @@ Description: hierarchical database for Python 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 59955d0..d2cbf64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,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