[Python-modules-commits] r31580 - in packages/python-lightblue/trunk (6 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Thu Dec 18 13:40:40 UTC 2014


    Date: Thursday, December 18, 2014 @ 13:40:39
  Author: hertzog
Revision: 31580

[svn-inject] Application des modifications Debian (0.3.2-2) pour le tronc

Added:
  packages/python-lightblue/trunk/debian/
  packages/python-lightblue/trunk/debian/changelog
  packages/python-lightblue/trunk/debian/compat
  packages/python-lightblue/trunk/debian/control
  packages/python-lightblue/trunk/debian/copyright
  packages/python-lightblue/trunk/debian/rules


Property changes on: packages/python-lightblue/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-lightblue/trunk/debian/changelog
===================================================================
--- packages/python-lightblue/trunk/debian/changelog	                        (rev 0)
+++ packages/python-lightblue/trunk/debian/changelog	2014-12-18 13:40:39 UTC (rev 31580)
@@ -0,0 +1,42 @@
+python-lightblue (0.3.2-2) unstable; urgency=medium
+
+  * QA upload.
+  * Set QA Group as Maintainer.
+  * Add missing dependency on pybluez (Closes: #562907).
+  * python-support is deprecated. Port to dh_python2 and dh.
+  * Bump Standards-Version to 3.9.6
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Wed, 26 Nov 2014 20:24:35 -0500
+
+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 <madduck at debian.org>  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 <madduck at debian.org>  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 <madduck at debian.org>  Fri, 20 Jul 2007 12:36:22 +0200
+
+python-lightblue (0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- martin f. krafft <madduck at debian.org>  Wed, 14 Mar 2007 20:11:37 +0100
+

Added: packages/python-lightblue/trunk/debian/compat
===================================================================
--- packages/python-lightblue/trunk/debian/compat	                        (rev 0)
+++ packages/python-lightblue/trunk/debian/compat	2014-12-18 13:40:39 UTC (rev 31580)
@@ -0,0 +1 @@
+6

Added: packages/python-lightblue/trunk/debian/control
===================================================================
--- packages/python-lightblue/trunk/debian/control	                        (rev 0)
+++ packages/python-lightblue/trunk/debian/control	2014-12-18 13:40:39 UTC (rev 31580)
@@ -0,0 +1,28 @@
+Source: python-lightblue
+Section: python
+Priority: extra
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 9),
+               libopenobex1-dev,
+               python-all-dev (>= 2.6.6-3~),
+               python-bluez
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+
+Package: python-lightblue
+Architecture: any
+Depends: python-bluez, ${misc:Depends}, ${python:Depends}, ${shlibs: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

Added: packages/python-lightblue/trunk/debian/copyright
===================================================================
--- packages/python-lightblue/trunk/debian/copyright	                        (rev 0)
+++ packages/python-lightblue/trunk/debian/copyright	2014-12-18 13:40:39 UTC (rev 31580)
@@ -0,0 +1,73 @@
+This package was debianized by martin f. krafft <madduck at debian.org> 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 <madduck at debian.org> 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.

Added: packages/python-lightblue/trunk/debian/rules
===================================================================
--- packages/python-lightblue/trunk/debian/rules	                        (rev 0)
+++ packages/python-lightblue/trunk/debian/rules	2014-12-18 13:40:39 UTC (rev 31580)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2


Property changes on: packages/python-lightblue/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list