[Pkg-cli-apps-commits] r3644 - /packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Fri Dec 28 21:18:38 UTC 2007


Author: meebey
Date: Fri Dec 28 21:18:38 2007
New Revision: 3644

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3644
Log:
- fixed patch


Modified:
    packages/beagle/trunk/debian/patches/beagle_secure_scripts.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=3644&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch (original)
+++ packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch Fri Dec 28 21:18:38 2007
@@ -6,8 +6,8 @@
 
 @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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/ImLogViewer/beagle-imlogviewer.in	2007-12-28 19:42:35.000000000 +0100
+--- 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
 @@ -1,18 +1,11 @@
 -#!@bash@
 +#!/bin/bash
@@ -29,8 +29,8 @@
  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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/beagled/beagled-index-helper.in	2007-12-28 19:42:26.000000000 +0100
+--- 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
 @@ -1,22 +1,10 @@
 -#!@bash@
 +#!/bin/bash
@@ -56,9 +56,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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/beagled/beagled.in	2007-12-28 19:41:43.000000000 +0100
-@@ -3,56 +3,6 @@
+--- 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
+@@ -3,33 +3,6 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
  
@@ -89,33 +89,10 @@
 -
 -else
 -
--if [ -z $installed ] ; then
--    echo "*** Running uninstalled @target@ ***"
--
--    # When we run uninstalled, run in the foreground by default.
--    fg_default=1
--
--    TARGET_EXE="./@target@"
--
--    export _BEAGLED_INDEX_HELPER_PATH="."
--
--    export MONO_PATH="../Util:../BeagleClient${MONO_PATH+:$MONO_PATH}"
--
--    export LD_LIBRARY_PATH="../glue/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
--    
--    export BEAGLE_FILTER_PATH="../Filters${BEAGLE_FILTER_PATH+:$BEAGLE_FILTER_PATH}"
--    export BEAGLE_BACKEND_PATH=".${BEAGLE_BACKEND_PATH+:$BEAGLE_BACKEND_PATH}"
--
--    if [ -z $BEAGLE_WEBSERVER_DIR ] ; then
--	    export BEAGLE_WEBSERVER_DIR="./webinterface"
--    fi
--
--else
--
      # Otherwise default to running in the background
      fg_default=0
  
-@@ -61,7 +11,6 @@
+@@ -38,7 +11,6 @@
      export _BEAGLED_INDEX_HELPER_PATH="@pkglibdir@"
      export MONO_PATH="@pkglibdir@${MONO_PATH+:$MONO_PATH}"
      export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
@@ -123,7 +100,7 @@
  
  EVO_LIBDIR="@evolibdir@"
  if [ -n "$EVO_LIBDIR" ]; then
-@@ -127,13 +76,7 @@
+@@ -104,13 +76,7 @@
     MONO_EXTRA_ARGS="--debug $MONO_EXTRA_ARGS"
  fi
  
@@ -138,8 +115,8 @@
  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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/beagled/wrapper.in	2007-12-28 19:42:53.000000000 +0100
+--- 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
 @@ -1,29 +1,13 @@
 -#!@bash@
 +#!/bin/bash
@@ -172,8 +149,8 @@
  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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/search/beagle-search.in	2007-12-28 19:43:07.000000000 +0100
+--- 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 @@
 -#!@bash@
 +#!/bin/bash
@@ -201,8 +178,8 @@
  
  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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-index-info	2007-12-28 19:41:43.000000000 +0100
+--- 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
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -216,8 +193,8 @@
 -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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-ping	2007-12-28 19:41:43.000000000 +0100
+--- 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
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -231,8 +208,8 @@
 -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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/tools/beagle-status	2007-12-28 19:41:43.000000000 +0100
+--- 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
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -246,8 +223,8 @@
 -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-28 19:41:34.000000000 +0100
-+++ beagle-0.3.2/tools/wrapper.in	2007-12-28 19:41:43.000000000 +0100
+--- 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
 @@ -3,36 +3,11 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1




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