[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#783024: www.debian.org: Adding USB media as support for Vendors List



On Tue, Apr 21, 2015 at 3:22 AM, Alexandre Delanoë wrote:

> @@ -56,11 +58,12 @@
>      # Vendor allows donations - "Yes" or "No"
>      <td><contribution <get-var contribution />></td>
>      ####################
> -    # Vendor offers "CD", "DVD" or "CD+DVD"
> +    # Vendor offers "CD", "DVD", "CD+DVD" or "USB"
>      <td>\
>        <ifeq <get-var cd /> "yes" "CD">\
>        <ifeq <get-var cd /> "yes" <ifeq <get-var dvd /> "yes" "+">>\
>        <ifeq <get-var dvd /> "yes" "DVD">\
> +      <ifeq <get-var usb /> "yes" "USB">\
>      </td>
>      <td><get-var architectures /></td>
>      <td><ship <get-var ship />></td>

I think this part of the patch is going to produce incorrect results
for combinations of USB with CD/DVD, for example:

CDUSB
CD+DVDUSB
DVDUSB

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: