← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

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

 

Daniel Holbach has proposed merging lp:~dholbach/ubuntu-packaging-guide/fix-unknown-document into lp:ubuntu-packaging-guide.

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

For more details, see:
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/fix-unknown-document/+merge/105208

/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

-- 
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/fix-unknown-document/+merge/105208
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~dholbach/ubuntu-packaging-guide/fix-unknown-document into lp:ubuntu-packaging-guide.
=== modified file 'ubuntu-packaging-guide/packaging-new-software.rst'
--- ubuntu-packaging-guide/packaging-new-software.rst	2012-03-20 22:02:49 +0000
+++ ubuntu-packaging-guide/packaging-new-software.rst	2012-05-09 14:05:22 +0000
@@ -8,7 +8,7 @@
 creating a package for Ubuntu or a PPA. This guide will take you through the 
 steps of packaging new software.
 
-You will want to read the :doc:`Getting Set Up</getting-set-up>` article first
+You will want to read the :doc:`Getting Set Up<./getting-set-up>` article first
 in order to prepare your development environment.
 
 Checking the Program
@@ -119,7 +119,7 @@
 Makefile target just runs the ``dh`` script which will run everything needed.
 
 All of these file are explained in more detail in the :doc:`overview of the
-debian directory</debian-dir-overview>` article.
+debian directory<./debian-dir-overview>` article.
 
 Finally commit the code to your packaging branch::
 
@@ -167,7 +167,7 @@
 
 Having checked that the package builds locally you should ensure it builds on a
 clean system using ``pbuilder``. If you haven't set up ``pbuilder-dist``
-yet, :doc:`do so now</getting-set-up>`::
+yet, :doc:`do so now<./getting-set-up>`::
 
     $ bzr builddeb -S
     $ cd ../build-area


Follow ups