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

costela at users.alioth.debian.org costela at users.alioth.debian.org
Sun Mar 23 11:38:26 UTC 2008


Author: costela
Date: Sun Mar 23 11:38:25 2008
New Revision: 697

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=697
Log:
  * debian/rules: install base SVG icon to fallback (hicolor) icon theme 
    (must be manual because it's a rename, unsupported by dh_install)
  * debian/patches/blueproximity.desktop.patch: cleanup and update to use 
    above mentioned SVG instead of XPM (only menu needs XPMs)
  * debian/patches/blueproximity.patch: use sh instead of bash in wrapper
  * debian/control: add Suggests with gnome-screensaver | xscreensaver
  * debian/patches/blueproximity.1.patch: update manpage with info about 
    config dir and replace mention to xscreensaver with


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

Modified: packages/blueproximity/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/changelog?rev=697&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/changelog (original)
+++ packages/blueproximity/trunk/debian/changelog Sun Mar 23 11:38:25 2008
@@ -1,3 +1,17 @@
+blueproximity (1.2.5-3) unstable; urgency=low
+
+  * debian/rules: install base SVG icon to fallback (hicolor) icon theme 
+    (must be manual because it's a rename, unsupported by dh_install)
+  * debian/patches/blueproximity.desktop.patch: cleanup and update to use 
+    above mentioned SVG instead of XPM (only menu needs XPMs)
+  * debian/patches/blueproximity.patch: use sh instead of bash in wrapper
+  * debian/control: add Suggests with gnome-screensaver | xscreensaver
+  * debian/patches/blueproximity.1.patch: update manpage with info about 
+    config dir and replace mention to xscreensaver with
+    gnome-screensaver-command (that's the hard-coded default, anyway)
+
+ -- Leo Costela <costela at debian.org>  Sat, 22 Mar 2008 20:27:11 +0100
+
 blueproximity (1.2.5-2) unstable; urgency=low
 
   * added debian/blueproximity-autostart.desktop autostart script.

Modified: packages/blueproximity/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/control?rev=697&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/control (original)
+++ packages/blueproximity/trunk/debian/control Sun Mar 23 11:38:25 2008
@@ -13,6 +13,7 @@
 Package: blueproximity
 Architecture: all
 Depends: ${python:Depends}, bluez-utils, python-configobj, python-bluez, python-gtk2, python-glade2, python-gobject
+Suggests: gnome-screensaver | xscreensaver
 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.

Added: 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=697&op=file
==============================================================================
--- packages/blueproximity/trunk/debian/patches/blueproximity.1.patch (added)
+++ packages/blueproximity/trunk/debian/patches/blueproximity.1.patch Sun Mar 23 11:38:25 2008
@@ -1,0 +1,17 @@
+--- 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
+@@ -30,11 +30,11 @@
+ .B blueproximity
+ doesn't support any command\-line parameter.
+ .SH "FILES"
+-.I ~/.blueproximityrc
++.I ~/.blueproximity/*.conf
+ .BR
+-The config file containing the user's settings.
++Config files for each profile.
+ .SH "SEE ALSO"
+-.BR xscreensaver (1).
++.BR gnome-screensaver-command (1).
+ .SH "AUTHOR"
+ blueproximity was written by Lars Friedrichs <larsfriedrichs at gmx.de>.
+ .PP 

Modified: packages/blueproximity/trunk/debian/patches/blueproximity.desktop.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/patches/blueproximity.desktop.patch?rev=697&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/patches/blueproximity.desktop.patch (original)
+++ packages/blueproximity/trunk/debian/patches/blueproximity.desktop.patch Sun Mar 23 11:38:25 2008
@@ -1,9 +1,16 @@
-diff -Nur blueproximity-1.2.5.orig/addons/blueproximity.desktop blueproximity-1.2.5.orig.new/addons/blueproximity.desktop
 --- blueproximity-1.2.5.orig/addons/blueproximity.desktop	2008-02-28 16:59:01.000000000 +0100
-+++ blueproximity-1.2.5.orig.new/addons/blueproximity.desktop	2008-03-10 01:56:11.000000000 +0100
-@@ -1,5 +1,4 @@
++++ blueproximity-1.2.5.new/addons/blueproximity.desktop	2008-03-22 21:00:10.000000000 +0100
+@@ -1,12 +1,9 @@
  [Desktop Entry]
 -Encoding=UTF-8
  Version=1.0
  Type=Application
  Terminal=false
+-Name[de_DE]=BlueProximity
+ Exec=/usr/bin/blueproximity
+-Icon[de_DE]=/usr/share/pixmaps/blueproximity.xpm
+ Name=BlueProximity
+-Icon=/usr/share/pixmaps/blueproximity.xpm
++Icon=blueproximity
+ Categories=Application;Utility;
+ StartupNotify=false

Added: packages/blueproximity/trunk/debian/patches/blueproximity.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/patches/blueproximity.patch?rev=697&op=file
==============================================================================
--- packages/blueproximity/trunk/debian/patches/blueproximity.patch (added)
+++ packages/blueproximity/trunk/debian/patches/blueproximity.patch Sun Mar 23 11:38:25 2008
@@ -1,0 +1,8 @@
+--- blueproximity-1.2.5.new/addons/blueproximity	2008-02-28 16:59:01.000000000 +0100
++++ blueproximity-1.2.5.orig/addons/blueproximity	2008-03-23 01:02:13.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # BlueProximity startup script
+ # (c) 2007-08-17 Lars Friedrichs
+ python /usr/share/blueproximity/proximity.py

Modified: packages/blueproximity/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/rules?rev=697&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/rules (original)
+++ packages/blueproximity/trunk/debian/rules Sun Mar 23 11:38:25 2008
@@ -10,3 +10,6 @@
 
 binary-install/blueproximity::
 	dh_pycentral
+
+binary-post-install/blueproximity::
+	install -D -m 0644 $(CURDIR)/blueproximity_base.svg $(CURDIR)/debian/blueproximity/usr/share/icons/hicolor/scalable/apps/blueproximity.svg




More information about the Pkg-bluetooth-commits mailing list