[Python-modules-commits] r4285 - in packages/py-radix/trunk/debian (4 files)

myon at users.alioth.debian.org myon at users.alioth.debian.org
Sat Jan 5 00:00:55 UTC 2008


    Date: Saturday, January 5, 2008 @ 00:00:54
  Author: myon
Revision: 4285

* New upstream version.
* Move package to the Python Modules Team. Co-maintainers welcome!

Modified:
  packages/py-radix/trunk/debian/changelog
  packages/py-radix/trunk/debian/control
  packages/py-radix/trunk/debian/copyright
  packages/py-radix/trunk/debian/rules

Modified: packages/py-radix/trunk/debian/changelog
===================================================================
--- packages/py-radix/trunk/debian/changelog	2008-01-04 23:29:44 UTC (rev 4284)
+++ packages/py-radix/trunk/debian/changelog	2008-01-05 00:00:54 UTC (rev 4285)
@@ -1,3 +1,10 @@
+py-radix (0.5-1) unstable; urgency=low
+
+  * New upstream version.
+  * Move package to the Python Modules Team. Co-maintainers welcome!
+
+ -- Christoph Berg <myon at debian.org>  Sat, 05 Jan 2008 00:59:46 +0100
+
 py-radix (0.4-2) unstable; urgency=low
 
   * Build extension for all python versions.

Modified: packages/py-radix/trunk/debian/control
===================================================================
--- packages/py-radix/trunk/debian/control	2008-01-04 23:29:44 UTC (rev 4284)
+++ packages/py-radix/trunk/debian/control	2008-01-05 00:00:54 UTC (rev 4285)
@@ -1,10 +1,14 @@
 Source: py-radix
 Section: python
 Priority: extra
-Maintainer: Christoph Berg <myon at debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
 Build-Depends: debhelper (>> 5), python-all-dev (>= 2.3), python, python-central (>= 0.5)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/py-radix/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/py-radix/trunk/
+Homepage: http://www.mindrot.org/projects/py-radix/
 
 Package: python-radix
 Section: python
@@ -23,4 +27,3 @@
  lengths and allows fast lookups of containing networks. py-radix's
  implementation is built solely for networks (the data structure itself is more
  general).
-Homepage: http://www.mindrot.org/projects/py-radix/

Modified: packages/py-radix/trunk/debian/copyright
===================================================================
--- packages/py-radix/trunk/debian/copyright	2008-01-04 23:29:44 UTC (rev 4284)
+++ packages/py-radix/trunk/debian/copyright	2008-01-05 00:00:54 UTC (rev 4285)
@@ -23,8 +23,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-This underlying radix tree code is derived from MRT (http://www.mrtd.net/) 
-and is subject to the following license:  
+This underlying radix tree code is derived from MRT (http://www.mrtd.net/)
+and is subject to the following license:
 
 /*
  * Copyright (c) 1999-2000
@@ -82,3 +82,39 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
+Other files:
+
+strlcpy.c:
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+inet_ntop.c:
+/* Copyright (c) 1996 by Internet Software Consortium.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ */

Modified: packages/py-radix/trunk/debian/rules
===================================================================
--- packages/py-radix/trunk/debian/rules	2008-01-04 23:29:44 UTC (rev 4284)
+++ packages/py-radix/trunk/debian/rules	2008-01-05 00:00:54 UTC (rev 4285)
@@ -6,7 +6,6 @@
 
 build build-indep build-arch: build-stamp
 build-stamp: $(PYVERS:%=build-ext-%)
-	python setup.py build
 	touch $@
 
 build-ext-%:
@@ -14,20 +13,22 @@
 	dh_testdir
 	$(subst $(PYDEF),python,$*) setup.py build
 	touch $@
+	# ... done
 
 install-clean: build-stamp
 	dh_clean -k
 
 install: install-clean $(PYVERS:%=install-ext-%)
-	python setup.py install --root $(CURDIR)/debian/python-radix
 
-install-ext-%:
+install-ext-%: install-clean
 	# Installing for $*
 	$(subst $(PYDEF),python,$*) setup.py install --root $(CURDIR)/debian/python-radix
+	# ... done
 
 binary-indep:
 
 binary-arch: install
+	# Building .deb
 	dh_installchangelogs -a ChangeLog
 	dh_installdocs -a README
 	dh_installman -a




More information about the Python-modules-commits mailing list