[Python-modules-commits] r3000 - in /packages/cherrypy3/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Aug 9 23:58:55 UTC 2007


Author: kov
Date: Thu Aug  9 23:58:55 2007
New Revision: 3000

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3000
Log:
call epydoc with full-name arguments; thanks to Cyril Brulebois
<cyril.brulebois at enst-bretagne.fr> for providing the fix.

Modified:
    packages/cherrypy3/trunk/debian/changelog
    packages/cherrypy3/trunk/debian/rules

Modified: packages/cherrypy3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cherrypy3/trunk/debian/changelog?rev=3000&op=diff
==============================================================================
--- packages/cherrypy3/trunk/debian/changelog (original)
+++ packages/cherrypy3/trunk/debian/changelog Thu Aug  9 23:58:55 2007
@@ -1,8 +1,12 @@
 cherrypy3 (3.0.2-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 19 May 2007 17:06:15 -0300
+  * debian/rules:
+  - call epydoc with full-name arguments; thanks to Cyril Brulebois
+    <cyril.brulebois at enst-bretagne.fr> for providing the fix.
+    (Closes: #433904)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 09 Aug 2007 20:58:57 -0300
 
 cherrypy3 (3.0.1-2) unstable; urgency=low
 

Modified: packages/cherrypy3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cherrypy3/trunk/debian/rules?rev=3000&op=diff
==============================================================================
--- packages/cherrypy3/trunk/debian/rules (original)
+++ packages/cherrypy3/trunk/debian/rules Thu Aug  9 23:58:55 2007
@@ -16,7 +16,7 @@
 		debian/python-cherrypy3/usr/share/doc/python-cherrypy3/
 
 post-patches::
-	env PYTHONPATH=`pwd` epydoc -n CherryPy3 -u http://www.cherrypy.org/ -o api cherrypy
+	env PYTHONPATH=`pwd` epydoc --name CherryPy3 --url http://www.cherrypy.org/ -o api cherrypy
 
 clean::
 	-rm -rf api




More information about the Python-modules-commits mailing list