Bug#596593: vdr-dev: vdrdbg-buildpackage is not a makefile
Julien Cristau
jcristau at debian.org
Sun Sep 12 18:46:31 UTC 2010
Package: vdr-dev
Version: 1.6.0-18
Severity: normal
Looking at the diff between vdr in testing and sid I notice:
-export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS noopt nostrip"
+[ -z "$DEB_BUILD_OPTIONS" ] || export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS "
+export DEB_BUILD_OPTIONS="$(DEB_BUILD_OPTIONS)noopt nostrip"
The $(foo) syntax to reference a variable is a make-ism, it doesn't work
in shell, you want ${foo}.
Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-vdr-dvb-devel/attachments/20100912/92b83156/attachment.pgp>
More information about the pkg-vdr-dvb-devel
mailing list