[Pkg-cli-apps-commits] r3840 - in /packages/beagle/trunk/debian: changelog control patches/00list patches/beagle_secure_scripts.dpatch patches/crawl-rules.dpatch

jsogo at users.alioth.debian.org jsogo at users.alioth.debian.org
Mon Mar 24 22:43:38 UTC 2008


Author: jsogo
Date: Mon Mar 24 22:43:37 2008
New Revision: 3840

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3840
Log:
beagle:
 + New upstream release
 + Evolution backends now list glib-sharp as a needed dependency: disable patch
 + Crawl-rules config files were moved and option for not run if on 
 battery was added by default: update patch.
 + Update beagle_secure_scripts patch

Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/control
    packages/beagle/trunk/debian/patches/00list
    packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch
    packages/beagle/trunk/debian/patches/crawl-rules.dpatch

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=3840&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Mon Mar 24 22:43:37 2008
@@ -1,3 +1,19 @@
+beagle (0.3.4-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    + Show a better error message if ~/.beagle is not found when the firefox
+    extension is started (helps #463922)
+    + Evolution backends reference glib-sharp
+  * debian/patches:
+    + glib-sharp-2.0-support: disabled. Included upstream.
+    + beagle_secure_scripts: updated
+    + crawl-rules: location for config files has changed, and Beagle does not
+    index when on battery by default now.
+  * Bump build-dependencies, Mono >=1.2.6 and gmime-sharp >=2.2.16 are now
+    needed to build the package.
+
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Mon, 24 Mar 2008 23:34:48 +0100
+
 beagle (0.3.3-3) unstable; urgency=low
 
   * Fix FTFBS in evolution plugin (Closes: #470328)

Modified: packages/beagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/control?rev=3840&op=diff
==============================================================================
--- packages/beagle/trunk/debian/control (original)
+++ packages/beagle/trunk/debian/control Mon Mar 24 22:43:37 2008
@@ -13,8 +13,8 @@
  unzip,
  gtk-doc-tools,
  xdg-utils,
- mono-gmcs (>= 1.2.4) | c-sharp-2.0-compiler,
- libmono-dev (>= 1.2.4),
+ mono-gmcs (>= 1.2.6) | c-sharp-2.0-compiler,
+ libmono-dev (>= 1.2.6),
  libmono-cairo2.0-cil,
  libgtk2.0-cil (>= 2.4),
  libgnome2.0-cil,

Modified: packages/beagle/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/00list?rev=3840&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/00list (original)
+++ packages/beagle/trunk/debian/patches/00list Mon Mar 24 22:43:37 2008
@@ -5,4 +5,4 @@
 fix_UiUtil.dll.config
 fix_Util.dll.config
 fix_beagle-build-index-manpage.dpatch
-glib-sharp-2.0-support.dpatch
+#glib-sharp-2.0-support.dpatch

Modified: packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch?rev=3840&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch (original)
+++ packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch Mon Mar 24 22:43:37 2008
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad beagle-0.3.2~/ImLogViewer/beagle-imlogviewer.in beagle-0.3.2/ImLogViewer/beagle-imlogviewer.in
---- beagle-0.3.2~/ImLogViewer/beagle-imlogviewer.in	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/ImLogViewer/beagle-imlogviewer.in	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/ImLogViewer/beagle-imlogviewer.in beagle-0.3.4/ImLogViewer/beagle-imlogviewer.in
+--- beagle-0.3.4~/ImLogViewer/beagle-imlogviewer.in	2007-11-27 02:49:57.000000000 +0100
++++ beagle-0.3.4/ImLogViewer/beagle-imlogviewer.in	2008-03-24 23:23:10.000000000 +0100
 @@ -1,18 +1,11 @@
 -#!@bash@
 +#!/bin/bash
@@ -28,9 +28,9 @@
  
  MONO_PATH="$THIS_PATH${MONO_PATH+:$MONO_PATH}" exec -a beagle-imlogviewer mono $MONO_EXTRA_ARGS --debug $THIS_EXE "$@"
  
-diff -urNad beagle-0.3.2~/beagled/beagled-index-helper.in beagle-0.3.2/beagled/beagled-index-helper.in
---- beagle-0.3.2~/beagled/beagled-index-helper.in	2007-12-14 09:46:08.000000000 +0100
-+++ beagle-0.3.2/beagled/beagled-index-helper.in	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/beagled/beagled-index-helper.in beagle-0.3.4/beagled/beagled-index-helper.in
+--- beagle-0.3.4~/beagled/beagled-index-helper.in	2008-02-10 03:40:46.000000000 +0100
++++ beagle-0.3.4/beagled/beagled-index-helper.in	2008-03-24 23:23:10.000000000 +0100
 @@ -1,22 +1,10 @@
 -#!@bash@
 +#!/bin/bash
@@ -55,9 +55,9 @@
  
  if [ -n "$_GET_ON_THE_HEAP_BUDDY_BANDWAGON" ]; then
     n=1
-diff -urNad beagle-0.3.2~/beagled/beagled.in beagle-0.3.2/beagled/beagled.in
---- beagle-0.3.2~/beagled/beagled.in	2007-12-14 09:46:08.000000000 +0100
-+++ beagle-0.3.2/beagled/beagled.in	2007-12-28 22:15:34.000000000 +0100
+diff -urNad beagle-0.3.4~/beagled/beagled.in beagle-0.3.4/beagled/beagled.in
+--- beagle-0.3.4~/beagled/beagled.in	2008-01-03 10:22:37.000000000 +0100
++++ beagle-0.3.4/beagled/beagled.in	2008-03-24 23:25:23.000000000 +0100
 @@ -3,33 +3,6 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -84,7 +84,7 @@
 -    fi
 -
 -    if [ -z $BEAGLE_CONF_DIR ]; then
--	    export BEAGLE_CONF_DIR="../tools/config-files"
+-	    export BEAGLE_CONF_DIR="../conf-data"
 -    fi
 -
 -else
@@ -114,9 +114,9 @@
  
  if [ $monogrind -eq 1 ]; then
      export GC_DONT_GC=1
-diff -urNad beagle-0.3.2~/beagled/wrapper.in beagle-0.3.2/beagled/wrapper.in
---- beagle-0.3.2~/beagled/wrapper.in	2007-12-14 09:46:08.000000000 +0100
-+++ beagle-0.3.2/beagled/wrapper.in	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/beagled/wrapper.in beagle-0.3.4/beagled/wrapper.in
+--- beagle-0.3.4~/beagled/wrapper.in	2008-01-03 10:22:37.000000000 +0100
++++ beagle-0.3.4/beagled/wrapper.in	2008-03-24 23:24:37.000000000 +0100
 @@ -1,29 +1,13 @@
 -#!@bash@
 +#!/bin/bash
@@ -135,7 +135,7 @@
 -    export BEAGLE_FILTER_PATH="../Filters${BEAGLE_FILTER_PATH+:$BEAGLE_FILTER_PATH}"
 -
 -    if [ -z $BEAGLE_CONF_DIR ]; then
--	    export BEAGLE_CONF_DIR="../tools/config-files"
+-	    export BEAGLE_CONF_DIR="../conf-data"
 -    fi
 -
 -else
@@ -148,10 +148,10 @@
  
  MONO_PATH="$THIS_PATH${MONO_PATH+:$MONO_PATH}" exec -a @wrapper@ mono $MONO_EXTRA_ARGS $THIS_EXE "$@"
  
-diff -urNad beagle-0.3.2~/search/beagle-search.in beagle-0.3.2/search/beagle-search.in
---- beagle-0.3.2~/search/beagle-search.in	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/search/beagle-search.in	2007-12-28 22:12:31.000000000 +0100
-@@ -1,24 +1,12 @@
+diff -urNad beagle-0.3.4~/search/beagle-search.in beagle-0.3.4/search/beagle-search.in
+--- beagle-0.3.4~/search/beagle-search.in	2008-02-10 21:24:20.000000000 +0100
++++ beagle-0.3.4/search/beagle-search.in	2008-03-24 23:26:25.000000000 +0100
+@@ -1,24 +1,11 @@
 -#!@bash@
 +#!/bin/bash
  
@@ -160,16 +160,16 @@
  
 -if [ -z $installed ] ; then
 -    echo "*** Running uninstalled beagle-search ***"
--    THIS_EXE="./Search.exe"
+-    THIS_EXE="./Beagle.Search.exe"
 -
 -    export LD_LIBRARY_PATH="../glue/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
 -    export MONO_PATH="../Util:../BeagleClient${MONO_PATH+:MONO_PATH}"
 -else
-     THIS_EXE="@pkglibdir@/Search.exe"
- 
-     export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
--fi
- 
+     THIS_EXE="@pkglibdir@/Beagle.Search.exe"
+ 
+     export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
+-fi
+-
 -if [ -z "$BEAGLE_MONO_RUNTIME" ]; then
     export BEAGLE_MONO_RUNTIME="mono"
 -else
@@ -177,9 +177,9 @@
 -fi
  
  exec -a beagle-search $BEAGLE_MONO_RUNTIME $MONO_EXTRA_ARGS $THIS_EXE "$@"
-diff -urNad beagle-0.3.2~/tools/beagle-index-info beagle-0.3.2/tools/beagle-index-info
---- beagle-0.3.2~/tools/beagle-index-info	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-index-info	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/tools/beagle-index-info beagle-0.3.4/tools/beagle-index-info
+--- beagle-0.3.4~/tools/beagle-index-info	2007-11-28 15:38:16.000000000 +0100
++++ beagle-0.3.4/tools/beagle-index-info	2008-03-24 23:23:10.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -192,9 +192,9 @@
 -
 -exec -a beagle-index-info $CMD --index-info
 +exec -a beagle-index-info beagle-info --index-info
-diff -urNad beagle-0.3.2~/tools/beagle-ping beagle-0.3.2/tools/beagle-ping
---- beagle-0.3.2~/tools/beagle-ping	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-ping	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/tools/beagle-ping beagle-0.3.4/tools/beagle-ping
+--- beagle-0.3.4~/tools/beagle-ping	2007-11-28 15:38:43.000000000 +0100
++++ beagle-0.3.4/tools/beagle-ping	2008-03-24 23:23:10.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -207,9 +207,9 @@
 -
 -exec -a beagle-ping $CMD --daemon-version
 +exec -a beagle-ping beagle-info --daemon-version
-diff -urNad beagle-0.3.2~/tools/beagle-status beagle-0.3.2/tools/beagle-status
---- beagle-0.3.2~/tools/beagle-status	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-status	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/tools/beagle-status beagle-0.3.4/tools/beagle-status
+--- beagle-0.3.4~/tools/beagle-status	2007-11-28 15:38:24.000000000 +0100
++++ beagle-0.3.4/tools/beagle-status	2008-03-24 23:23:10.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -222,9 +222,9 @@
 -
 -watch -n 5 $CMD --status
 +watch -n 5 beagle-info --status
-diff -urNad beagle-0.3.2~/tools/wrapper.in beagle-0.3.2/tools/wrapper.in
---- beagle-0.3.2~/tools/wrapper.in	2007-12-14 09:46:03.000000000 +0100
-+++ beagle-0.3.2/tools/wrapper.in	2007-12-28 22:12:31.000000000 +0100
+diff -urNad beagle-0.3.4~/tools/wrapper.in beagle-0.3.4/tools/wrapper.in
+--- beagle-0.3.4~/tools/wrapper.in	2008-01-03 10:22:37.000000000 +0100
++++ beagle-0.3.4/tools/wrapper.in	2008-03-24 23:27:00.000000000 +0100
 @@ -3,36 +3,11 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -245,7 +245,7 @@
 -    THIS_BACKENDS="$TOOLDIR/../beagled"
 -
 -    if [ -z $BEAGLE_CONF_DIR ]; then
--	    export BEAGLE_CONF_DIR="../tools/config-files"
+-	    export BEAGLE_CONF_DIR="../conf-data"
 -    fi
 -
 -else

Modified: packages/beagle/trunk/debian/patches/crawl-rules.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/crawl-rules.dpatch?rev=3840&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/crawl-rules.dpatch (original)
+++ packages/beagle/trunk/debian/patches/crawl-rules.dpatch Mon Mar 24 22:43:37 2008
@@ -5,27 +5,12 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad beagle-0.3.2~/tools/crawl-rules/crawl-applications beagle-0.3.2/tools/crawl-rules/crawl-applications
---- beagle-0.3.2~/tools/crawl-rules/crawl-applications	2007-12-28 19:27:25.000000000 +0100
-+++ beagle-0.3.2/tools/crawl-rules/crawl-applications	2007-12-28 19:27:49.000000000 +0100
-@@ -13,3 +13,5 @@
- CRAWL_CACHE_TEXT="no"
- 
- CRAWL_REMOVE_DELETED_FILES="yes"
-+
-+CRAWL_DISABLE_ON_BATTERY="yes"
-diff -urNad beagle-0.3.2~/tools/crawl-rules/crawl-windows beagle-0.3.2/tools/crawl-rules/crawl-windows
---- beagle-0.3.2~/tools/crawl-rules/crawl-windows	2007-12-28 19:27:25.000000000 +0100
-+++ beagle-0.3.2/tools/crawl-rules/crawl-windows	2007-12-28 19:28:12.000000000 +0100
+diff -urNad beagle-0.3.4~/conf-data/crawl-rules/crawl-windows beagle-0.3.4/conf-data/crawl-rules/crawl-windows
+--- beagle-0.3.4~/conf-data/crawl-rules/crawl-windows	2008-01-03 10:22:37.000000000 +0100
++++ beagle-0.3.4/conf-data/crawl-rules/crawl-windows	2008-03-24 23:30:52.000000000 +0100
 @@ -1,4 +1,4 @@
 -CRAWL_ENABLED="yes"
 +CRAWL_ENABLED="no"
  
  CRAWL_INDEX_NAME="windows"
  
-@@ -11,3 +11,5 @@
- CRAWL_CACHE_TEXT="yes"
- 
- CRAWL_REMOVE_DELETED_FILES="yes"
-+
-+CRAWL_DISABLE_ON_BATTERY="yes"




More information about the Pkg-cli-apps-commits mailing list