[Pkg-kde-extras] Bug#499713: [kipi-plugins]

2008-09-21 Thread Sven Eckelmann
Package: kipi-plugins

The patch against the current unstable/testing package.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org



--- a/debian/patches/50_images2mpg_default_bin_folder.diff
+++ b/debian/patches/50_images2mpg_default_bin_folder.diff
@@ -1,11 +1,5 @@
 --- a/kipi-plugins/mpegencoder/images2mpg
 +++ b/kipi-plugins/mpegencoder/images2mpg
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- 
- # ---
- # DESCRIPTION :
 @@ -229,10 +229,10 @@
  TEMPORARYFOLDER=""
  


signature.asc
Description: This is a digitally signed message part.
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#499713: [kipi-plugins] images2mpg not posix compatible but only depends on /bin/sh

2008-09-21 Thread Sven Eckelmann
Package: kipi-plugins
Version: 0.1.5-2
Severity: normal
Tags: patch

The current version of images2mpg will fail when you don't have bash installed 
as you default shell (/bin/sh). It can be tested when you install dash and 
reconfigure your system by using "dpkg-reconfigure dash" and then say "Yes" 
that dash should be you default shell. When you now start "images2mpg -i" you 
will get some shell errors:
[: 246: 1: unexpected operator
shift: 546: can't shift that many

To fix this the shell must be changed to /bin/bash.. The problem seems to be 
created by debian and not by upstream. The problematic patch is in 
debian/patches/50_images2mpg_default_bin_folder.diff


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org




signature.asc
Description: This is a digitally signed message part.
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras