[SCM] mjpegtools/master: Change shebang line in scripts/lav2mpeg to bash, it is full of bashisms (Closes: #690617), thanks Raphael Geissert.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Oct 16 06:35:45 UTC 2012


The following commit has been merged in the master branch:
commit 0131a6ea477b751091c69ad5eaf3607494a59e95
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue Oct 16 08:40:21 2012 +0200

    Change shebang line in scripts/lav2mpeg to bash, it is full of bashisms (Closes: #690617), thanks Raphael Geissert.

diff --git a/debian/patches/08_use_bash.patch b/debian/patches/08_use_bash.patch
index d19d9bf..7d2ce17 100644
--- a/debian/patches/08_use_bash.patch
+++ b/debian/patches/08_use_bash.patch
@@ -8,3 +8,11 @@
  #
  # lav2tc.bash - use transcode to convert MJPEG avi files to another 
  #               video/audio format.
+--- a/scripts/lav2mpeg
++++ b/scripts/lav2mpeg
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # A convenient front-end for the various mpeg encoding tools.
+ # Allows "1 command" production of a video stream...

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list