Your message dated Thu, 18 Dec 2014 22:43:17 +0000 with message-id <20141218224317.GQ11902@lupin.home.powdarrmonkey.net> and subject line Re: Bug#773299: unblock: python-lightblue/0.3.2-2 has caused the Debian Bug report #773299, regarding unblock: python-lightblue/0.3.2-2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 773299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773299 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: python-lightblue/0.3.2-2
- From: Raphaël Hertzog <hertzog@debian.org>
- Date: Tue, 16 Dec 2014 16:25:53 +0100
- Message-id: <[🔎] 20141216152553.26468.4636.reportbug@x230-buxy.home.ouaza.com>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package python-lightblue Version 0.3.2-2 fixes RC bug #562907 (missing dep on pybluez) that led to the removal of the package. Note that the fixed package was available before the removal but since the package is currently orphaned, nobody took care of asking an unblock request here. Unfortunately the upload contains a few more changes which are usually not allowed during freeze. Though they are relatively safe since that's the kind of changes that has been made on hundreds of other python modules... unblock python-lightblue/0.3.2-2 I can prepare a more targeted fix for t-p-u if you really want but I believe that taking the package from unstable is better. FWIW I'm interested in bringing this package back because it's a dependency that we need for a package available in Kali Linux. diff -u python-lightblue-0.3.2/debian/rules python-lightblue-0.3.2/debian/rules --- python-lightblue-0.3.2/debian/rules +++ python-lightblue-0.3.2/debian/rules @@ -6,55 +6,2 @@ -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; \ - 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 +%: + dh $@ --with python2 diff -u python-lightblue-0.3.2/debian/changelog python-lightblue-0.3.2/debian/changelog --- python-lightblue-0.3.2/debian/changelog +++ python-lightblue-0.3.2/debian/changelog @@ -1,3 +1,13 @@ +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@debian.org> Wed, 26 Nov 2014 20:24:35 -0500 + python-lightblue (0.3.2-1) unstable; urgency=low * New upstream version. diff -u python-lightblue-0.3.2/debian/control python-lightblue-0.3.2/debian/control --- python-lightblue-0.3.2/debian/control +++ python-lightblue-0.3.2/debian/control @@ -1,13 +1,17 @@ Source: python-lightblue Section: python Priority: extra -Maintainer: martin f. krafft <madduck@debian.org> -Build-Depends: debhelper (>= 6), python-all-dev, python-support (>= 0.4), libopenobex1-dev, python-bluez -Standards-Version: 3.7.3 +Maintainer: Debian QA Group <packages@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: ${shlibs:Depends}, ${python:Depends} +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 diff -u python-lightblue-0.3.2/debian/copyright python-lightblue-0.3.2/debian/copyright --- python-lightblue-0.3.2/debian/copyright +++ python-lightblue-0.3.2/debian/copyright @@ -15,10 +15,10 @@ 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 +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. +reproduced below. -------------------------------------------------------------------- -- System Information: Debian Release: 8.0 APT prefers squeeze-lts APT policy: (500, 'squeeze-lts'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
- To: Raphael Hertzog <hertzog@debian.org>, 773299-done@bugs.debian.org
- Subject: Re: Bug#773299: unblock: python-lightblue/0.3.2-2
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Thu, 18 Dec 2014 22:43:17 +0000
- Message-id: <20141218224317.GQ11902@lupin.home.powdarrmonkey.net>
- In-reply-to: <[🔎] 20141218135811.GA18373@home.ouaza.com>
- References: <[🔎] 20141216152553.26468.4636.reportbug@x230-buxy.home.ouaza.com> <[🔎] 20141216183447.GC11902@lupin.home.powdarrmonkey.net> <[🔎] 20141216232247.GB32269@home.ouaza.com> <[🔎] 2cb461b5558d430fe5020cdeff8fff71@hogwarts.powdarrmonkey.net> <[🔎] 20141218135811.GA18373@home.ouaza.com>
On Thu, Dec 18, 2014 at 02:58:11PM +0100, Raphael Hertzog wrote: > Control: tag -1 - moreinfo > > On Wed, 17 Dec 2014, Jonathan Wiltshire wrote: > > >In fact, this package should probably be adopted by the python-modules > > >team. I can make sure that this happens since I'm part of the team. Would > > >that reassure you? > > > > Ok, it's a deal. > > > > Let me know when it's adopted please. > > I just uploaded python-lightblue 0.3.2-3 with the maintainer set > to the python-modules team. Other supplementary changes include > the addition of Vcs-* fields and of a watch file. Besides that, > the debdiff that you already saw still applies to this upload. Thanks, unblocked. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51Attachment: signature.asc
Description: Digital signature
--- End Message ---