# HG changeset patch # User paulb # Date 1168731405 0 # Node ID b50fc4b00f5ffecfdff442bf66c9a05ee4102354 # Parent 9e21a352922e41fcdd9fc5db318d870692cdc60a [project @ 2007-01-13 23:36:45 by paulb] Added API documentation generation to the build process. diff -r 9e21a352922e -r b50fc4b00f5f packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/control --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/control Mon Nov 20 21:35:33 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/control Sat Jan 13 23:36:45 2007 +0000 @@ -1,7 +1,7 @@ Source: parallel-pprocess 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 9e21a352922e -r b50fc4b00f5f packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/docs --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/docs Mon Nov 20 21:35:33 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/docs Sat Jan 13 23:36:45 2007 +0000 @@ -1,2 +1,3 @@ README.txt +apidocs docs diff -r 9e21a352922e -r b50fc4b00f5f packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/rules --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/rules Mon Nov 20 21:35:33 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/rules Sat Jan 13 23:36:45 2007 +0000 @@ -35,6 +35,7 @@ # Build architecture-independent files here. binary-indep: install + tools/apidocs.sh dh_testdir dh_testroot