debian/0000755000000000000000000000000011732246055007173 5ustar debian/copyright0000644000000000000000000000560211465636571011142 0ustar This work was packaged for Debian by: Nobuhiro Iwamatsu on Fri, 10 Sep 2010 20:06:55 +0900 It was downloaded from: http://code.google.com/p/bluez-tools/ Upstream Author(s): Alexander Orlenko Copyright: src/bt-adapter.c: src/bt-agent.c: src/bt-audio.c: src/bt-device.c: src/bt-input.c: src/bt-monitor.c: src/bt-network.c: src/bt-obex.c: src/bt-serial.c: src/lib/bluez-api.h: src/lib/bluez/adapter.c: src/lib/bluez/adapter.h: src/lib/bluez/agent.c: src/lib/bluez/agent.h: src/lib/bluez/audio.c: src/lib/bluez/audio.h: src/lib/bluez/device.c: src/lib/bluez/device.h: src/lib/bluez/input.c: src/lib/bluez/input.h: src/lib/bluez/manager.c: src/lib/bluez/manager.h: src/lib/bluez/network.c: src/lib/bluez/network.h: src/lib/bluez/network_server.c: src/lib/bluez/network_server.h: src/lib/bluez/serial.c: src/lib/bluez/serial.h: src/lib/dbus-common.c: src/lib/dbus-common.h: src/lib/helpers.c: src/lib/helpers.h: src/lib/obexd-api.h: src/lib/obexd/obexagent.c: src/lib/obexd/obexagent.h: src/lib/obexd/obexclient.c: src/lib/obexd/obexclient.h: src/lib/obexd/obexclient_file_transfer.c: src/lib/obexd/obexclient_file_transfer.h: src/lib/obexd/obexclient_session.c: src/lib/obexd/obexclient_session.h: src/lib/obexd/obexclient_transfer.c: src/lib/obexd/obexclient_transfer.h: src/lib/obexd/obexmanager.c: src/lib/obexd/obexmanager.h: src/lib/obexd/obexsession.c: src/lib/obexd/obexsession.h: src/lib/obexd/obextransfer.c: src/lib/obexd/obextransfer.h: * Copyright (C) 2010 Alexander Orlenko src/lib/sdp.c: src/lib/sdp.h: * Copyright (C) 2001-2002 Ricky Yuen * Copyright (C) 2003-2007 Marcel Holtmann * Copyright (C) 2010 Alexander Orlenko License: GNU GPL v2 or later. This program 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; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The Debian packaging is: Copyright (C) 2010 Nobuhiro Iwamatsu and is licensed under the GPL version 2, see "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000011732246055010473 5ustar debian/source/format0000644000000000000000000000001411465636571011712 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211465636571010402 0ustar 7 debian/docs0000644000000000000000000000001411465636571010052 0ustar NEWS README debian/control0000644000000000000000000000141111732245477010602 0ustar Source: bluez-tools Section: utils Priority: optional Maintainer: Debian Bluetooth Maintainers Uploaders: Nobuhiro Iwamatsu Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libbluetooth-dev (>= 4.69), libreadline-dev, libdbus-1-dev, libdbus-glib-1-dev Standards-Version: 3.9.3 Homepage: http://code.google.com/p/bluez-tools/ Package: bluez-tools Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: obexd-client (>= 0.30), obexd-server (>= 0.30) Description: Set of tools to manage Bluetooth devices for linux Bluez-tools provides comamnd line tools to functions of Bluetooth. They are Bluetooth adapter control, Bluetooth agent, sound, input, network and other. debian/changelog0000644000000000000000000000152011732245463011045 0ustar bluez-tools (0.1.38+git662e-3) unstable; urgency=low * Update debian/rules. - Add "-Wl,-z,defs -Wl,--as-needed" to LDFLAGS. - Remove override_dh_installmanpages target. * Update debian/control. - Dump Standards-Version to 3.9.2. - Update package description. * Fix linking with "ld --as-needed" (Closes: #625984). - Add debian/patches/01_ld-as-needed.patch. -- Nobuhiro Iwamatsu Wed, 21 Mar 2012 12:29:09 +0900 bluez-tools (0.1.38+git662e-2) unstable; urgency=low * Upload to unstable. * Fix typo in long description (Closes: #613608). -- Nobuhiro Iwamatsu Thu, 17 Feb 2011 04:15:39 +0900 bluez-tools (0.1.38+git662e-1) experimental; urgency=low * Initial release (Closes: #596031). -- Nobuhiro Iwamatsu Fri, 03 Dec 2010 09:14:51 +0900 debian/rules0000755000000000000000000000035411652154746010263 0ustar #!/usr/bin/make -f CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) LDFLAGS+=-Wl,-z,defs -Wl,--as-needed %: dh $@ override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS)" debian/README.source0000644000000000000000000000041011465636571011356 0ustar README.source The source package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/patches/0000755000000000000000000000000011732246055010622 5ustar debian/patches/01_ld-as-needed.patch0000644000000000000000000000423011732245730014363 0ustar Description: Fix FTBFS with "ld --as-needed". Forwarded: none Bug-Debian: http://bugs.debian.org/625984 Author: Michael Bienia Last-Update: 2012-03-21 Index: bluez-tools-0.1.38+git662e/src/Makefile.am =================================================================== --- bluez-tools-0.1.38+git662e.orig/src/Makefile.am 2011-05-07 17:06:38.000000000 +0200 +++ bluez-tools-0.1.38+git662e/src/Makefile.am 2011-05-07 17:07:10.000000000 +0200 @@ -1,5 +1,5 @@ AM_CPPFLAGS = $(DBUS_CFLAGS) $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS) -AM_LDFLAGS = $(DBUS_LIBS) $(GLIB_LIBS) $(DBUS_GLIB_LIBS) +LDADD = $(DBUS_LIBS) $(GLIB_LIBS) $(DBUS_GLIB_LIBS) # Marshallers generation #BUILT_SOURCES = lib/marshallers.c lib/marshallers.h @@ -57,7 +57,7 @@ if OBEX bin_PROGRAMS += bt-obex bt_obex_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-obex.c -bt_obex_LDADD = $(LIBREADLINE) +bt_obex_LDADD = $(LDADD) $(LIBREADLINE) endif dist_man_MANS = bt-monitor.1 bt-adapter.1 bt-agent.1 bt-device.1 bt-input.1 bt-audio.1 bt-network.1 bt-serial.1 Index: bluez-tools-0.1.38+git662e/src/Makefile.in =================================================================== --- bluez-tools-0.1.38+git662e.orig/src/Makefile.in 2011-05-07 17:07:16.000000000 +0200 +++ bluez-tools-0.1.38+git662e/src/Makefile.in 2011-05-07 17:07:58.000000000 +0200 @@ -419,7 +419,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = $(DBUS_CFLAGS) $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS) -AM_LDFLAGS = $(DBUS_LIBS) $(GLIB_LIBS) $(DBUS_GLIB_LIBS) +LDADD = $(DBUS_LIBS) $(GLIB_LIBS) $(DBUS_GLIB_LIBS) # Marshallers generation #BUILT_SOURCES = lib/marshallers.c lib/marshallers.h @@ -462,7 +462,7 @@ bt_network_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-network.c bt_serial_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-serial.c @OBEX_TRUE@bt_obex_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-obex.c -@OBEX_TRUE@bt_obex_LDADD = $(LIBREADLINE) +@OBEX_TRUE@bt_obex_LDADD = $(LDADD) $(LIBREADLINE) dist_man_MANS = bt-monitor.1 bt-adapter.1 bt-agent.1 bt-device.1 \ bt-input.1 bt-audio.1 bt-network.1 bt-serial.1 $(am__append_3) all: all-am debian/patches/series0000644000000000000000000000002611732245316012034 0ustar 01_ld-as-needed.patch