[Pkg-samba-maint] [samba] 02/03: Add wrapper for cups-config
Jelmer Vernooij
jelmer at samba.org
Mon Oct 21 21:39:09 UTC 2013
On Mon, Oct 21, 2013 at 08:54:53PM +0000, Ivo De Decker wrote:
> This is an automated email from the git hooks/post-receive script.
>
> idd-guest pushed a commit to branch master
> in repository samba.
>
> commit 38b3709ddba8b6617f48d033123e7fab2202698e
> Author: Ivo De Decker <ivo.dedecker at ugent.be>
> Date: Mon Oct 21 22:16:24 2013 +0200
>
> Add wrapper for cups-config
> ---
> debian/bin/cups-config | 6 ++++++
> debian/changelog | 2 ++
> 2 files changed, 8 insertions(+)
>
> diff --git a/debian/bin/cups-config b/debian/bin/cups-config
> new file mode 100755
> index 0000000..64ac41b
> --- /dev/null
> +++ b/debian/bin/cups-config
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +# wrapper around cups-config, to work around #726726
> +
> +DEB_HOST_MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH`
> +/usr/bin/cups-config "$@" | sed "s;-L/usr/lib/${DEB_HOST_MULTIARCH}; ;g"
Is there a reason this is in Samba's debian/ directory? Wouldn't this
kind of hack be more appropriate in the cups-config that's shipped by
the cups package, so that all users would benefit from it?
Cheers,
Jelmer
More information about the Pkg-samba-maint
mailing list