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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/caktje6gfwuwfu43rbxdot4njnjwaeitge0sreree-9pah-m...@mail.gmail.com

