--- bluez-hcidump-2.2.orig/debian/watch +++ bluez-hcidump-2.2/debian/watch @@ -0,0 +1,5 @@ +version=3 +# this is ugly +#opts=downloadurlmangle=s@.*download%2F(.*)@http://bluez.sf.net/download/$1@,filenamemangle=s@.*download/(.*)@$1@ \ +#http://www.bluez.org/download.html .*bluez-hcidump-(.+)\.tar\.gz +http://www.bluez.org/download/ .*bluez-hcidump-(.+)\.tar\.gz --- bluez-hcidump-2.2.orig/debian/copyright +++ bluez-hcidump-2.2/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Edd Dumbill on +Thu, 26 Sep 2002 19:03:27 +0100. + +It was downloaded from http://www.bluez.org + +Upstream Authors: + +Maxim Krasnyansky + Original author. + Primary maintainer. + +Wayne Lee + RFCOMM parser. + +Ricky Yuen + SDP parser. + +Takashi Sasai + BNEP parser + + +Copyright: + +HCIDump - HCI packet analyzer +Copyright (C) 2000-2002 Maxim Krasnyansky +Copyright (C) 2003-2007 Marcel Holtmann + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 as +published by the Free Software Foundation; version 2 dated June, 1991. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +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. --- bluez-hcidump-2.2.orig/debian/compat +++ bluez-hcidump-2.2/debian/compat @@ -0,0 +1 @@ +9 --- bluez-hcidump-2.2.orig/debian/control +++ bluez-hcidump-2.2/debian/control @@ -0,0 +1,21 @@ +Source: bluez-hcidump +Section: admin +Priority: extra +Maintainer: Debian Bluetooth Maintainers +Uploaders: Nobuhiro Iwamatsu +Build-Depends: debhelper (>= 8), libbluetooth-dev (>= 4.40), autotools-dev, pkg-config +Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-hcidump/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-bluetooth/packages/bluez-hcidump/ +Homepage: http://www.bluez.org +Standards-Version: 3.9.2 + +Package: bluez-hcidump +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Analyses Bluetooth HCI packets + The hcidump utility allows the monitoring of Bluetooth activity. + It provides a disassembly of the Bluetooth traffic and can display + packets from higher level protocols such as RFCOMM, SDP and BNEP. + . + hcidump is part of the BlueZ Bluetooth Linux project. For more information + see http://www.bluez.org . --- bluez-hcidump-2.2.orig/debian/changelog +++ bluez-hcidump-2.2/debian/changelog @@ -0,0 +1,219 @@ +bluez-hcidump (2.2-1) unstable; urgency=low + + * New upstream release. + * Edd Dumbill has retired. Remove from Uploaders. + (Closes: #656030) + + -- Nobuhiro Iwamatsu Thu, 19 Jan 2012 13:15:15 +0900 + +bluez-hcidump (2.1-2) unstable; urgency=low + + * Update debhelper compat level from 5 to 9. (Closes: #653507) + Enable hardened build flags. + + -- Nobuhiro Iwamatsu Mon, 02 Jan 2012 08:03:39 +0900 + +bluez-hcidump (2.1-1) unstable; urgency=low + + * New upstream release. + * Update debian/control. + - Update Standards-Version to 3.9.2, no changes needed. + - Drop cdbs from Build-Depends. + * Converted from cdbs to debhelper. + + -- Nobuhiro Iwamatsu Mon, 04 Jul 2011 22:56:01 +0900 + +bluez-hcidump (2.0-3) unstable; urgency=low + + * Update debian/rules. + include patchsys-quilt.mk. + * Update debian/control. + Add quilt to Build-Depends. + * Fix build with latest bluez (Closes: #623420). + Add patches/0001-Fix-compilation-against-latest-BlueZ.patch. + Cherry-picked from upstream/95ea4ff5c9c7dbda2f3faaef4e5cd46d542a48c8. + + -- Nobuhiro Iwamatsu Wed, 20 Apr 2011 11:46:43 +0900 + +bluez-hcidump (2.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Nobuhiro Iwamatsu Thu, 10 Feb 2011 18:46:19 +0900 + +bluez-hcidump (2.0-1) experimental; urgency=low + + * New upstream release. + * Update debian/control. + - Update Standards-Version to 3.9.1, no changes needed + - Update Vcs-Browser field. + - Remove docbook-to-man from Build-Depends. + * Update debian/rules. + - Remove simple-patchsys.mk. + * Remove debian/patches directory. + + -- Nobuhiro Iwamatsu Sat, 05 Feb 2011 07:19:35 +0900 + +bluez-hcidump (1.42-2) unstable; urgency=low + + * Update debian/control. + - Add Nobuhiro Iwamatsu to Uploaders. (Closes: #564569) + - Remove Filippo Giunchedi from Uploaders. + - Update Standards-Version to 3.8.4. + - Add ${misc:Depends} to Depends. + * Update debian/copyright. + * Remove TODO.Debian. + + -- Nobuhiro Iwamatsu Thu, 17 Jun 2010 12:26:39 +0900 + +bluez-hcidump (1.42-1) unstable; urgency=low + + * New upstream release + * Update S-V to 3.8.0, no changes needed + + -- Filippo Giunchedi Sat, 21 Jun 2008 10:39:00 +0200 + +bluez-hcidump (1.41-1) unstable; urgency=low + + * New upstream release + + -- Filippo Giunchedi Sun, 10 Feb 2008 16:31:09 +0100 + +bluez-hcidump (1.40-1) unstable; urgency=low + + * New upstream release + * Bump build-dep to libbluetooth-dev 3.14 + * Update copyright notice, homepage and vcs fields + + -- Filippo Giunchedi Mon, 31 Dec 2007 11:58:59 +0100 + +bluez-hcidump (1.39-1) unstable; urgency=low + + * New upstream release + + -- Filippo Giunchedi Thu, 02 Aug 2007 10:45:04 +0200 + +bluez-hcidump (1.37-2) unstable; urgency=low + + * Bump build-dep libbluetooth-dev >= 3.12 + * Get the tarball right this time (Closes: #431887) + + -- Filippo Giunchedi Mon, 16 Jul 2007 11:09:00 +0200 + +bluez-hcidump (1.37-1) unstable; urgency=low + + * Added myself to the Uploaders field. + * New upstream release. + + -- Mario Iseli Mon, 2 Jul 2007 16:04:59 +0200 + +bluez-hcidump (1.35-1) unstable; urgency=low + + * New upstream release + * change build-dep on libbluetooth2-dev in favour of libbluetooth-dev + * patches/000_manpage_section.patch removed, applied upstream + + -- Filippo Giunchedi Mon, 28 May 2007 01:24:23 +0200 + +bluez-hcidump (1.32-1) unstable; urgency=high + + * New upstream release (Closes: #392156 which is FTBFS/RC, thus urgency is + high) + + -- Filippo Giunchedi Wed, 11 Oct 2006 11:14:43 +0200 + +bluez-hcidump (1.31-1) unstable; urgency=low + + * New upstream release + * various upgrades (debhelper, standards-version, libbluetooth >= 3.0) + * correct section in hcidump.8 + * build-depend on pkg-config as libbluetooth2 requires it + + -- Filippo Giunchedi Tue, 27 Jun 2006 15:00:38 +0200 + +bluez-hcidump (1.30-1) unstable; urgency=low + + * New upstream release, this fixes the remote DoS in l2cap.c CVE-2006-0670 + (Closes: #351881) + + -- Filippo Giunchedi Tue, 21 Feb 2006 19:16:39 +0100 + +bluez-hcidump (1.28-1) unstable; urgency=low + + * Upload to unstable, nothing changed + + -- Filippo Giunchedi Mon, 9 Jan 2006 10:32:54 +0100 + +bluez-hcidump (1.28-0exp1) experimental; urgency=low + + * New upstream release + + -- Filippo Giunchedi Mon, 19 Dec 2005 14:03:54 +0100 + +bluez-hcidump (1.27-0exp1) experimental; urgency=low + + * New upstream release, new maintainer pkg-bluetooth + * only hcidump.8.gz is present (Closes: #253647) + + -- Filippo Giunchedi Wed, 9 Nov 2005 23:38:47 +0100 + +bluez-hcidump (1.23-1) unstable; urgency=low + + * New upstream release (Closes: #311744) + + -- Edd Dumbill Sat, 16 Jul 2005 14:48:18 +0100 + +bluez-hcidump (1.17-1) unstable; urgency=low + + * New upstream release. + * Build depend on libbluetooth1-dev >= 2.15-1 + + -- Edd Dumbill Sun, 6 Feb 2005 09:45:18 +0000 + +bluez-hcidump (1.15-1) unstable; urgency=low + + * New upstream release. + + -- Edd Dumbill Mon, 29 Nov 2004 18:09:49 +0000 + +bluez-hcidump (1.12-1) unstable; urgency=low + + * New upstream release. + + -- Edd Dumbill Thu, 14 Oct 2004 16:10:52 +0100 + +bluez-hcidump (1.10-1) unstable; urgency=low + + * New upstream release. + * Move to cdbs. + * Retire Debian manpage. Upstream ships one now. + * Depend on libbluetooth1-dev >= 2.9-1 + + -- Edd Dumbill Sun, 8 Aug 2004 16:17:39 +0100 + +bluez-hcidump (1.5-2) unstable; urgency=low + + * Fix to parser/parser.h to enable compilation on powerpc. Needs + a longer term solution from upstream. + + -- Edd Dumbill Fri, 29 Nov 2002 00:46:13 +0000 + +bluez-hcidump (1.5-1) unstable; urgency=low + + * New upstream release + + -- Edd Dumbill Thu, 28 Nov 2002 23:08:19 +0000 + +bluez-hcidump (1.3-2) unstable; urgency=low + + * Added AM_MAINTAINER_MODE to configure.in to fix timestamp skew + problem on build (Closes: #163366) + + -- Edd Dumbill Sat, 5 Oct 2002 01:24:11 +0100 + +bluez-hcidump (1.3-1) unstable; urgency=low + + * Initial Release. (Closes: #162494) + + -- Edd Dumbill Thu, 26 Sep 2002 19:03:27 +0100 + --- bluez-hcidump-2.2.orig/debian/rules +++ bluez-hcidump-2.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- bluez-hcidump-2.2.orig/debian/README.source +++ bluez-hcidump-2.2/debian/README.source @@ -0,0 +1,58 @@ +This 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. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command.