--- bluewho-0.1.orig/debian/control +++ bluewho-0.1/debian/control @@ -0,0 +1,27 @@ +Source: bluewho +Section: admin +Priority: optional +Maintainer: Fabio Castelli +Uploaders: Python Applications Packaging Team +Standards-Version: 3.8.3 +Build-Depends: cdbs (>= 0.4.49), python (>= 2.5), debhelper (>= 7) +Build-Depends-Indep: python-support (>=0.6) +Homepage: http://code.google.com/p/bluewho/ +Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/bluewho/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/bluewho/trunk/ + +Package: bluewho +Architecture: all +Depends: python-gtk2, python-glade2, librsvg2-common, python-bluez, ${python:Depends}, ${misc:Depends} +Recommends: libnotify-bin +Suggests: alsa-utils +Description: notifies new discovered bluetooth devices + BlueWho informs and notifies when a new bluetooth device is discovered. + Detection can be requested by the user or automatically continuous until it's + stopped. A visible and audible notification can be triggered whenever a new + device is detected. + . + Each device found will be saved on the list as well its name, MAC address, + last seen date and time. + For each device a list of available Bluetooth services can be requested. + --- bluewho-0.1.orig/debian/links +++ bluewho-0.1/debian/links @@ -0,0 +1,2 @@ +usr/share/bluewho/src/bluewho.py usr/bin/bluewho + --- bluewho-0.1.orig/debian/pyversions +++ bluewho-0.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- bluewho-0.1.orig/debian/compat +++ bluewho-0.1/debian/compat @@ -0,0 +1 @@ +7 --- bluewho-0.1.orig/debian/watch +++ bluewho-0.1/debian/watch @@ -0,0 +1,5 @@ +# watch control file for uscan +version=3 +http://code.google.com/p/bluewho/downloads/list \ + http://bluewho.googlecode.com/files/bluewho_(.*)_all\.tar\.gz + --- bluewho-0.1.orig/debian/changelog +++ bluewho-0.1/debian/changelog @@ -0,0 +1,5 @@ +bluewho (0.1-1) unstable; urgency=low + + * Initial release (Closes: #563409) + + -- Fabio Castelli Sun, 10 Jan 2010 23:57:08 +0100 --- bluewho-0.1.orig/debian/copyright +++ bluewho-0.1/debian/copyright @@ -0,0 +1,114 @@ +This package was debianized by: + + Fabio Castelli on Sun, 10 Jan 2010 23:57:08 +0100 + +It was downloaded from: + + http://code.google.com/p/bluewho/ + +Upstream Author: + + Fabio Castelli + +Copyright: + + + +License: + + 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; either version 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +gfx/class1/ files: 1.png, 5.png +gfx/class2/ files: 2.png, 4.png +gfx/class4/ files: 4.png, 7.png, 12.png, 13.png, 14.png, 15.png, 16.png +gfx/class5/ files: 1.png, 2.png, 5.png, 81.png +gfx/class6/ files: 1.png, 2.png, 8.png + +Copyright © 2002-2008: + Ulisse Perusin + Riccardo Buzzotta + Josef Vybíral + Hylke Bons + Ricardo González + Lapo Calamandrei + Rodney Dawes + Luca Ferretti + Tuomas Kuosmanen + Andreas Nilsson + Jakub Steiner + +Copyright: + + These files are part of gnome-icon-theme. + + gnome-icon-theme 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 2 dated June, 1991. + + gnome-icon-theme 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, + USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +gfx/ files: unknown.png +gfx/class1/ files: 2.png, 3.png, 4.png +gfx/class2/ files: 1.png, 3.png +gfx/class4/ files: 1.png, 2.png, 5.png +gfx/class5/ files: 82.png +gfx/class6/ files: 4.png + +Copyright © 2008-2009: + Valmantas Paliksa + Tadas Dailyda + +Copyright: + + These files are part of Blueman. + + Blueman 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 3 of the License, or + (at your option) any later version. + + Blueman 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 Foobar. If not, see . + +The Debian packaging is: + + Copyright (C) 2009-2010, Fabio Castelli + +and is licensed under the GPL, see above. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + --- bluewho-0.1.orig/debian/rules +++ bluewho-0.1/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/bluewho + +clean:: + rm -rf build/ + --- bluewho-0.1.orig/debian/pycompat +++ bluewho-0.1/debian/pycompat @@ -0,0 +1 @@ +2