[Pkg-mono-svn-commits] rev 2409 - in non-group/beagle/trunk/debian: . patches

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sat Apr 8 13:34:08 UTC 2006


Author: jsogo
Date: 2006-04-08 13:34:05 +0000 (Sat, 08 Apr 2006)
New Revision: 2409

Modified:
   non-group/beagle/trunk/debian/changelog
   non-group/beagle/trunk/debian/patches/beagle-status_watch.dpatch
Log:
A little fix in beagle-status patch


Modified: non-group/beagle/trunk/debian/changelog
===================================================================
--- non-group/beagle/trunk/debian/changelog	2006-04-08 12:58:12 UTC (rev 2408)
+++ non-group/beagle/trunk/debian/changelog	2006-04-08 13:34:05 UTC (rev 2409)
@@ -2,8 +2,9 @@
 
   * New upstream version.
   * Make python-beagle depend on python-gtk2 (Closes: #350628)
+  * beagle-status.dpatch: upgrade
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Apr 2006 14:34:57 +0200
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  8 Apr 2006 15:31:59 +0200
 
 beagle (0.2.3-1) unstable; urgency=low
 

Modified: non-group/beagle/trunk/debian/patches/beagle-status_watch.dpatch
===================================================================
--- non-group/beagle/trunk/debian/patches/beagle-status_watch.dpatch	2006-04-08 12:58:12 UTC (rev 2408)
+++ non-group/beagle/trunk/debian/patches/beagle-status_watch.dpatch	2006-04-08 13:34:05 UTC (rev 2409)
@@ -5,13 +5,16 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad beagle-0.2.3~/tools/beagle-status beagle-0.2.3/tools/beagle-status
---- beagle-0.2.3~/tools/beagle-status	2006-03-03 20:13:34.000000000 +0100
-+++ beagle-0.2.3/tools/beagle-status	2006-03-18 14:16:00.000000000 +0100
-@@ -1,15 +1,3 @@
+diff -urNad beagle-0.2.4~/tools/beagle-status beagle-0.2.4/tools/beagle-status
+--- beagle-0.2.4~/tools/beagle-status	2006-04-07 18:16:02.000000000 +0200
++++ beagle-0.2.4/tools/beagle-status	2006-04-08 15:31:27.000000000 +0200
+@@ -1,18 +1,3 @@
  #!/bin/sh
  
--if [ -x "./beagle-info" ]; then
+-# This line will be automatically uncommented when you "make install"
+-#installed=1
+-
+-if [ -z $installed ]; then
 -    CMD="./beagle-info"
 -else
 -    CMD="beagle-info"
@@ -24,4 +27,4 @@
 -    # beagle-info causes a CPU spike, keep the hammering low
 -    sleep 5
 -done
-+ watch -n 5 beagle-info --status
++watch -n 5 beagle-info --status




More information about the Pkg-mono-svn-commits mailing list