Bug#458084: FTBFS: bashism in debian/rules

2007-12-29 Thread Rafael Laboissiere
* Clint Adams <[EMAIL PROTECTED]> [2007-12-28 18:29]: > On Fri, Dec 28, 2007 at 03:53:35PM +0100, Robert Bihlmeyer wrote: > > With /bin/sh being dash this package fails to build due to a bashism in line > > 51 of debian/rules: > > cp $${f/libmtp$(SOVERSION)/libmtp} $$f ;\ > > >

Bug#458084: FTBFS: bashism in debian/rules

2007-12-28 Thread Clint Adams
On Fri, Dec 28, 2007 at 03:53:35PM +0100, Robert Bihlmeyer wrote: > With /bin/sh being dash this package fails to build due to a bashism in line > 51 of debian/rules: > cp $${f/libmtp$(SOVERSION)/libmtp} $$f ;\ > > The attached patch fixes it. > diff -u libmtp-0.2.4/debian/r

Bug#458084: FTBFS: bashism in debian/rules

2007-12-28 Thread Robert Bihlmeyer
Package: libmtp Version: 0.2.4-2 Severity: serious Tags: patch Justification: no longer builds from source With /bin/sh being dash this package fails to build due to a bashism in line 51 of debian/rules: cp $${f/libmtp$(SOVERSION)/libmtp} $$f ;\ The attached patch fixes it