diff -u pybluez-0.18/debian/changelog pybluez-0.18/debian/changelog --- pybluez-0.18/debian/changelog +++ pybluez-0.18/debian/changelog @@ -1,14 +1,16 @@ -pybluez (0.18-1build2) precise; urgency=low +pybluez (0.18-2) unstable; urgency=low - * Rebuild to drop python2.6 dependencies and provides. + * Team upload. + [ Nobuhiro Iwamatsu ] + * Update to s-v 3.9.3, no changes required + * Added build-arch and build-indep targets to debian/rules. + + [ Arthur de Jong ] + * Moved packaging from python-central to dh_python2 (Closes: #616958). + * Drop Conflicts/Replaces on ancient versions which never shipped in a + stable release. - -- Matthias Klose Sat, 14 Apr 2012 13:43:19 +0000 - -pybluez (0.18-1build1) natty; urgency=low - - * Rebuild to add support for python 2.7. - - -- Matthias Klose Fri, 03 Dec 2010 00:07:20 +0000 + -- Nobuhiro Iwamatsu Thu, 08 Mar 2012 13:25:07 +0900 pybluez (0.18-1) unstable; urgency=low diff -u pybluez-0.18/debian/rules pybluez-0.18/debian/rules --- pybluez-0.18/debian/rules +++ pybluez-0.18/debian/rules @@ -21,7 +21,9 @@ PY_BUILD_FLAGS += --debug -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir @@ -40,7 +42,7 @@ done rm -rf build - dh_clean + dh_clean # Build architecture-independent files here. binary-indep: build install @@ -62,7 +64,7 @@ dh_strip dh_compress dh_fixperms - dh_pycentral + dh_python2 dh_installdeb dh_shlibdeps dh_gencontrol @@ -73 +75 @@ -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean build-arch build-indep binary-indep binary-arch binary install configure diff -u pybluez-0.18/debian/control pybluez-0.18/debian/control --- pybluez-0.18/debian/control +++ pybluez-0.18/debian/control @@ -2,21 +2,17 @@ Section: python Priority: optional Maintainer: Debian Bluetooth Maintainers -Uploaders: Albert Huang , Filippo Giunchedi -Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.3.5-6), python-all-dev (>= 2.3.5-11), libbluetooth-dev, python-central (>= 0.4.17) +Uploaders: Albert Huang +Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~), libbluetooth-dev Vcs-Svn: svn://svn.debian.org/pkg-bluetooth/packages/pybluez/trunk Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/pybluez/trunk Homepage: http://pybluez.googlecode.com -Standards-Version: 3.8.3 -XS-Python-Version: all +Standards-Version: 3.9.3 Package: python-bluez Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: python-bluetooth, ${python:Provides} -Conflicts: python-bluetooth, python2.3-bluez (<< 0.7.1-3), python2.4-bluez (<< 0.7.1-3) -Replaces: python2.3-bluez (<< 0.7.1-3), python2.4-bluez (<< 0.7.1-3) -XB-Python-Version: ${python:Versions} Description: Python wrappers around BlueZ for rapid bluetooth development PyBluez is an effort to create Python wrappers around BlueZ to allow Python developers to use system bluetooth resources. PyBluez works on machines reverted: --- pybluez-0.18/debian/pycompat +++ pybluez-0.18.orig/debian/pycompat @@ -1 +0,0 @@ -2