[Pkg-cli-apps-commits] r3636 - in /packages/beagle-xesam/trunk/debian/patches: 00list usebash.dpatch

jsogo at users.alioth.debian.org jsogo at users.alioth.debian.org
Thu Dec 27 00:05:54 UTC 2007


Author: jsogo
Date: Thu Dec 27 00:05:53 2007
New Revision: 3636

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3636
Log:
beagle-xesam
 + Force using of bash in wrapper

Added:
    packages/beagle-xesam/trunk/debian/patches/usebash.dpatch   (with props)
Modified:
    packages/beagle-xesam/trunk/debian/patches/00list

Modified: packages/beagle-xesam/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/patches/00list?rev=3636&op=diff
==============================================================================
--- packages/beagle-xesam/trunk/debian/patches/00list (original)
+++ packages/beagle-xesam/trunk/debian/patches/00list Thu Dec 27 00:05:53 2007
@@ -1,1 +1,2 @@
 link_system_libs.dpatch
+usebash.dpatch

Added: packages/beagle-xesam/trunk/debian/patches/usebash.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/patches/usebash.dpatch?rev=3636&op=file
==============================================================================
--- packages/beagle-xesam/trunk/debian/patches/usebash.dpatch (added)
+++ packages/beagle-xesam/trunk/debian/patches/usebash.dpatch Thu Dec 27 00:05:53 2007
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## usebash.dpatch by Jose Carlos Garcia Sogo <jsogo at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad beagle-xesam-0.1~/src/wrapper.in beagle-xesam-0.1/src/wrapper.in
+--- beagle-xesam-0.1~/src/wrapper.in	2007-11-20 03:48:46.000000000 +0100
++++ beagle-xesam-0.1/src/wrapper.in	2007-12-27 01:05:33.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!@bash@
++#!/bin/bash
+ 
+ # This line will be automatically uncommented when you "make install"
+ #installed=1

Propchange: packages/beagle-xesam/trunk/debian/patches/usebash.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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