[Python-modules-commits] r24056 - in packages/pysubnettree/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Apr 29 19:58:22 UTC 2013
Date: Monday, April 29, 2013 @ 19:58:21
Author: kitterman
Revision: 24056
* Upload to unstable
* Override dh_auto_build to move swig generated files aside to ensure
they are rebuilt during the build
* Update Vcs-* fields to their canonical locations in debian/control
* Update Homepage field in debian/control
Modified:
packages/pysubnettree/trunk/debian/changelog
packages/pysubnettree/trunk/debian/control
packages/pysubnettree/trunk/debian/rules
Modified: packages/pysubnettree/trunk/debian/changelog
===================================================================
--- packages/pysubnettree/trunk/debian/changelog 2013-04-29 07:05:07 UTC (rev 24055)
+++ packages/pysubnettree/trunk/debian/changelog 2013-04-29 19:58:21 UTC (rev 24056)
@@ -1,3 +1,13 @@
+pysubnettree (0.19-3) unstable; urgency=low
+
+ * Upload to unstable
+ * Override dh_auto_build to move swig generated files aside to ensure
+ they are rebuilt during the build
+ * Update Vcs-* fields to their canonical locations in debian/control
+ * Update Homepage field in debian/control
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 29 Apr 2013 14:11:20 -0400
+
pysubnettree (0.19-2) experimental; urgency=low
* Add support for Python 3
Modified: packages/pysubnettree/trunk/debian/control
===================================================================
--- packages/pysubnettree/trunk/debian/control 2013-04-29 07:05:07 UTC (rev 24055)
+++ packages/pysubnettree/trunk/debian/control 2013-04-29 19:58:21 UTC (rev 24056)
@@ -7,9 +7,9 @@
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2~), python3-all-dev (>= 3.1.2-12~), swig
X-Python-Version: >= 2.4
Standards-Version: 3.9.4
-Homepage: http://bro-ids.org/download/README.pysubnettree.html
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysubnettree/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/
+Homepage: http://bro.org/download/README.pysubnettree.html
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pysubnettree/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pysubnettree/trunk/
Package: python-subnettree
Architecture: any
Modified: packages/pysubnettree/trunk/debian/rules
===================================================================
--- packages/pysubnettree/trunk/debian/rules 2013-04-29 07:05:07 UTC (rev 24055)
+++ packages/pysubnettree/trunk/debian/rules 2013-04-29 19:58:21 UTC (rev 24056)
@@ -7,6 +7,9 @@
dh $@ --with python2, --with python3
override_dh_auto_build:
+ mv $(CURDIR)/SubnetTree_wrap.cc $(CURDIR)/not.SubnetTree_wrap.cc
+ dh_auto_build
+ mv $(CURDIR)/not.SubnetTree_wrap.cc $(CURDIR)/SubnetTree_wrap.cc
override_dh_auto_install:
dh_install -ppython-subnettree
More information about the Python-modules-commits
mailing list