--- blueman-1.10.orig/debian/postinst +++ blueman-1.10/debian/postinst @@ -0,0 +1,41 @@ +#!/bin/sh +# postinst script for blueman +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + invoke-rc.d dbus reload + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- blueman-1.10.orig/debian/compat +++ blueman-1.10/debian/compat @@ -0,0 +1 @@ +7 --- blueman-1.10.orig/debian/changelog +++ blueman-1.10/debian/changelog @@ -0,0 +1,21 @@ +blueman (1.10-3) unstable; urgency=low + + * Removed unnecessary python-pyrex runtime dependency (Closes: #532108) + * Removed false conflicts statement for gnome-bluetooth (Closes: #532107) + * Added build dependency python2.6-dev optional to python2.5-dev + * Added missing hal dependency + * Increased minimal version of to python-gtk2 to 2.14 (Closes: #535071) + + -- Christopher Schramm Mon, 29 Jun 2009 16:22:00 +0200 + +blueman (1.10-2) unstable; urgency=low + + * First release for unstable + + -- Christopher Schramm Fri, 05 Jun 2009 16:56:26 +0200 + +blueman (1.10-1) experimental; urgency=low + + * Initial release (Closes: #517614) + + -- Christopher Schramm Fri, 24 Mar 2009 18:50:00 +0200 --- blueman-1.10.orig/debian/rules +++ blueman-1.10/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +# Including this file gets us a simple patch system. You can just +# drop patches in debian/patches, and they will be automatically +# applied and unapplied. +include /usr/share/cdbs/1/rules/simple-patchsys.mk +# Including this gives us a number of rules typical to a GNOME +# program, including setting GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1. +# Note that this class inherits from autotools.mk and docbookxml.mk, +# so you don't need to include those too. +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-deps-check + +binary-install/blueman:: + dh_pycentral + +install/blueman:: + rm -f $(CURDIR)/debian/blueman/usr/lib/python2.5/site-packages/_blueman.la + rm -f $(CURDIR)/debian/blueman/usr/lib/python2.5/site-packages/_blueman.a + --- blueman-1.10.orig/debian/copyright +++ blueman-1.10/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Christopher Schramm + +It was downloaded from http://blueman-project.org/ + +Upstream Author: Valmantas Palikša + +Copyright: + + Blueman - Gtk bluetooth manager + + Copyright (C) 2008 Valmantas Paliksa + Copyright (C) 2008 Tadas Dailyda + + Copyright (C) 2008 Vinicius Gomes + Copyright (C) 2008 Li Dongyang + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June 2007. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +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 OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY CLAIM, +OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + +ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS, COPYRIGHTS, +TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS SOFTWARE IS DISCLAIMED. + --- blueman-1.10.orig/debian/control +++ blueman-1.10/debian/control @@ -0,0 +1,34 @@ +Source: blueman +Section: x11 +Priority: optional +Maintainer: Christopher Schramm +Standards-Version: 3.8.2 +XS-Python-Version: >= 2.5 +Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libglib2.0-dev, libtool, + libgtk2.0-dev, libstartup-notification0-dev, python-gobject-dev, + libbluetooth-dev (>= 4.25), intltool, python2.5-dev | + python2.6-dev, python-central, python-pyrex, python-gtk2-dev, + python-notify, python-dbus + +Package: blueman +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), dbus, + bluez (>= 4.25), obex-data-server, python-gtk2 (>= 2.14), python-dbus, + python-gobject, python-notify, policykit-gnome, notification-daemon, + hal +Recommends: dnsmasq-base, python-gnome2 +Homepage: http://blueman-project.org/ +XB-Python-Version: >= 2.5 +Description: A Graphical bluetooth manager + Blueman is designed to provide simple, yet effective means for + controlling BlueZ API and simplifying bluetooth tasks such as: + Connecting to 3G/EDGE/GPRS via dial-up + Connecting to/Creating bluetooth networks + Connecting to input devices + Connecting to audio devices + Sending/Receiving/Browsing files via OBEX + Pairing + . + Blueman also integrates with Network Manager 0.7, so any Dialup/Network + connections will be made available (via HAL) to Network Manager. +