--- python-lightblue-0.3.2.orig/debian/changelog +++ python-lightblue-0.3.2/debian/changelog @@ -0,0 +1,56 @@ +python-lightblue (0.3.2-1ubuntu3) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:44:34 +0000 + +python-lightblue (0.3.2-1ubuntu2) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:11:15 +0000 + +python-lightblue (0.3.2-1ubuntu1) jaunty; urgency=low + + * Python 2.6 transition. + + -- Michael Bienia Mon, 02 Mar 2009 12:45:19 +0100 + +python-lightblue (0.3.2-1build1) intrepid; urgency=low + + * No-change rebuild for libbluetooth2 -> libbluetooth3 transistion. + + -- Steve Kowalik Wed, 08 Oct 2008 12:57:21 +1100 + +python-lightblue (0.3.2-1) unstable; urgency=low + + * New upstream version. + * Remove build dir, if present, during clean; thanks to Sandro Tosi for the + patch (closes: #442712). + * Bump debhelper compatibility to 6; no changes needed. + * Bump Standards-Version to 3.7.3; no changes needed. + * Add shlibs:Depends on Depends line. Woops. :) + + -- martin f. krafft Mon, 31 Mar 2008 23:26:17 +0200 + +python-lightblue (0.2-3) unstable; urgency=low + + * Remove python-all dependency, which is included with python-all-dev. + * Move all code from binary-indep target to binary-arch since this is an + arch:any package. Sorry about that (closes: #434115). + + -- martin f. krafft Sun, 22 Jul 2007 13:25:24 +0200 + +python-lightblue (0.2-2) unstable; urgency=low + + * Build-depend on python-all / python-all-dev and make sure only ever to try + to compile against installed and supported versions (closes: #433903). + + -- martin f. krafft Fri, 20 Jul 2007 12:36:22 +0200 + +python-lightblue (0.2-1) unstable; urgency=low + + * Initial release. + + -- martin f. krafft Wed, 14 Mar 2007 20:11:37 +0100 + --- python-lightblue-0.3.2.orig/debian/rules +++ python-lightblue-0.3.2/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/python/python.mk +PYVERSIONS = $(shell pyversions -i) + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + for PYTHON in $(PYVERSIONS); do \ + $$PYTHON ./setup.py build; \ + done + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -f ./setup.py ] || for PYTHON in $(PYVERSIONS); do \ + $$PYTHON ./setup.py clean || :; \ + done + [ ! -d build ] || rm -rf build + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + for PYTHON in $(PYVERSIONS); do \ + $$PYTHON ./setup.py install --prefix=debian/python-lightblue/usr $(py_setup_install_args); \ + done + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs CHANGELOG + dh_pysupport + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- python-lightblue-0.3.2.orig/debian/control +++ python-lightblue-0.3.2/debian/control @@ -0,0 +1,25 @@ +Source: python-lightblue +Section: python +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: martin f. krafft +Build-Depends: debhelper (>= 6), python-all-dev, python-support (>= 0.4), libopenobex1-dev, python-bluez +Standards-Version: 3.7.3 + +Package: python-lightblue +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: cross-platform Bluetooth API for Python + The package provides a Python API which provides simple access to Bluetooth + operations. It is available for Mac OS X, GNU/Linux and Nokia's Python for + Series 60 platform for mobile phones. + . + LightBlue provides simple access to: + . + * Device and service discovery (with and without end-user GUIs) + * Standard socket interface for RFCOMM and L2CAP sockets (currently + L2CAP client sockets only, and not on PyS60) + * Sending and receiving files over OBEX + * Advertising of RFCOMM and OBEX services + * Local device information --- python-lightblue-0.3.2.orig/debian/copyright +++ python-lightblue-0.3.2/debian/copyright @@ -0,0 +1,73 @@ +This package was debianized by martin f. krafft on +Wed, 14 Mar 2007 20:11:37 +0100. + +It was downloaded from http://lightblue.sourceforge.net + +Upstream Author: Bea Lam + +Copyright: 2006 by Bea Lam + +Packaging copyright © martin f. krafft and available +under the terms of the Artistic Licence 2.0 + +License: + +LightBlue is licensed under the MIT license, as reproduced below, +and in each individual source code file. + +The LightBlue implementation for Python for Series 60 uses some +source files from the PDIS project from the Helsinki Institute for +Information Technology (HIIT). The license for these sources is also +reproduced below. + +-------------------------------------------------------------------- + +LightBlue is: + +Copyright (c) 2006 Bea Lam. All rights reserved. + +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 PDIS source code is: + +Copyright 2002-2005 Helsinki Institute for Information Technology (HIIT) +and the authors. All rights reserved. + +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. --- python-lightblue-0.3.2.orig/debian/compat +++ python-lightblue-0.3.2/debian/compat @@ -0,0 +1 @@ +6