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

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 29 07:12:26 UTC 2013


The following commit has been merged in the master branch:
commit 6d4da16ac091e78037e4553e39aee0250e9587f5
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Mon Jun 24 20:23:12 2013 +0000

    Fix the override_dh_sphinxdoc rule to avoid failures when the -doc
    package is not built

diff --git a/debian/changelog b/debian/changelog
index 5396cb6..1e43ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pytables (2.4.0-4) unstable; urgency=low
+
+  * Fix the override_dh_sphinxdoc rule to avoid failures when the -doc
+    package is not built
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 24 Jun 2013 20:20:45 +0000
+
 pytables (2.4.0-3) unstable; urgency=low
 
   * Added build-deendency from jquery-cookie and updated debian/rules
diff --git a/debian/rules b/debian/rules
index d2cbf64..d8d83aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +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
+	rm -f $(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