[Python-modules-commits] r10935 - in packages/python-netaddr/trunk/debian (4 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Thu Dec 31 11:53:26 UTC 2009
Date: Thursday, December 31, 2009 @ 11:53:26
Author: bernat
Revision: 10935
Provide a manual page for netaddr command
Added:
packages/python-netaddr/trunk/debian/netaddr.1
packages/python-netaddr/trunk/debian/python-netaddr.manpages
Modified:
packages/python-netaddr/trunk/debian/changelog
packages/python-netaddr/trunk/debian/control
Modified: packages/python-netaddr/trunk/debian/changelog
===================================================================
--- packages/python-netaddr/trunk/debian/changelog 2009-12-31 11:38:02 UTC (rev 10934)
+++ packages/python-netaddr/trunk/debian/changelog 2009-12-31 11:53:26 UTC (rev 10935)
@@ -3,6 +3,8 @@
[ Vincent Bernat ]
* New upstream release
* Provide a doc-base file
+ * Add a manual page for netaddr and add a Suggests for ipython to
+ debian/control
[ Piotr Ożarowski ]
* CDBS uses site-packages even for python2.6, adjust runtests.py
Modified: packages/python-netaddr/trunk/debian/control
===================================================================
--- packages/python-netaddr/trunk/debian/control 2009-12-31 11:38:02 UTC (rev 10934)
+++ packages/python-netaddr/trunk/debian/control 2009-12-31 11:53:26 UTC (rev 10935)
@@ -15,6 +15,7 @@
Package: python-netaddr
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Suggests: ipython
XB-Python-Version: ${python:Versions}
Description: manipulation of various common network address notations
netaddr is a Python library for the manipulation of various common
Added: packages/python-netaddr/trunk/debian/netaddr.1
===================================================================
--- packages/python-netaddr/trunk/debian/netaddr.1 (rev 0)
+++ packages/python-netaddr/trunk/debian/netaddr.1 2009-12-31 11:53:26 UTC (rev 10935)
@@ -0,0 +1,36 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH NETADDR 1 "December 31, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+netaddr \- interactive shell for netaddr Python library
+.SH DESCRIPTION
+This manual page documents briefly the
+.B netaddr
+command. This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fBnetaddr\fP is a Python library for the manipulation of various
+common network address notations and representations.
+.PP
+The \fBnetaddr\fP command provides an interactive shell based on
+\fBipython\fP allowing to work in a special environment where all
+netaddr related commands are available without additional imports.
+.SH OPTIONS
+Any option accepted by \fBipython\fP is accepted by \fBnetaddr\fP.
+.SH SEE ALSO
+.BR ipython (1)
+.IR /usr/share/doc/python-netaddr/api/
+.SH AUTHOR
+This manual page was written by Vincent Bernat <bernat at debian.org>,
+for the Debian project (but may be used by others).
Added: packages/python-netaddr/trunk/debian/python-netaddr.manpages
===================================================================
--- packages/python-netaddr/trunk/debian/python-netaddr.manpages (rev 0)
+++ packages/python-netaddr/trunk/debian/python-netaddr.manpages 2009-12-31 11:53:26 UTC (rev 10935)
@@ -0,0 +1 @@
+debian/netaddr.1
More information about the Python-modules-commits
mailing list