[Python-modules-commits] r20371 - in packages/cherrypy3/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Feb 8 21:37:24 UTC 2012


    Date: Wednesday, February 8, 2012 @ 21:37:22
  Author: jwilk
Revision: 20371

Set PYTHONPATH when running help2man.

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

Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog	2012-02-08 10:28:41 UTC (rev 20370)
+++ packages/cherrypy3/trunk/debian/changelog	2012-02-08 21:37:22 UTC (rev 20371)
@@ -1,3 +1,10 @@
+cherrypy3 (3.2.2-2) UNRELEASED; urgency=low
+
+  * Set PYTHONPATH when running help2man (closes: #655166). Thanks to Stéphane
+    Graber for the bug report and for the patch.
+
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 08 Feb 2012 22:36:21 +0100
+
 cherrypy3 (3.2.2-1) unstable; urgency=low
 
   [ JCF Ploemen ]

Modified: packages/cherrypy3/trunk/debian/rules
===================================================================
--- packages/cherrypy3/trunk/debian/rules	2012-02-08 10:28:41 UTC (rev 20370)
+++ packages/cherrypy3/trunk/debian/rules	2012-02-08 21:37:22 UTC (rev 20371)
@@ -12,7 +12,7 @@
 	-rm -f debian/cherryd.1
 
 build: $(QUILT_STAMPFN)
-	help2man -n cherryd -s 1 -o debian/cherryd.1 --version-string=$(UPSTREAM_VERSION)  ./cherrypy/cherryd
+	PYTHONPATH=. help2man -n cherryd -s 1 -o debian/cherryd.1 --version-string=$(UPSTREAM_VERSION)  ./cherrypy/cherryd
 	env PYTHONPATH=`pwd` epydoc --name CherryPy3 --url http://www.cherrypy.org/ -o api cherrypy
 	dh build --with=python2
 




More information about the Python-modules-commits mailing list