debian/0000755000000000000000000000000012231040001007145 5ustar debian/watch0000644000000000000000000000016312046273410010216 0ustar version=3 http://search.cpan.org/dist/Net-Bluetooth/ .*/Net-Bluetooth-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/libnet-bluetooth-perl.examples0000644000000000000000000000001212046273410015136 0ustar samples/* debian/rules0000755000000000000000000000035012046273410010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i -e '1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/copyright0000644000000000000000000000222012046273410011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Bluetooth Source: http://search.cpan.org/dist/Net-Bluetooth/ Upstream-Contact: Ian Guthrie Files: * Copyright: 2006, Ian Guthrie License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Rene Mayorga 2008, Damyan Ivanov 2010, Jonathan Yu 2012, Xavier Guimard License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libnet-bluetooth-perl.lintian-overrides0000644000000000000000000000023512046273410016765 0ustar # To avoid a false-positive: hardening flags are present libnet-bluetooth-perl: hardening-no-fortify-functions usr/lib/perl5/auto/Net/Bluetooth/Bluetooth.so debian/source/0000755000000000000000000000000012046273410010465 5ustar debian/source/format0000644000000000000000000000001412046273410011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212046273410010363 0ustar 9 debian/control0000644000000000000000000000202112046273410010563 0ustar Source: libnet-bluetooth-perl Maintainer: Debian Perl Group Uploaders: Rene Mayorga , Damyan Ivanov , Jonathan Yu , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libbluetooth-dev Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-bluetooth-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-bluetooth-perl.git Homepage: http://search.cpan.org/dist/Net-Bluetooth/ Package: libnet-bluetooth-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to Bluetooth libraries Net::Bluetooth works with the BlueZ libraries as well as with Microsoft Windows. It allows developers to manage Bluetooth features such as device and services discovery, RFCOMM connections and other Bluetooth functions. debian/changelog0000644000000000000000000000436412231040001011026 0ustar libnet-bluetooth-perl (0.40-3build1) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 21:41:37 +0100 libnet-bluetooth-perl (0.40-3) unstable; urgency=low [ Jonathan Yu ] * Rewrite package long description (Closes: #597743) * Refresh patch and add DEP3 headers [ Rene Mayorga ] * Email change: Rene Mayorga -> rmayorga@debian.org [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Replace proper-interpreter-in-samples.patch with an override in debian/rules. [ Xavier Guimard ] * Update copyright format to 1.0 * Bump Standards-Version to 3.9.4 * Use debhelper 9.20120312 * Add lintian-overrides to avoid warning: hardening flags are present but not seen by lintian -- Xavier Guimard Tue, 06 Nov 2012 21:41:08 +0100 libnet-bluetooth-perl (0.40-2) unstable; urgency=low [ gregor herrmann ] The 'ready for perl 5.10' release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. * debian/rules: delete /usr/share/perl5 only if it exists. * Set Standards-Version to 3.7.3 (no changes needed). * Set debhelper compatibility level to 6. * debian/watch: use dist-based URL. * Remove debian/docs and install README directly from debian/rules. * debian/copyright: - mention version-independent upstream source location - extend reference to Perl license * debian/rules: - let build-stamp depend on $(DPATCH_STAMPFN) instead of patch-stamp - move dh_clean before make distclean - remove -stamp files with dh_clean - create install-stamp target depending on build-stamp - use DESTDIR and PREFIX for make install [ Damyan Ivanov ] * convert patches to quilt * add myself to Uploaders -- Damyan Ivanov Wed, 23 Jan 2008 22:24:24 +0200 libnet-bluetooth-perl (0.40-1) unstable; urgency=low * Initial release (Closes: #441475) * '#!/usr/bin/perl' added to examples -- Rene Mayorga Sun, 09 Sep 2007 21:26:15 -0600