~ubuntu-branches/ubuntu/lucid/videotrans/lucid

« back to all changes in this revision

Viewing changes to debian/patches/01_scriptify_library_sh.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-07-09 22:47:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070709224721-dcx8bpns3shvewul
Tags: 1.6.0-0ubuntu1
* Initial release (LP: #121729)
* Patches:
 - 01_scriptify_library_sh.dpatch:
   Insert '#!/bin/bash' into library.sh to make it recognized as shell script
 - 02_manpage_hyphens.dpatch:
   Correct the usage of - and \- in manpages
* Stub manpage for undocumented internally used commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_scriptify_library_sh.dpatch by Matvey Kozhev <sikon@lucidfox.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Insert '#!/bin/bash' into library.sh to make it recognized as a shell script
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- videotrans-1.6.0~/data/library.sh.in        2007-07-08 07:55:42.000000000 +0700
 
10
+++ videotrans-1.6.0/data/library.sh.in 2007-07-16 12:33:07.000000000 +0700
 
11
@@ -1,3 +1,4 @@
 
12
+#!/bin/bash
 
13
 # Copyright (c) 2005-2007, Sven Berkvens-Matthijsse
 
14
 # 
 
15
 # All rights reserved.