[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-12-gcb04aa0

Sandro Tosi morph at debian.org
Sat Jan 2 01:17:34 UTC 2010


The following commit has been merged in the master branch:
commit 637e3f3cb4ed9ecb3ab977e5aea302303bb042d4
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Dec 30 19:37:11 2009 +0100

    fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for the report; Closes: #563051

diff --git a/debian/changelog b/debian/changelog
index dc7ced3..e15a87e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,11 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
   * share/presubj
     - refer to reportbug.d.o instead of bugs.d.o as SMTP server; thanks to Karl
       Goetz for the report and patch; Closes: #561802
+  * doc/README.{developers, source}
+    - fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for the
+      report; Closes: #563051
 
- -- Sandro Tosi <morph at debian.org>  Wed, 30 Dec 2009 00:43:31 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 30 Dec 2009 19:36:00 +0100
 
 reportbug (4.9) unstable; urgency=low
 
diff --git a/doc/README.developers b/doc/README.developers
index 8da77f9..574cdf3 100644
--- a/doc/README.developers
+++ b/doc/README.developers
@@ -65,7 +65,7 @@ They just need to add a "send-to" header to the control file
 
 	Send-To: bugs.myproject.com
 
-`bug' will add `submit@' `quiet@' or `maintonly@' to form the address the
+``reportbug`` will add ``submit@` ``quiet@`` or ``maintonly@`` to form the address the
 bug report mail is send to.
 
 (Note: you probably should use dpkg's support for Origin and Bugs tags
diff --git a/doc/README.source b/doc/README.source
index 6991b6b..8073d09 100644
--- a/doc/README.source
+++ b/doc/README.source
@@ -12,12 +12,12 @@ The source tree for ``reportbug`` is organised this way:
   * ``debian/`` contains the control files used to build the Debian
     source and binary packages.
 
-* `Programs`_
+* Programs
 
   * ``bin/`` contains the end-user programs (e.g. ``reportbug``,
     ``querybts``).
 
-* `Libraries`_
+* Libraries
 
   * ``reportbug/`` contains the Python library module package used by
     the programs.
@@ -28,7 +28,7 @@ The source tree for ``reportbug`` is organised this way:
     discovered and run using the ``nosetests`` program, and are named
     as ``test_*.py``.
 
-* `Internal checking framework`_
+* Internal checking framework
 
   * ``checks/`` contains various scripts that ensure reportbug's
     internals are up-to-date with the Debian BTS.

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list