[DebianGIS-dev] [SCM] tilecache branch, master, updated. debian/2.03-1.4-21-g4a95b68

David Paleino dapal at debian.org
Sat Nov 6 10:25:16 UTC 2010


The following commit has been merged in the master branch:
commit c5fe7576c7e4472e551cfe6ffc8e61ee9fd45625
Author: David Paleino <dapal at debian.org>
Date:   Sat Nov 6 11:21:02 2010 +0100

    debian/rules: build HTML documentation

diff --git a/debian/changelog b/debian/changelog
index 93b359e..dee971b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,9 +14,11 @@ tilecache (2.11-1) UNRELEASED; urgency=low
   * debian/copyright updated to DEP-5, added missing info
   * debian/docs, debian/examples updated
   * debian/clean added
-  * debian/rules rewritten to use dh7
+  * debian/rules:
+    - rewritten to use dh7
+    - build HTML documentation
 
- -- David Paleino <dapal at debian.org>  Sat, 06 Nov 2010 11:19:11 +0100
+ -- David Paleino <dapal at debian.org>  Sat, 06 Nov 2010 11:19:55 +0100
 
 tilecache (2.03-1.4) unstable; urgency=high
 
diff --git a/debian/rules b/debian/rules
index f48a7e7..4515b7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,11 +11,15 @@ PREFIX := debian/tilecache
 
 override_dh_auto_clean:
 	rm -rf TileCache.egg-info/
+	rm -rf docs/html/
 
 override_dh_auto_build:
 	sed -e 's!tilecache\.cgi!/cgi-bin/tilecache.cgi!' ./index.html > ./cgi-example.html
 	dh_auto_build
 
+	# build documentation
+	sphinx-build docs/ docs/html/
+
 override_dh_auto_test:
 	python setup.py test
 

-- 
a web map tile caching system



More information about the Pkg-grass-devel mailing list