Merge lp:~dholbach/ubuntu-packaging-guide/fix-unknown-document into lp:ubuntu-packaging-guide

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 89
Proposed branch: lp:~dholbach/ubuntu-packaging-guide/fix-unknown-document
Merge into: lp:ubuntu-packaging-guide
Diff against target: 30 lines (+3/-3)
1 file modified
ubuntu-packaging-guide/packaging-new-software.rst (+3/-3)
To merge this branch: bzr merge lp:~dholbach/ubuntu-packaging-guide/fix-unknown-document
Reviewer Review Type Date Requested Status
Ubuntu Packaging Guide Team Pending
Review via email: mp+105208@code.launchpad.net

Description of the change

/home/daniel/bzr/ubuntu-packaging-guide/ubuntu-packaging-guide/packaging-new-software.rst:11: WARNING: unknown document: /getting-set-up
/home/daniel/bzr/ubuntu-packaging-guide/ubuntu-packaging-guide/packaging-new-software.rst:121: WARNING: unknown document: /debian-dir-overview
/home/daniel/bzr/ubuntu-packaging-guide/ubuntu-packaging-guide/packaging-new-software.rst:168: WARNING: unknown document: /getting-set-up

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-packaging-guide/packaging-new-software.rst'
2--- ubuntu-packaging-guide/packaging-new-software.rst 2012-03-20 22:02:49 +0000
3+++ ubuntu-packaging-guide/packaging-new-software.rst 2012-05-09 14:05:22 +0000
4@@ -8,7 +8,7 @@
5 creating a package for Ubuntu or a PPA. This guide will take you through the
6 steps of packaging new software.
7
8-You will want to read the :doc:`Getting Set Up</getting-set-up>` article first
9+You will want to read the :doc:`Getting Set Up<./getting-set-up>` article first
10 in order to prepare your development environment.
11
12 Checking the Program
13@@ -119,7 +119,7 @@
14 Makefile target just runs the ``dh`` script which will run everything needed.
15
16 All of these file are explained in more detail in the :doc:`overview of the
17-debian directory</debian-dir-overview>` article.
18+debian directory<./debian-dir-overview>` article.
19
20 Finally commit the code to your packaging branch::
21
22@@ -167,7 +167,7 @@
23
24 Having checked that the package builds locally you should ensure it builds on a
25 clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``
26-yet, :doc:`do so now</getting-set-up>`::
27+yet, :doc:`do so now<./getting-set-up>`::
28
29 $ bzr builddeb -S
30 $ cd ../build-area

Subscribers

People subscribed via source and target branches