# HG changeset patch # User paulb # Date 1168792832 0 # Node ID 6b673bfae3c3de72e4fa92a005d9e1f1f54de31b # Parent 05e2ab5d28d4d00d4c77ca4574573eba3b087e0c [project @ 2007-01-14 16:40:32 by paulb] Updated release information. Added epydoc dependency and API documentation generation in the build process. diff -r 05e2ab5d28d4 -r 6b673bfae3c3 packages/ubuntu-hoary/python2.4-webstack/debian/changelog --- a/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Sun Jan 14 16:40:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/changelog Sun Jan 14 16:40:32 2007 +0000 @@ -1,3 +1,9 @@ +webstack (1.2.1-0ubuntu1) hoary; urgency=low + + * Fixed mod_python get_content_type method. + + -- Paul Boddie Sun, 14 Jan 2007 17:38:13 +0100 + webstack (1.2-0ubuntu1) hoary; urgency=low * Added support for Django. diff -r 05e2ab5d28d4 -r 6b673bfae3c3 packages/ubuntu-hoary/python2.4-webstack/debian/control --- a/packages/ubuntu-hoary/python2.4-webstack/debian/control Sun Jan 14 16:40:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/control Sun Jan 14 16:40:32 2007 +0000 @@ -1,7 +1,7 @@ Source: webstack 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 05e2ab5d28d4 -r 6b673bfae3c3 packages/ubuntu-hoary/python2.4-webstack/debian/copyright --- a/packages/ubuntu-hoary/python2.4-webstack/debian/copyright Sun Jan 14 16:40:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/copyright Sun Jan 14 16:40:32 2007 +0000 @@ -15,7 +15,7 @@ Licence Agreement for WebStack ------------------------------ -Copyright (C) 2004, 2005, 2006 Paul Boddie +Copyright (C) 2004, 2005, 2006, 2007 Paul Boddie This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff -r 05e2ab5d28d4 -r 6b673bfae3c3 packages/ubuntu-hoary/python2.4-webstack/debian/rules --- a/packages/ubuntu-hoary/python2.4-webstack/debian/rules Sun Jan 14 16:40:06 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-webstack/debian/rules Sun Jan 14 16:40:32 2007 +0000 @@ -35,6 +35,7 @@ # Build architecture-independent files here. binary-indep: install + tools/apidocs.sh dh_testdir dh_testroot