# HG changeset patch # User paulb # Date 1188242043 0 # Node ID a1225f35a0bd7c55ab872848788d4fa6455cfe10 # Parent 5691716f41d1d19839200bfe298f140ef57ad917 [project @ 2007-08-27 19:14:00 by paulb] Added API documentation generation. diff -r 5691716f41d1 -r a1225f35a0bd packages/ubuntu-hoary/python2.4-desktop/debian/control --- a/packages/ubuntu-hoary/python2.4-desktop/debian/control Wed Oct 04 21:21:56 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-desktop/debian/control Mon Aug 27 19:14:03 2007 +0000 @@ -1,7 +1,7 @@ Source: desktop Priority: optional Maintainer: Paul Boddie -Build-Depends: debhelper (>> 3.0.0), python2.4-dev +Build-Depends: debhelper (>> 3.0.0), python2.4-dev, python-epydoc (>= 2.1-6ubuntu1) Standards-Version: 3.5.8 Section: python diff -r 5691716f41d1 -r a1225f35a0bd packages/ubuntu-hoary/python2.4-desktop/debian/rules --- a/packages/ubuntu-hoary/python2.4-desktop/debian/rules Wed Oct 04 21:21:56 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-desktop/debian/rules Mon Aug 27 19:14:03 2007 +0000 @@ -35,6 +35,7 @@ # Build architecture-independent files here. binary-indep: install + tools/apidocs.sh dh_testdir dh_testroot diff -r 5691716f41d1 -r a1225f35a0bd tools/apidocs.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/apidocs.sh Mon Aug 27 19:14:03 2007 +0000 @@ -0,0 +1,3 @@ +#!/bin/sh + +epydoc --docformat=plaintext -o apidocs desktop.py