Em 19-01-2012 21:04, Benjamin Limmer escreveu: > commit 2949a7393f3e2598d4de49b408587462b11f819f > Author: Ben Limmer <benjamin.limmer@xxxxxxxxxxxxx> > 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html