[Python-apps-commits] r9754 - in packages/s3ql-beta/trunk/debian (rules)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Jun 15 23:19:34 UTC 2013
Date: Saturday, June 15, 2013 @ 23:19:32
Author: nikratio-guest
Revision: 9754
Use dh_sphinxdoc again. Problem was with local configuration.
Modified:
packages/s3ql-beta/trunk/debian/rules
Modified: packages/s3ql-beta/trunk/debian/rules
===================================================================
--- packages/s3ql-beta/trunk/debian/rules 2013-06-15 22:39:43 UTC (rev 9753)
+++ packages/s3ql-beta/trunk/debian/rules 2013-06-15 23:19:32 UTC (rev 9754)
@@ -3,12 +3,17 @@
#export DH_VERBOSE=1
+
+# NOTE:
+# Anyone willing to convert the package to pure debhelper
+# (i.e., without dh sequencer) is very welcome to do so.
+
%:
dh $@ --with python3,sphinxdoc
override_dh_auto_build: build-stamp
-build-stamp: build_cython build-python build_sphinx
+build-stamp: build_cython build-python build_sphinx
touch $@
build_cython:
@@ -28,14 +33,6 @@
python3 setup.py build_sphinx
touch $@
-# Sphinxdoc currently crashes, so we have to do the work ourselves :-(
-override_dh_sphinxdoc:
- ln -sf ../../../../javascript/jquery/jquery.min.js \
- debian/s3ql-beta/usr/share/doc/s3ql-beta/html/_static/jquery.js
- ln -sf ../../../../javascript/underscore/underscore.min.js \
- debian/s3ql-beta/usr/share/doc/s3ql-beta/html/_static/underscore.js
-
-
override_dh_auto_install:
dh_testdir
dh_testroot
More information about the Python-apps-commits
mailing list