[Python-modules-commits] r4868 - in packages/python-couchdb/trunk/debian (rules)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Fri Mar 21 00:09:37 UTC 2008
Date: Friday, March 21, 2008 @ 00:09:35
Author: nslater-guest
Revision: 4868
Updated header description and help2man usage
Modified:
packages/python-couchdb/trunk/debian/rules
Modified: packages/python-couchdb/trunk/debian/rules
===================================================================
--- packages/python-couchdb/trunk/debian/rules 2008-03-20 23:28:48 UTC (rev 4867)
+++ packages/python-couchdb/trunk/debian/rules 2008-03-21 00:09:35 UTC (rev 4868)
@@ -8,7 +8,7 @@
# permitted in any medium without royalty provided the copyright notice and this
# notice are preserved.
-# Makefile used by dpkg-buildpackage to create a deb file.
+# Makefile used by dpkg-buildpackage to create a deb archive.
DEB_PYTHON_SYSTEM := pysupport
@@ -36,6 +36,6 @@
common-install-indep::
chmod 755 couchpy
PYTHONPATH=debian/python-couchdb/usr/share/python-support/python-couchdb \
- help2man --no-info --name="CouchDB Python view server" ./couchpy > couchpy.1
+ help2man -N -n "CouchDB Python view server" ./couchpy > couchpy.1
mkdir -p debian/python-couchdb/usr/bin
cp couchpy debian/python-couchdb/usr/bin/couchpy
More information about the Python-modules-commits
mailing list