[Pkg-bluetooth-commits] r1188 - in /packages/pybluez/trunk/debian: changelog control pycompat rules
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Thu Mar 8 04:23:50 UTC 2012
Author: iwamatsu
Date: Thu Mar 8 04:23:49 2012
New Revision: 1188
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1188
Log:
Moved packaging from python-central to dh_python2 (Closes: #616958).
Modified:
packages/pybluez/trunk/debian/changelog
packages/pybluez/trunk/debian/control
packages/pybluez/trunk/debian/pycompat
packages/pybluez/trunk/debian/rules
Modified: packages/pybluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/pybluez/trunk/debian/changelog?rev=1188&op=diff
==============================================================================
--- packages/pybluez/trunk/debian/changelog (original)
+++ packages/pybluez/trunk/debian/changelog Thu Mar 8 04:23:49 2012
@@ -1,3 +1,12 @@
+pybluez (0.18-2) unstable; urgency=low
+
+ [ 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.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org> Thu, 08 Mar 2012 13:25:07 +0900
+
pybluez (0.18-1) unstable; urgency=low
[ Albert Huang ]
Modified: packages/pybluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/pybluez/trunk/debian/control?rev=1188&op=diff
==============================================================================
--- packages/pybluez/trunk/debian/control (original)
+++ packages/pybluez/trunk/debian/control Thu Mar 8 04:23:49 2012
@@ -3,20 +3,16 @@
Priority: optional
Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
Uploaders: Albert Huang <albert at csail.mit.edu>
-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)
+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
Modified: packages/pybluez/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/pybluez/trunk/debian/pycompat?rev=1188&op=diff
==============================================================================
--- packages/pybluez/trunk/debian/pycompat (original)
+++ packages/pybluez/trunk/debian/pycompat Thu Mar 8 04:23:49 2012
@@ -1,1 +1,0 @@
-2
Modified: packages/pybluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/pybluez/trunk/debian/rules?rev=1188&op=diff
==============================================================================
--- packages/pybluez/trunk/debian/rules (original)
+++ packages/pybluez/trunk/debian/rules Thu Mar 8 04:23:49 2012
@@ -40,7 +40,7 @@
done
rm -rf build
- dh_clean
+ dh_clean
# Build architecture-independent files here.
binary-indep: build install
@@ -62,7 +62,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_pycentral
+ dh_python2
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Pkg-bluetooth-commits
mailing list