[Pkg-cli-apps-commits] r3842 - in /packages/beagle/trunk/debian: changelog patches/beagle_secure_scripts.dpatch

jsogo at users.alioth.debian.org jsogo at users.alioth.debian.org
Mon Mar 24 23:00:00 UTC 2008


Author: jsogo
Date: Mon Mar 24 23:00:00 2008
New Revision: 3842

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3842
Log:
beagle:
 + Force use of bash where needed (#464494)

Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=3842&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Mon Mar 24 23:00:00 2008
@@ -6,13 +6,13 @@
     + Evolution backends reference glib-sharp
   * debian/patches:
     + glib-sharp-2.0-support: disabled. Included upstream.
-    + beagle_secure_scripts: updated
+    + beagle_secure_scripts: force using bash where needed (Closes: #464494)
     + 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
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Mon, 24 Mar 2008 23:58:47 +0100
 
 beagle (0.3.3-3) unstable; urgency=low
 

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=3842&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch (original)
+++ packages/beagle/trunk/debian/patches/beagle_secure_scripts.dpatch Mon Mar 24 23:00:00 2008
@@ -7,7 +7,7 @@
 @DPATCH@
 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
++++ beagle-0.3.4/ImLogViewer/beagle-imlogviewer.in	2008-03-24 23:57:04.000000000 +0100
 @@ -1,18 +1,11 @@
 -#!@bash@
 +#!/bin/bash
@@ -30,7 +30,7 @@
  
 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
++++ beagle-0.3.4/beagled/beagled-index-helper.in	2008-03-24 23:57:04.000000000 +0100
 @@ -1,22 +1,10 @@
 -#!@bash@
 +#!/bin/bash
@@ -57,8 +57,11 @@
     n=1
 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 @@
++++ beagle-0.3.4/beagled/beagled.in	2008-03-24 23:57:33.000000000 +0100
+@@ -1,35 +1,8 @@
+-#!@bash@
++#!/bin/bash
+ 
  # This line will be automatically uncommented when you "make install"
  #installed=1
  
@@ -116,7 +119,7 @@
      export GC_DONT_GC=1
 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
++++ beagle-0.3.4/beagled/wrapper.in	2008-03-24 23:57:04.000000000 +0100
 @@ -1,29 +1,13 @@
 -#!@bash@
 +#!/bin/bash
@@ -150,7 +153,7 @@
  
 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
++++ beagle-0.3.4/search/beagle-search.in	2008-03-24 23:57:04.000000000 +0100
 @@ -1,24 +1,11 @@
 -#!@bash@
 +#!/bin/bash
@@ -179,7 +182,7 @@
  exec -a beagle-search $BEAGLE_MONO_RUNTIME $MONO_EXTRA_ARGS $THIS_EXE "$@"
 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
++++ beagle-0.3.4/tools/beagle-index-info	2008-03-24 23:57:04.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -194,7 +197,7 @@
 +exec -a beagle-index-info beagle-info --index-info
 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
++++ beagle-0.3.4/tools/beagle-ping	2008-03-24 23:57:04.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -209,7 +212,7 @@
 +exec -a beagle-ping beagle-info --daemon-version
 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
++++ beagle-0.3.4/tools/beagle-status	2008-03-24 23:57:04.000000000 +0100
 @@ -3,10 +3,4 @@
  # This line will be automatically uncommented when you "make install"
  #installed=1
@@ -224,7 +227,7 @@
 +watch -n 5 beagle-info --status
 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
++++ beagle-0.3.4/tools/wrapper.in	2008-03-24 23:57:04.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