Splitting pydhcplib off into its own package sipb-xen-python-pydhcplib/0.3.2-1
authorEvan Broder <broder@mit.edu>
Sun, 30 Mar 2008 20:56:54 +0000 (16:56 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 30 Mar 2008 20:56:54 +0000 (16:56 -0400)
commit739c89a9c6872a19d6c9ebd72ae1b6d82e4803e7
treea5d496e12ea6446ba9d78d2f190b6ccc26a8036a
Splitting pydhcplib off into its own package

Hold onto your hats, folks - this could get messy

svn path=/trunk/packages/sipb-xen-python-pydhcplib/; revision=361
39 files changed:
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/control.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/pycompat [new file with mode: 0644]
debian/pyversions [new file with mode: 0644]
debian/rules [new file with mode: 0755]
examples/client_example.py [new file with mode: 0755]
examples/gen_packet_example.py [new file with mode: 0755]
examples/hwaddr_example.py [new file with mode: 0644]
examples/ipv4_example.py [new file with mode: 0755]
examples/server_example.py [new file with mode: 0644]
examples/strlist_example.py [new file with mode: 0755]
man/fr/man3/pydhcplib.3.gz [new file with mode: 0644]
man/fr/man3/pydhcplib.DhcpBasicPacket.3.gz [new file with mode: 0644]
man/fr/man3/pydhcplib.DhcpPacket.3.gz [new file with mode: 0644]
man/fr/man3/pydhcplib.hwmac.3.gz [new file with mode: 0644]
man/fr/man3/pydhcplib.ipv4.3.gz [new file with mode: 0644]
man/fr/man3/pydhcplib.strlist.3.gz [new file with mode: 0644]
man/fr/man8/pydhcp.8.gz [new file with mode: 0644]
man/man3/pydhcplib.3.gz [new file with mode: 0644]
man/man3/pydhcplib.ipv4.3.gz [new file with mode: 0644]
man/man3/pydhcplib.strlist.3.gz [new file with mode: 0644]
man/man8/pydhcp.8.gz [new file with mode: 0644]
pydhcplib/__init__.py [new file with mode: 0644]
pydhcplib/dhcp_basic_packet.py [new file with mode: 0644]
pydhcplib/dhcp_constants.py [new file with mode: 0644]
pydhcplib/dhcp_network.py [new file with mode: 0644]
pydhcplib/dhcp_packet.py [new file with mode: 0644]
pydhcplib/type_hw_addr.py [new file with mode: 0644]
pydhcplib/type_ipv4.py [new file with mode: 0644]
pydhcplib/type_strlist.py [new file with mode: 0644]
scripts/pydhcp [new file with mode: 0644]
scripts/pydhcp.py [new file with mode: 0644]
setup.py [new file with mode: 0755]