[Python-modules-commits] r34389 - in packages/pysubnettree/trunk/debian (5 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Sep 25 02:37:38 UTC 2015


    Date: Friday, September 25, 2015 @ 02:37:29
  Author: kitterman
Revision: 34389

* New upstream release
  - Remove debian/patches/Add_missing_SubnetTree.i.diff (and patches
    directory), incorporated upstream
* Override dh_auto_test to nothing so non-existent tests in the upstream
  makefile aren't attempted
* Update debian/watch to point at bro.org too since pypi release is not up
  to date
* Prettify python3-subnettree long description a bit

Modified:
  packages/pysubnettree/trunk/debian/changelog
  packages/pysubnettree/trunk/debian/control
  packages/pysubnettree/trunk/debian/rules
  packages/pysubnettree/trunk/debian/watch
Deleted:
  packages/pysubnettree/trunk/debian/patches/

Modified: packages/pysubnettree/trunk/debian/changelog
===================================================================
--- packages/pysubnettree/trunk/debian/changelog	2015-09-24 22:45:07 UTC (rev 34388)
+++ packages/pysubnettree/trunk/debian/changelog	2015-09-25 02:37:29 UTC (rev 34389)
@@ -1,3 +1,16 @@
+pysubnettree (0.24-1) unstable; urgency=medium
+
+  * New upstream release
+    - Remove debian/patches/Add_missing_SubnetTree.i.diff (and patches
+      directory), incorporated upstream
+  * Override dh_auto_test to nothing so non-existent tests in the upstream
+    makefile aren't attempted
+  * Update debian/watch to point at bro.org too since pypi release is not up
+    to date
+  * Prettify python3-subnettree long description a bit
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 24 Sep 2015 22:27:13 -0400
+
 pysubnettree (0.23-2) unstable; urgency=medium
 
   * Update debian/watch to use pypi.debian.net redirector so it works again

Modified: packages/pysubnettree/trunk/debian/control
===================================================================
--- packages/pysubnettree/trunk/debian/control	2015-09-24 22:45:07 UTC (rev 34388)
+++ packages/pysubnettree/trunk/debian/control	2015-09-25 02:37:29 UTC (rev 34389)
@@ -29,8 +29,8 @@
 Package: python3-subnettree
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-Description: Python3 Module for CIDR Lookups
+Description: Python 3 Module for CIDR Lookups
  The PySubnetTree package provides a Python data structure SubnetTree which
  maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
- Python3 objects. Lookups are performed by longest-prefix matching. It supports
- IPv6  addresses.
+ Python 3 objects. Lookups are performed by longest-prefix matching. It
+ supports IPv6 addresses.

Modified: packages/pysubnettree/trunk/debian/rules
===================================================================
--- packages/pysubnettree/trunk/debian/rules	2015-09-24 22:45:07 UTC (rev 34388)
+++ packages/pysubnettree/trunk/debian/rules	2015-09-25 02:37:29 UTC (rev 34389)
@@ -27,3 +27,6 @@
 	-cp -f $(CURDIR)/not.SubnetTree_wrap.cc $(CURDIR)/SubnetTree_wrap.cc
 	rm -f $(CURDIR)/not.SubnetTree_wrap.cc
 	rm -rf $(CURDIR)/build
+
+override_dh_auto_test:
+	:

Modified: packages/pysubnettree/trunk/debian/watch
===================================================================
--- packages/pysubnettree/trunk/debian/watch	2015-09-24 22:45:07 UTC (rev 34388)
+++ packages/pysubnettree/trunk/debian/watch	2015-09-25 02:37:29 UTC (rev 34389)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://www.bro.org/downloads/release/pysubnettree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
 http://pypi.debian.net/pysubnettree/pysubnettree-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list