From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Benjamin Limmer <benjamin.limmer@readytalk.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: Build change in media_build to support Debian
Date: Fri, 20 Jan 2012 08:20:41 -0200 [thread overview]
Message-ID: <4F193FF9.4030604@redhat.com> (raw)
In-Reply-To: <52FE2DCC5CDB044F8C0070326FFDFBF30A3542@WYNENT02.readytalk.com>
Em 19-01-2012 21:04, Benjamin Limmer escreveu:
> commit 2949a7393f3e2598d4de49b408587462b11f819f
> Author: Ben Limmer <benjamin.limmer@readytalk.com>
> Date: Thu Jan 19 16:01:15 2012 -0700
>
> Update to build script to give Debian users the Ubunutu package hints. The aptitude package names are the same.
>
> diff --git a/build b/build
> index c3947b3..6843033 100755
> --- a/build
> +++ b/build
> @@ -134,6 +134,10 @@ sub give_hints()
> give_arch_linux_hints;
> return;
> }
> + if ($system_release =~ /Debian/) {
> + give_ubuntu_hints;
> + return;
> + }
>
> # Fall-back to generic hint code
> foreach my $prog (@missing) {
>
>
> Please see the above commit message. This is an easy change to support hints for debian users. I've confirmed these changes work on Debian Squeeze.
>
> -Ben Limmer--
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Applied, thanks!
next prev parent reply other threads:[~2012-01-20 10:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-19 23:04 Build change in media_build to support Debian Benjamin Limmer
2012-01-20 10:20 ` Mauro Carvalho Chehab [this message]
2012-01-20 13:34 ` Gianluca Gennari
2012-01-20 13:57 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F193FF9.4030604@redhat.com \
--to=mchehab@redhat.com \
--cc=benjamin.limmer@readytalk.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).