[Python-apps-commits] r820 - in packages/phenny/trunk/debian (rules)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Mar 21 00:13:21 UTC 2008


    Date: Friday, March 21, 2008 @ 00:13:20
  Author: nslater-guest
Revision: 820

fixed help2man title output

Modified:
  packages/phenny/trunk/debian/rules

Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2008-03-21 00:11:24 UTC (rev 819)
+++ packages/phenny/trunk/debian/rules	2008-03-21 00:13:20 UTC (rev 820)
@@ -34,7 +34,7 @@
 ifeq (old,$(shell dpkg --compare-versions "`pyversions -vd`" lt '2.5' && echo old))
 	sed -i -e '1s/env python/python2.5/' debian/phenny/usr/bin/phenny # only add hashbang if needed
 endif
-	help2man -N -n "An extensible IRC bot written in Python" debian/phenny/usr/bin/phenny > phenny.1
+	help2man -N -n "an extensible IRC bot written in Python" debian/phenny/usr/bin/phenny > phenny.1
 
 binary-install/phenny::
 	dh_pysupport -pphenny




More information about the Python-apps-commits mailing list