ubuntu: Ignore packages in packagelist.in which are missing.
authorRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 10:04:30 +0000 (11:04 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 16:37:16 +0000 (17:37 +0100)
For distros using 'yum', packages which cannot be found are just
ignored.  This allows us to include for example 'e4fsprogs' on the
list even though that only exists on RHEL 5.

However for Debian-derived distros, missing packages would cause
apt to fail.  This was particularly a problem when building Ubuntu
since it doesn't have as complete a list of packages, and the list
changed a lot between releases.

This commit adds a check first for missing packages, ignoring those
and thus acting more like 'yum'.


No differences found