[pycsw] 04/04: Use dh_sphinxdoc correctly
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Fri Oct 10 23:50:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository pycsw.
commit 0820a085fed0e3b3aa8fb4ec96cf276764998d01
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Sat Oct 11 01:43:11 2014 +0200
Use dh_sphinxdoc correctly
---
debian/control | 5 ++---
debian/rules | 5 -----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 6643f75..1b5b683 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,7 @@ Build-Depends: debhelper (>= 9),
python-all,
python-sphinx,
dh-apache2,
- apache2-dev,
- libjs-jquery,
- libjs-underscore
+ apache2-dev
Standards-Version: 3.9.6
Homepage: http://pycsw.org
X-Python-Version: >= 2.5
@@ -26,6 +24,7 @@ Depends: ${python:Depends},
python-shapely,
python-pyproj,
python-owslib,
+ python-geolinks,
python-tz
Description: OGC compliant metadata (catalog service for web) backend
pycsw is an OGC CSW server implementation written in Python. Started in 2010
diff --git a/debian/rules b/debian/rules
index 6a1a32f..968ec5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,6 @@
override_dh_auto_build:
dh_auto_build
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
- #replace javascript with debian version
- rm -rf build/html/_static/underscore.js
- ln -s /usr/share/javasript/underscore/underscore.min.js build/html/_static/underscore.js
- rm -rf build/html/_static/jquery.js
- ln -s /usr/share/javasript/jquery/jquery-min.js build/html/_static/jquery.js
get-orig-source:
uscan --verbose --force-download --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git
More information about the Pkg-grass-devel
mailing list