~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: 2008-05-11 16:12:03 UTC
  • Revision ID: james.westby@ubuntu.com-20080511161203-ft5x71mfip1s04nz
Tags: 1.6.0-0ubuntu3
* The "debhelper 7 migration" release.
* Bumped compat and Standards-Version.
* Significantly shortened debian/rules.
* Migrated from dpatch to quilt.

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.