[Python-apps-commits] r4429 - in packages/bluewho/trunk (9 files)

muflone-guest at users.alioth.debian.org muflone-guest at users.alioth.debian.org
Sat Jan 2 21:17:59 UTC 2010


    Date: Saturday, January 2, 2010 @ 21:17:59
  Author: muflone-guest
Revision: 4429

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/bluewho/trunk/debian/
  packages/bluewho/trunk/debian/changelog
  packages/bluewho/trunk/debian/compat
  packages/bluewho/trunk/debian/control
  packages/bluewho/trunk/debian/copyright
  packages/bluewho/trunk/debian/pycompat
  packages/bluewho/trunk/debian/pyversions
  packages/bluewho/trunk/debian/rules
  packages/bluewho/trunk/debian/watch


Property changes on: packages/bluewho/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/bluewho/trunk/debian/changelog
===================================================================
--- packages/bluewho/trunk/debian/changelog	                        (rev 0)
+++ packages/bluewho/trunk/debian/changelog	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1,5 @@
+bluewho (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #563409)
+
+ -- Fabio Castelli <muflone at vbsimple.net>  Sat, 02 Jan 2010 02:38:10 +0100

Added: packages/bluewho/trunk/debian/compat
===================================================================
--- packages/bluewho/trunk/debian/compat	                        (rev 0)
+++ packages/bluewho/trunk/debian/compat	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1 @@
+7

Added: packages/bluewho/trunk/debian/control
===================================================================
--- packages/bluewho/trunk/debian/control	                        (rev 0)
+++ packages/bluewho/trunk/debian/control	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1,26 @@
+Source: bluewho
+Section: admin
+Priority: optional
+Maintainer: Fabio Castelli <muflone at vbsimple.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+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: information and notification of new discovered bluetooth devices
+ BlueWho will inform and notify you 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 fired 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. 
+

Added: packages/bluewho/trunk/debian/copyright
===================================================================
--- packages/bluewho/trunk/debian/copyright	                        (rev 0)
+++ packages/bluewho/trunk/debian/copyright	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    Fabio Castelli <muflone at vbsimple.net> on Sat, 02 Jan 2010 02:38:10 +0100
+
+It was downloaded from:
+
+    http://code.google.com/p/bluewho/
+
+Upstream Author:
+
+    Fabio Castelli <muflone at vbsimple.net>
+
+Copyright:
+
+    <Copyright (C) 2009 Fabio Castelli>
+
+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'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009, Fabio Castelli <muflone at vbsimple.net>
+
+and is licensed under the GPL, see above.
+

Added: packages/bluewho/trunk/debian/pycompat
===================================================================
--- packages/bluewho/trunk/debian/pycompat	                        (rev 0)
+++ packages/bluewho/trunk/debian/pycompat	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1 @@
+2

Added: packages/bluewho/trunk/debian/pyversions
===================================================================
--- packages/bluewho/trunk/debian/pyversions	                        (rev 0)
+++ packages/bluewho/trunk/debian/pyversions	2010-01-02 21:17:59 UTC (rev 4429)
@@ -0,0 +1 @@
+2.5-

Added: packages/bluewho/trunk/debian/rules
===================================================================
--- packages/bluewho/trunk/debian/rules	                        (rev 0)
+++ packages/bluewho/trunk/debian/rules	2010-01-02 21:17:59 UTC (rev 4429)
@@ -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/
+


Property changes on: packages/bluewho/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/bluewho/trunk/debian/watch
===================================================================
--- packages/bluewho/trunk/debian/watch	                        (rev 0)
+++ packages/bluewho/trunk/debian/watch	2010-01-02 21:17:59 UTC (rev 4429)
@@ -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
+




More information about the Python-apps-commits mailing list