[Pkg-bluetooth-commits] r578 - in /blueproximity/trunk/debian: ./ blueproximity.1 blueproximity.desktop blueproximity.install changelog compat control copyright dirs docs links menu patches/ patches/dist_path.patch rules watch

francesco-guest at users.alioth.debian.org francesco-guest at users.alioth.debian.org
Wed Oct 10 15:16:08 UTC 2007


Author: francesco-guest
Date: Wed Oct 10 15:16:07 2007
New Revision: 578

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=578
Log:
* Initial release. (Closes: #446010)

Added:
    blueproximity/trunk/debian/
    blueproximity/trunk/debian/blueproximity.1
    blueproximity/trunk/debian/blueproximity.desktop
    blueproximity/trunk/debian/blueproximity.install
    blueproximity/trunk/debian/changelog
    blueproximity/trunk/debian/compat
    blueproximity/trunk/debian/control
    blueproximity/trunk/debian/copyright
    blueproximity/trunk/debian/dirs
    blueproximity/trunk/debian/docs
    blueproximity/trunk/debian/links
    blueproximity/trunk/debian/menu
    blueproximity/trunk/debian/patches/
    blueproximity/trunk/debian/patches/dist_path.patch
    blueproximity/trunk/debian/rules   (with props)
    blueproximity/trunk/debian/watch

Added: blueproximity/trunk/debian/blueproximity.1
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/blueproximity.1?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/blueproximity.1 (added)
+++ blueproximity/trunk/debian/blueproximity.1 Wed Oct 10 15:16:07 2007
@@ -1,0 +1,41 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.\" Please adjust this date whenever revising the manpage.
+.\" 
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.TH "BLUEPROXIMITY" "1" "ottobre 10, 2007" "Francesco Namuri" ""
+.SH "NAME"
+blueproximity \- locks/unlocks your desktop tracking a bluetooth device
+.SH "SYNOPSIS"
+.B blueproximity
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.B blueproximity
+.PP 
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBblueproximity\fP helps you adding a little more security to your desktop.
+It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move away from your computer and the distance is above a certain level (no measurementin meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want).
+Once away, if you return nearer than a given level for a set time your computer unlocks magically without any interaction (or starts any other shell command you want).
+.SH "OPTIONS"
+.B blueproximity
+doesn't support any command\-line parameter.
+.SH "SEE ALSO"
+.BR xscreensaver (1).
+.SH "AUTHOR"
+blueproximity was written by Lars Friedrichs <larsfriedrichs at gmx.de>.
+.PP 
+This manual page was written by Francesco Namuri <francesco at namuri.it>,
+for the Debian project (but may be used by others).

Added: blueproximity/trunk/debian/blueproximity.desktop
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/blueproximity.desktop?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/blueproximity.desktop (added)
+++ blueproximity/trunk/debian/blueproximity.desktop Wed Oct 10 15:16:07 2007
@@ -1,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0
+Type=Application
+Terminal=false
+Name=BlueProximity
+Exec=/usr/bin/blueproximity
+Icon=/usr/share/pixmaps/blueproximity.xpm
+Categories=System;Security;

Added: blueproximity/trunk/debian/blueproximity.install
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/blueproximity.install?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/blueproximity.install (added)
+++ blueproximity/trunk/debian/blueproximity.install Wed Oct 10 15:16:07 2007
@@ -1,0 +1,11 @@
+proximity.py /usr/share/blueproximity
+*svg /usr/share/blueproximity
+*glade* /usr/share/blueproximity
+blueproximity.xpm /usr/share/pixmaps/
+debian/blueproximity.desktop /usr/share/applications/
+LANG/fa/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/fa/LC_MESSAGES/
+LANG/fr/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/Fr/LC_MESSAGES/
+LANG/de/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/de/LC_MESSAGES/
+LANG/sv/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/sv/LC_MESSAGES/
+LANG/en/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/en/LC_MESSAGES/
+LANG/es/LC_MESSAGES/blueproximity.mo /usr/share/blueproximity/LANG/es/LC_MESSAGES/

Added: blueproximity/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/changelog?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/changelog (added)
+++ blueproximity/trunk/debian/changelog Wed Oct 10 15:16:07 2007
@@ -1,0 +1,5 @@
+blueproximity (1.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #446010)
+
+ -- Francesco Namuri <francesco at namuri.it>  Wed, 10 Oct 2007 13:15:05 +0200

Added: blueproximity/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/compat?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/compat (added)
+++ blueproximity/trunk/debian/compat Wed Oct 10 15:16:07 2007
@@ -1,0 +1,1 @@
+5

Added: blueproximity/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/control?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/control (added)
+++ blueproximity/trunk/debian/control Wed Oct 10 15:16:07 2007
@@ -1,0 +1,24 @@
+Source: blueproximity
+Section: admin
+Priority: extra
+Maintainer: Francesco Namuri <francesco at namuri.it>
+Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5.6), imagemagick, patchutils
+XS-Python-Version: all
+Standards-Version: 3.7.2
+Homepage: http://blueproximity.sourceforge.net/
+
+Package: blueproximity
+Architecture: all
+Depends: ${python:Depends}, bluez-utils, python-configobj, python-bluez, python-gtk2, python-glade2, python-gobject
+XB-Python-Version: ${python:Versions}
+Description: locks/unlocks your desktop tracking a bluetooth device
+ blueproximity helps you adding a little more security to your desktop.
+ It does so by detecting one of your bluetooth devices, most likely your
+ mobile phone, and keeping track of its distance. If you move away from
+ your computer and the distance is above a certain level (no measurement
+ in meters is possible) for a given time, it automatically locks your
+ desktop (or starts any other shell command you want).
+ .
+ Once away, if you return nearer than a given level for a set time your
+ computer unlocks magically without any interaction (or starts any other
+ shell command you want).

Added: blueproximity/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/copyright?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/copyright (added)
+++ blueproximity/trunk/debian/copyright Wed Oct 10 15:16:07 2007
@@ -1,0 +1,34 @@
+This package was debianized by Francesco Namuri <francesco at namuri.it> on
+Wed, 10 Oct 2007 11:27:46 +0200.
+
+It was downloaded from http://blueproximity.sourceforge.net/
+
+Upstream Author: 
+
+    Lars Friedrichs <LarsFriedrichs at gmx.de>
+
+Copyright: 
+
+    Copyright (C) 2007 Lars Friedrichs <larsfriedrichs at gmx.de>
+
+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'.
+
+The Debian packaging is (C) 2007, Francesco Namuri <francesco at namuri.it> and
+is licensed under the GPL, see above.

Added: blueproximity/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/dirs?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/dirs (added)
+++ blueproximity/trunk/debian/dirs Wed Oct 10 15:16:07 2007
@@ -1,0 +1,1 @@
+usr/bin

Added: blueproximity/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/docs?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/docs (added)
+++ blueproximity/trunk/debian/docs Wed Oct 10 15:16:07 2007
@@ -1,0 +1,2 @@
+README.txt
+manual/

Added: blueproximity/trunk/debian/links
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/links?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/links (added)
+++ blueproximity/trunk/debian/links Wed Oct 10 15:16:07 2007
@@ -1,0 +1,1 @@
+/usr/share/blueproximity/proximity.py /usr/bin/blueproximity

Added: blueproximity/trunk/debian/menu
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/menu?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/menu (added)
+++ blueproximity/trunk/debian/menu Wed Oct 10 15:16:07 2007
@@ -1,0 +1,4 @@
+?package(blueproximity):needs="X11" section="Applications/System/Security"\
+  title="Blueproximity" icon="/usr/share/pixmaps/blueproximity.xpm"\
+  longtitle="Blueproximity locks/unlocks your session with a bluetooth device"\
+  command="/usr/bin/blueproximity"

Added: blueproximity/trunk/debian/patches/dist_path.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/patches/dist_path.patch?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/patches/dist_path.patch (added)
+++ blueproximity/trunk/debian/patches/dist_path.patch Wed Oct 10 15:16:07 2007
@@ -1,0 +1,12 @@
+diff -Nur blueproximity-1.2/proximity.py blueproximity-1.2.new/proximity.py
+--- blueproximity-1.2/proximity.py	2007-09-11 23:48:34.000000000 +0200
++++ blueproximity-1.2.new/proximity.py	2007-10-10 13:56:17.000000000 +0200
+@@ -69,7 +69,7 @@
+ 
+ # set this value to './' for svn version
+ # or to '/usr/share/blueproximity/' for packaged version
+-dist_path = './' 
++dist_path = '/usr/share/blueproximity/' 
+ 
+ icon_base = 'blueproximity_base.svg'
+ icon_att = 'blueproximity_attention.svg'

Added: blueproximity/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/rules?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/rules (added)
+++ blueproximity/trunk/debian/rules Wed Oct 10 15:16:07 2007
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_INSTALL_MANPAGES_blueproximity = debian/blueproximity.1
+
+install/blueproximity::
+	cp -a CHANGELOG.txt changelog
+	mkdir manual/
+	cp -a doc/* manual/
+	chmod +x proximity.py
+	convert -resize 32x32 blueproximity_base.svg blueproximity.xpm
+
+binary-install/blueproximity::
+	dh_pycentral
+
+cleanbuilddir/blueproximity::
+	rm -f changelog
+	rm -fR manual
+	rm -f blueproximity.xpm
+	chmod -x proximity.py

Propchange: blueproximity/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: blueproximity/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/blueproximity/trunk/debian/watch?rev=578&op=file
==============================================================================
--- blueproximity/trunk/debian/watch (added)
+++ blueproximity/trunk/debian/watch Wed Oct 10 15:16:07 2007
@@ -1,0 +1,3 @@
+version=3
+
+http://sf.net/blueproximity/blueproximity-(.*)\.tar\.gz




More information about the Pkg-bluetooth-commits mailing list