[Python-modules-commits] r11814 - in packages/python-ipaddr/trunk/debian (changelog control)

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Fri Feb 19 19:29:31 UTC 2010


    Date: Friday, February 19, 2010 @ 19:29:30
  Author: kitterma-guest
Revision: 11814

Improve long description (Closes: #568904)

Modified:
  packages/python-ipaddr/trunk/debian/changelog
  packages/python-ipaddr/trunk/debian/control

Modified: packages/python-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python-ipaddr/trunk/debian/changelog	2010-02-19 19:11:32 UTC (rev 11813)
+++ packages/python-ipaddr/trunk/debian/changelog	2010-02-19 19:29:30 UTC (rev 11814)
@@ -5,6 +5,7 @@
       NameError_checking_prefixlen_IPv6Network (incorporated upstream)
     - Update debian/patches/IPv4IpValidationError for new exception names
   * Bump standards version to 3.8.4 without further change
+  * Improve long description (Closes: #568904)
 
  -- Scott Kitterman <scott at kitterman.com>  Fri, 19 Feb 2010 13:32:39 -0500
 

Modified: packages/python-ipaddr/trunk/debian/control
===================================================================
--- packages/python-ipaddr/trunk/debian/control	2010-02-19 19:11:32 UTC (rev 11813)
+++ packages/python-ipaddr/trunk/debian/control	2010-02-19 19:29:30 UTC (rev 11814)
@@ -16,10 +16,8 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Description: Python module for working with IP addresses, both IPv4 and IPv6
- A fast, lightweight IPv4/IPv6 manipulation library in Python.
- .
  This library is used to create/poke/manipulate IPv4 and IPv6 addresses
- and networks.
+ and networks in Python.  It is intended to be fast and lightweight.
  .
  This is a pure Python implementation of classes for IPv4/6 addresses and
  networks. It supports comparisons to determine if IP addresses are contained




More information about the Python-modules-commits mailing list