--- fibranet-10.orig/debian/compat +++ fibranet-10/debian/compat @@ -0,0 +1 @@ +5 --- fibranet-10.orig/debian/rules +++ fibranet-10/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- fibranet-10.orig/debian/control +++ fibranet-10/debian/control @@ -0,0 +1,20 @@ +Source: fibranet +Section: python +Priority: optional +Maintainer: Varun Hiremath +Uploaders: Torsten Werner +X-Python-Version: >= 2.4 +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-dev (>= 2.6.6-3~), python-setuptools +Standards-Version: 3.8.0 +Homepage: http://cheeseshop.python.org/pypi/FibraNet +Vcs-Svn: https://bollin.googlecode.com/svn/fibranet/ +Vcs-Browser: http://bollin.googlecode.com/svn/fibranet/ + +Package: python-fibranet +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: cooperative threading and event driven framework + The FibraNet package provides an event dispatch mechanism, a + cooperative scheduler, an asynchronous networking library and a safe, + fast serializer for simple Python types. It is designed to simplify + applications which need to simulate concurrency, particularly games. --- fibranet-10.orig/debian/changelog +++ fibranet-10/debian/changelog @@ -0,0 +1,31 @@ +fibranet (10-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616809). + + -- Luca Falavigna Mon, 27 May 2013 20:37:47 +0200 + +fibranet (10-3) unstable; urgency=low + + [ Torsten Werner ] + * Add myself to Uploaders. + + [ Varun Hiremath ] + * Rebuild with new python-central (Closes: #490462) + * Bump Standards-Version to 3.8.0 + * Add Homepage, Vcs-{Svn, Browser} headers + + -- Varun Hiremath Mon, 14 Jul 2008 02:47:00 +0530 + +fibranet (10-2) unstable; urgency=low + + * debian/copyright: the package is licensed under the Expat license, + remove reference to /usr/share/common-licenses/BSD + + -- Varun Hiremath Wed, 28 Feb 2007 09:55:18 +0530 + +fibranet (10-1) unstable; urgency=low + + * Initial release (Closes: #395182) + + -- Varun Hiremath Fri, 27 Oct 2006 01:02:56 +0530 --- fibranet-10.orig/debian/copyright +++ fibranet-10/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Varun Hiremath on +Fri, 27 Oct 2006 01:02:56 +0530. + +It was downloaded from + +Upstream Author: Simon Wittber + +Copyright: (c) 2006 Simon Wittber + +License: + +This program is licensed under the Expat license: + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +The Debian packaging is (C) 2006, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- fibranet-10.orig/debian/watch +++ fibranet-10/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cheeseshop.python.org/packages/source/F/FibraNet/FibraNet-(.*)\.tar\.gz \ No newline at end of file