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

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Mon May 4 18:24:03 UTC 2009


    Date: Monday, May 4, 2009 @ 18:24:00
  Author: nslater-guest
Revision: 2854

improved handling of manpages

Modified:
  packages/phenny/trunk/debian/manpages
  packages/phenny/trunk/debian/rules

Modified: packages/phenny/trunk/debian/manpages
===================================================================
--- packages/phenny/trunk/debian/manpages	2009-05-04 18:09:54 UTC (rev 2853)
+++ packages/phenny/trunk/debian/manpages	2009-05-04 18:24:00 UTC (rev 2854)
@@ -1 +1 @@
-phenny.1
+debian/phenny.1

Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2009-05-04 18:09:54 UTC (rev 2853)
+++ packages/phenny/trunk/debian/rules	2009-05-04 18:24:00 UTC (rev 2854)
@@ -22,35 +22,13 @@
 	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/*.py
 	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/modules/*.py
 	cp phenny debian/phenny/usr/bin
-	help2man -N -n "an extensible IRC bot written in Python" ./phenny > phenny.1
+	help2man -N -n "an extensible IRC bot written in Python" ./phenny > debian/phenny.1
 
-# include /usr/share/cdbs/1/rules/buildcore.mk
-# include /usr/share/cdbs/1/rules/debhelper.mk
-# include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
 # DEB_ORIG_URI = static-http://inamidst.com/phenny/
 # DEB_ORIG_DIRECTORY=$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
 # DEB_ORIG_FILENAME=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
 # DEB_REPOS_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r "s/.*~hg//")
 
-# # @@ workaround for #486848
-# binary-arch binary-indep: build
-
-# clean::
-# 	find . -name '*\.pyc' -delete
-# 	rm -f phenny.1
-
-# common-install-prehook-impl::
-# 	cp *.py debian/phenny/usr/share/python-support/phenny/phenny
-# 	cp modules/*.py debian/phenny/usr/share/python-support/phenny/phenny/modules
-# 	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/*.py
-# 	chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/modules/*.py
-# 	cp phenny debian/phenny/usr/bin
-# 	help2man -N -n "an extensible IRC bot written in Python" ./phenny > phenny.1
-
-# binary-install/phenny::
-# 	dh_pysupport -pphenny
-
 # # @@ only works from source directory, see #494141
 # .PHONY: get-orig-source
 # get-orig-source:




More information about the Python-apps-commits mailing list