[Pkg-bluetooth-commits] r926 - in /packages/blueproximity/trunk/debian: changelog control patches/blueproximity.1.patch

francesco-guest at users.alioth.debian.org francesco-guest at users.alioth.debian.org
Mon Mar 29 09:58:36 UTC 2010


Author: francesco-guest
Date: Mon Mar 29 09:58:33 2010
New Revision: 926

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=926
Log:
* Enhanced the manpage, thanks to Nick Ellery. (Closes: #530454)
* debian/control:  added Recommend on librsvg2-common.
  (Closes: #537551)
* debian/control: replaced dependency on transitional package bluez-utils
  with the dependency on bluetooth package. (Closes: #534319)
* debian/control: Standards-Version bumped to 3.8.3, no changes needed. 
* debian/control: added ${misc:Depends} to dependencies to avoid a lintian
  warning. 

Modified:
    packages/blueproximity/trunk/debian/changelog
    packages/blueproximity/trunk/debian/control
    packages/blueproximity/trunk/debian/patches/blueproximity.1.patch

Modified: packages/blueproximity/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/changelog?rev=926&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/changelog (original)
+++ packages/blueproximity/trunk/debian/changelog Mon Mar 29 09:58:33 2010
@@ -1,3 +1,16 @@
+blueproximity (1.2.5-4) unstable; urgency=low
+
+  * Enhanced the manpage, thanks to Nick Ellery. (Closes: #530454)
+  * debian/control:  added Recommend on librsvg2-common.
+    (Closes: #537551)
+  * debian/control: replaced dependency on transitional package bluez-utils
+    with the dependency on bluetooth package. (Closes: #534319)
+  * debian/control: Standards-Version bumped to 3.8.3, no changes needed. 
+  * debian/control: added ${misc:Depends} to dependencies to avoid a lintian
+    warning. 
+
+ -- Francesco Namuri <francesco at namuri.it>  Mon, 24 Aug 2009 00:10:35 +0200
+
 blueproximity (1.2.5-3) unstable; urgency=low
 
   * debian/rules: install base SVG icon to fallback (hicolor) icon theme 

Modified: packages/blueproximity/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/control?rev=926&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/control (original)
+++ packages/blueproximity/trunk/debian/control Mon Mar 29 09:58:33 2010
@@ -8,11 +8,12 @@
 Vcs-Svn: svn://svn.debian.org/pkg-bluetooth/packages/blueproximity
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity
 Homepage: http://blueproximity.sourceforge.net/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 
 Package: blueproximity
 Architecture: all
-Depends: ${python:Depends}, bluez-utils, python-configobj, python-bluez, python-gtk2, python-glade2, python-gobject
+Depends: ${python:Depends}, ${misc:Depends}, bluetooth, python-configobj, python-bluez, python-gtk2, python-glade2, python-gobject
+Recommends: librsvg2-common
 Suggests: gnome-screensaver | xscreensaver
 XB-Python-Version: ${python:Versions}
 Description: locks/unlocks your desktop tracking a bluetooth device

Modified: packages/blueproximity/trunk/debian/patches/blueproximity.1.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/patches/blueproximity.1.patch?rev=926&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/patches/blueproximity.1.patch (original)
+++ packages/blueproximity/trunk/debian/patches/blueproximity.1.patch Mon Mar 29 09:58:33 2010
@@ -1,5 +1,15 @@
---- blueproximity-1.2.5.new/doc/blueproximity.1	2008-02-28 16:59:01.000000000 +0100
-+++ blueproximity-1.2.5.orig/doc/blueproximity.1	2008-03-23 01:17:19.000000000 +0100
+diff -Nur -x '*.orig' -x '*~' blueproximity-1.2.5/doc/blueproximity.1 blueproximity-1.2.5.new/doc/blueproximity.1
+--- blueproximity-1.2.5/doc/blueproximity.1	2008-02-28 16:59:01.000000000 +0100
++++ blueproximity-1.2.5.new/doc/blueproximity.1	2009-08-23 23:39:57.000000000 +0200
+@@ -22,7 +22,7 @@
+ .SH "DESCRIPTION"
+ .B 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 measurementin meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want).
++It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move furter than a certain distance from your computer for longer than a given time, it automatically locks your desktop (or starts an arbitrary shell command). The "distance" must be specified as a measure of bluetooth signal strength rather than in meters, but BlueProximity's setup procedure helps with this by showing you an indicator of current signal strength.
+ 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).
+ .PP
+ Have a look at the package documentation in your distribution's doc directory, likely /usr/share/doc/blueproximity, to read the complete html manual or visit the website http://blueproximity.sourceforge.net .
 @@ -30,11 +30,11 @@
  .B blueproximity
  doesn't support any command\-line parameter.




More information about the Pkg-bluetooth-commits mailing list