← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~andrewsomething/ubuntu-packaging-guide/fix-note into lp:ubuntu-packaging-guide

 

Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/fix-note into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/fix-note/+merge/130242

Fixes an error I noticed during building. It makes the note not actually show in the html. Apparently you can't start a line in a note with a role tag.

home/andrew/Desktop/ubuntu-packaging-guide/ubuntu-packaging-guide/fixing-a-bug-example.rst:253: ERROR: Error in "note" directive:
invalid option block.

.. note:: If the problem is just in Ubuntu, you might want to consider
        :doc:`Seeking Review and Sponsorship<./udd-sponsorship>`
        to get the fix included.
-- 
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/fix-note/+merge/130242
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/fix-note into lp:ubuntu-packaging-guide.
=== modified file 'ubuntu-packaging-guide/fixing-a-bug-example.rst'
--- ubuntu-packaging-guide/fixing-a-bug-example.rst	2012-10-16 12:17:54 +0000
+++ ubuntu-packaging-guide/fixing-a-bug-example.rst	2012-10-17 22:07:21 +0000
@@ -250,9 +250,9 @@
 If everything went well you should get a mail from Debian's bug tracking 
 system with more information. This might sometimes take a few minutes.
 
-.. note:: If the problem is just in Ubuntu, you might want to consider
-        :doc:`Seeking Review and Sponsorship<./udd-sponsorship>` 
-        to get the fix included.
+.. note:: If the problem is just in Ubuntu, you might want to
+          consider :doc:`Seeking Review and Sponsorship<./udd-sponsorship>`
+          to get the fix included.
 
 
 Additional considerations


Follow ups