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

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



Your message dated Fri, 08 May 2015 14:20:12 +0000
with message-id <E1Yqj8O-0001v7-CL@moszumanska.debian.org>
and subject line Debian WWW CVS commit by holger-guest fixes #783024
has caused the Debian Bug report #783024,
regarding www.debian.org: Adding USB media as support for Vendors List
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
783024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783024
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal

Dear Maintainer,
here is a patch to add USB media as support for Vendors List, according
to discussion:

Message-ID: <CAKTje6FGQhRovRfNjSHVHKf21JQ-29aoCBF5Daq4kG3hXTek4g@mail.gmail.com>

Thanks in advance.
Cheers,
anoe


--- vendors.CD.def	2011-07-10 19:51:52.000000000 +0200
+++ vendors.CD.def.new	2015-04-20 20:08:53.414254851 +0200
@@ -11,6 +11,7 @@
 <gettext domain="vendors">email:</gettext>
 <gettext domain="vendors">CD Type:</gettext>
 <gettext domain="vendors">DVD Type:</gettext>
+<gettext domain="vendors">USB Type:</gettext>
 <gettext domain="vendors">Architectures:</gettext>
 -->
 
@@ -25,7 +26,7 @@
     <tr>
       <th><gettext domain="vendors">Vendor</gettext></th>
       <th><gettext domain="vendors">Allows Contributions</gettext></th>
-      <th><gettext domain="vendors">CD/DVD</gettext></th>
+      <th><gettext domain="vendors">CD/DVD/USB</gettext></th>
       <th><gettext domain="vendors">Architectures</gettext></th>
       <th><gettext domain="vendors">Ship International</gettext></th>
       <th><gettext domain="vendors">Contact</gettext></th>
@@ -46,6 +47,7 @@
   <preserve contacturl />
   <preserve cd />
   <preserve dvd />
+  <preserve usb />
   <set-var %attributes />
   <tr class="<get-var trclass />">
   <ifeq <get-var trclass /> "a" <set-var trclass="b" /> <set-var trclass="a" /> />
@@ -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>
@@ -80,16 +83,17 @@
   # Ensure that the list is sorted:
   <ifeq <string-compare "<get-var name />" "<get-var prevname />" caseless="true" />
         "less"
-        <exit status="1" message="CD/DVD Vendor entries not sorted - '<get-var name />' should appear before '<get-var prevname />' in the list!" />
+        <exit status="1" message="CD/DVD/USB Vendor entries not sorted - '<get-var name />' should appear before '<get-var prevname />' in the list!" />
   />
   ####################
   # Ensure that the entry is in the right country section
   <ifneq <get-var country /> <get-var code />
-    <exit status="1" message="CD/DVD Vendor '<get-var name />' should appear inside the country tag for country '<get-var country />', but it is inside that for '<get-var code />'!" />
+    <exit status="1" message="CD/DVD/USB Vendor '<get-var name />' should appear inside the country tag for country '<get-var country />', but it is inside that for '<get-var code />'!" />
   />\
   <set-var prevname="<get-var name />" />
   <restore dvd />
   <restore cd />
+  <restore usb />
   <restore contacturl />
   <restore ship />
   <restore contribution />

--- End Message ---
--- Begin Message ---
This bug was closed by holger-guest in the webwml CVS repository:

http://www.debian.org/devel/website/using_cvs

Note that it might take some time until www.debian.org has been updated.

CVSROOT:	/cvs/webwml
Module name:	webwml
Changes by:	holger-guest	15/05/08 14:20:11

Modified files:
	italian/doc    : devel-manuals.wml 

Log message:
	sync

Modified files:
	english/vote/2015: vote_001.wml 
Added files:
	english/vote/2015/platforms: Makefile algernon.wml index.wml 
	                             mehdi.wml neilm.wml 

Log message:
	Add candidates and platforms, move to discussion period.

Modified files:
	english/CD/vendors: vendors.CD.def 

Log message:
	www.debian.org: Adding USB media as support for Vendors List.
	Closes: 783024

--- End Message ---

Reply to: