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

Re: [Patch] l10n tag is not described in http://www.debian.org/Bugs/Developer



* Frank Lichtenheld <djpig@debian.org> [2004-05-28 10:55] :
> On Thu, May 27, 2004 at 10:18:13PM +0200, Frédéric Bothamy wrote:
> > Hello,
> > 
> > I noticed that the l10n tag for the BTS is not described in the Debian
> > BTS developer info.  The following patch should correct this:
> 
> Don't forget Bugs/server-refcard.wml

Ok, I have looked in the directory Bugs/ and found some interestings
things.

The complete list of tags is currently:
potato, woody, sarge, sarge-ignore, sid, experimental, confirmed, d-i,
fixed, fixed-in-experimental, fixed-upstream, help, l10n, moreinfo,
patch, pending, security, unreproducible, upstream, wontfix, ipv6, lfs.

The page Developer.wml is missing the following tags:
fixed-in-experimental and l10n.

The page server-refcard.wml is missing the following tags: sarge-ignore,
confirmed, d-i, fixed-in-experimental, fixed-upstream, l10n, ipv6 and
lfs.

The page server-control.wml is missing the following tags: sarge-ignore,
fixed-in-experimental, fixed-upstream and l10n.

The page pkgreport-opts.inc (used to build the BTS search page) is
missing the following tags: ipv6 and lfs (though URLs with tag=lfs
seem to work, i.e.
http://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=no&pkg=yencode&tag=lfs).

Anybody mind if I commit the following 2 patches (one for Bugs/*.wml,
one for po/bugs.pot)?


Fred
Index: Developer.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/Bugs/Developer.wml,v
retrieving revision 1.44
diff -u -u -r1.44 Developer.wml
--- Developer.wml	9 Sep 2003 22:15:56 -0000	1.44
+++ Developer.wml	28 May 2004 13:03:34 -0000
@@ -217,6 +217,10 @@
   package (for whatever reason: perhaps it is too complicated to backport
   the change or too minor to be worth bothering).
 
+<dt><code>fixed-in-experimental</code>
+  <dd>The bug has been fixed in the package of the experimental
+  distribution, but not yet in the unstable distribution.
+
 <dt><code>d-i</code>
   <dd>This bug is relevant to the development of debian-installer. It is
   expected that this will be used when the bug affects installer development
@@ -228,6 +232,9 @@
 
 <dt><code>lfs</code>
   <dd>This bug affects support for large files (over 2 gigabytes).
+
+<dt><code>l10n</code>
+  <dd>This bug is relevant to the localisation of the package.
 
 <dt><code>potato</code>
   <dd>This bug particularly applies to the potato release of Debian.
Index: pkgreport-opts.inc
===================================================================
RCS file: /cvs/webwml/webwml/english/Bugs/pkgreport-opts.inc,v
retrieving revision 1.38
diff -u -u -r1.38 pkgreport-opts.inc
--- pkgreport-opts.inc	15 Jan 2004 06:35:17 -0000	1.38
+++ pkgreport-opts.inc	28 May 2004 13:03:34 -0000
@@ -164,6 +164,12 @@
 <define-tag wontfix whitespace=delete>
   <gettext domain="bugs">wontfix</gettext>
 </define-tag>
+<define-tag ipv6 whitespace=delete>
+  <gettext domain="bugs">ipv6</gettext>
+</define-tag>
+<define-tag lfs whitespace=delete>
+  <gettext domain="bugs">lfs</gettext>
+</define-tag>
 
   <li><small><gettext domain="bugs">Include tag:</gettext>
   <label><input type="checkbox" name="include" value="potato"><potato></label>
@@ -186,6 +192,8 @@
   <label><input type="checkbox" name="include" value="unreproducible"><unreproducible></label>
   <label><input type="checkbox" name="include" value="upstream"><upstream></label>
   <label><input type="checkbox" name="include" value="wontfix"><wontfix></label>
+  <label><input type="checkbox" name="include" value="ipv6"><ipv6></label>
+  <label><input type="checkbox" name="include" value="lfs"><lfs></label>
   </small></li>
 
   <li><small><gettext domain="bugs">Exclude tag:</gettext>
@@ -209,6 +217,8 @@
   <label><input type="checkbox" name="exclude" value="unreproducible"><unreproducible></label>
   <label><input type="checkbox" name="exclude" value="upstream"><upstream></label>
   <label><input type="checkbox" name="exclude" value="wontfix"><wontfix></label>
+  <label><input type="checkbox" name="exclude" value="ipv6"><ipv6></label>
+  <label><input type="checkbox" name="exclude" value="lfs"><lfs></label>
   </small></li>
 
 </ul>
Index: server-control.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/Bugs/server-control.wml,v
retrieving revision 1.34
diff -u -u -r1.34 server-control.wml
--- server-control.wml	11 May 2004 00:51:24 -0000	1.34
+++ server-control.wml	28 May 2004 13:03:34 -0000
@@ -196,11 +196,13 @@
 
   <p>Available tags currently include <code>patch</code>, <code>wontfix</code>,
   <code>moreinfo</code>, <code>unreproducible</code>, <code>help</code>,
-  <code>pending</code>, <code>fixed</code>, <code>security</code>,
+  <code>pending</code>, <code>fixed</code>,
+  <code>fixed-in-experimental</code>, <code>fixed-upstream</code>,
+  <code>security</code>, 
   <code>upstream</code>, <code>confirmed</code>, <code>d-i</code>,
-  <code>ipv6</code>, <code>lfs</code>, <code>potato</code>, <code>woody</code>,
-  <code>sarge</code>,
-  <code>sid</code> and <code>experimental</code>.
+  <code>ipv6</code>, <code>lfs</code>, <code>l10n</code,
+  <code>potato</code>, <code>woody</code>, <code>sarge</code>,
+  <code>sarge-ignore</code>, <code>sid</code> and <code>experimental</code>.
 
   <p>For <a href="Developer#tags">their meanings</a> please consult the
   general developers' documentation for the bug system.
Index: server-refcard.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/Bugs/server-refcard.wml,v
retrieving revision 1.21
diff -u -u -r1.21 server-refcard.wml
--- server-refcard.wml	12 Sep 2003 22:28:38 -0000	1.21
+++ server-refcard.wml	28 May 2004 13:03:34 -0000
@@ -66,8 +66,10 @@
 <p><A href="Developer#tags">Tags</A> currently include <code>patch</code>,
 <code>wontfix</code>, <code>moreinfo</code>, <code>unreproducible</code>,
 <code>help</code>, <code>pending</code>, <code>fixed</code>,
-<code>security</code>, <code>upstream</code>, <code>potato</code>,
-<code>woody</code>, <code>sarge</code>, <code>sid</code>,
+<code>fixed-in-experimental</code>, <code>fixed-upstream</code>,
+<code>security</code>, <code>upstream</code>, <code>confirmed</code>, <code>d-i</code>,
+<code>ipv6</code>, <code>lfs</code, <code>l10n</code, <code>potato</code>,
+<code>woody</code>, <code>sarge</code>, <code>sarge-ignore</code>, <code>sid</code>,
 <code>experimental</code>.
 
 <hr>
Index: bugs.pot
===================================================================
RCS file: /cvs/webwml/webwml/english/po/bugs.pot,v
retrieving revision 1.9
diff -u -u -r1.9 bugs.pot
--- bugs.pot	15 Jan 2004 06:35:52 -0000	1.9
+++ bugs.pot	28 May 2004 13:03:44 -0000
@@ -184,10 +184,18 @@
 msgstr ""
 
 #: ../../english/Bugs/pkgreport-opts.inc:168
+msgid "ipv6"
+msgstr ""
+
+#: ../../english/Bugs/pkgreport-opts.inc:171
+msgid "lfs"
+msgstr ""
+
+#: ../../english/Bugs/pkgreport-opts.inc:174
 msgid "Include tag:"
 msgstr ""
 
-#: ../../english/Bugs/pkgreport-opts.inc:191
+#: ../../english/Bugs/pkgreport-opts.inc:199
 msgid "Exclude tag:"
 msgstr ""
 

Reply to: