[Python-modules-commits] r14595 - in packages/python3-ipaddr/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Oct 15 22:25:50 UTC 2010
Date: Friday, October 15, 2010 @ 22:25:47
Author: kitterman
Revision: 14595
Packaging tweaks for upload to unstable.
Modified:
packages/python3-ipaddr/trunk/debian/changelog
packages/python3-ipaddr/trunk/debian/control
packages/python3-ipaddr/trunk/debian/rules
Modified: packages/python3-ipaddr/trunk/debian/changelog
===================================================================
--- packages/python3-ipaddr/trunk/debian/changelog 2010-10-15 21:29:46 UTC (rev 14594)
+++ packages/python3-ipaddr/trunk/debian/changelog 2010-10-15 22:25:47 UTC (rev 14595)
@@ -1,5 +1,5 @@
-python3-ipaddr (2.1.5-1) experimental; urgency=low
+python3-ipaddr (2.1.5-1) unstable; urgency=low
- * Initial release for Python3 (upload to experimental due to freeze)
+ * Initial release for Python3 (closes: #600311))
-- Scott Kitterman <scott at kitterman.com> Mon, 11 Oct 2010 16:56:01 -0400
Modified: packages/python3-ipaddr/trunk/debian/control
===================================================================
--- packages/python3-ipaddr/trunk/debian/control 2010-10-15 21:29:46 UTC (rev 14594)
+++ packages/python3-ipaddr/trunk/debian/control 2010-10-15 22:25:47 UTC (rev 14595)
@@ -15,9 +15,9 @@
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python3 module for working with IP addresses, both IPv4 and IPv6
This library is used to create/poke/manipulate IPv4 and IPv6 addresses
- and networks in Python 3. It is intended to be fast and lightweight.
+ and networks in Python3. It is intended to be fast and lightweight.
.
- This is a pure Python 3 implementation of classes for IPv4/6 addresses and
+ This is a pure Python3 implementation of classes for IPv4/6 addresses and
networks. It supports comparisons to determine if IP addresses are contained
inside a defined network, conversion of lists of IP addresses into compact
CIDR lists, and other IP address manipulation.
Modified: packages/python3-ipaddr/trunk/debian/rules
===================================================================
--- packages/python3-ipaddr/trunk/debian/rules 2010-10-15 21:29:46 UTC (rev 14594)
+++ packages/python3-ipaddr/trunk/debian/rules 2010-10-15 22:25:47 UTC (rev 14595)
@@ -3,6 +3,10 @@
%:
dh $@ --with python3
-override_dh_install:
+override_dh_auto_install:
$(shell py3versions -sd) ./setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-ipaddr;
- dh_install
+
+override_dh_auto_clean:
+ rm -f $(CURDIR)/*.pyc
+ rm -rf $(CURDIR)/build
+
More information about the Python-modules-commits
mailing list