Codebase list cherrypy3 / 237d3ab
Imported Debian patch 3.2.2-2 Jakub Wilk 12 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 cherrypy3 (3.2.2-2) unstable; urgency=low
1
2 * Team upload.
3 * Set PYTHONPATH when running help2man (closes: #655166). Thanks to Stéphane
4 Graber for the bug report and for the patch.
5
6 -- Jakub Wilk <jwilk@debian.org> Wed, 08 Feb 2012 22:39:13 +0100
7
08 cherrypy3 (3.2.2-1) unstable; urgency=low
19
210 [ JCF Ploemen ]
1111 -rm -f debian/cherryd.1
1212
1313 build: $(QUILT_STAMPFN)
14 help2man -n cherryd -s 1 -o debian/cherryd.1 --version-string=$(UPSTREAM_VERSION) ./cherrypy/cherryd
14 PYTHONPATH=. help2man -n cherryd -s 1 -o debian/cherryd.1 --version-string=$(UPSTREAM_VERSION) ./cherrypy/cherryd
1515 env PYTHONPATH=`pwd` epydoc --name CherryPy3 --url http://www.cherrypy.org/ -o api cherrypy
1616 dh build --with=python2
1717