Package: release.debian.org Severity: normal User: release.debian....@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 <a...@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 <madd...@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 <packa...@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) -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141216152553.26468.4636.report...@x230-buxy.home.ouaza.com