ubuntu-packaging-guide-team team mailing list archive
-
ubuntu-packaging-guide-team team
-
Mailing list archive
-
Message #01225
[Merge] lp:~mitya57/ubuntu-packaging-guide/links-fix into lp:ubuntu-packaging-guide
Dmitry Shachnev has proposed merging lp:~mitya57/ubuntu-packaging-guide/links-fix into lp:ubuntu-packaging-guide.
Requested reviews:
Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
For more details, see:
https://code.launchpad.net/~mitya57/ubuntu-packaging-guide/links-fix/+merge/131774
packaging-new-software.rst: make two of the links easier to translate (see https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1068493/comments/3)
--
https://code.launchpad.net/~mitya57/ubuntu-packaging-guide/links-fix/+merge/131774
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~mitya57/ubuntu-packaging-guide/links-fix into lp:ubuntu-packaging-guide.
=== modified file 'ubuntu-packaging-guide/packaging-new-software.rst'
--- ubuntu-packaging-guide/packaging-new-software.rst 2012-10-18 18:06:28 +0000
+++ ubuntu-packaging-guide/packaging-new-software.rst 2012-10-28 12:51:19 +0000
@@ -18,7 +18,7 @@
the authors of applications "upstream") and check that it compiles and runs.
This guide will take you through packaging a simple application called GNU Hello
-which has been `posted on GNU.org`_.
+which has been posted on GNU.org_.
If you don't have the build tools lets make sure we have them first. Also if you
don't have the required dependencies lets install those as well.
@@ -220,14 +220,14 @@
In some cases, it might make sense to go directly into Ubuntu first. For
instance, Debian might be in a freeze making it unlikely that your
package will make it into Ubuntu in time for the next release. This
-process is documented on the `"New Packages" section of the Ubuntu wiki`_.
+process is documented on the `"New Packages"`_ section of the Ubuntu wiki.
.. _PPA: https://help.launchpad.net/Packaging/PPA
-.. _`posted on GNU.org`: http://www.gnu.org/software/hello/
+.. _GNU.org: http://www.gnu.org/software/hello/
.. _`packages.ubuntu.com`: http://packages.ubuntu.com/
.. _`lintian website`: http://lintian.debian.org/tags.html
.. _`MOTU mailing list`: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
.. _`Debian Mentors FAQ`: http://wiki.debian.org/DebianMentorsFaq
.. _`Work-Needing and Prospective Packages`: http://www.debian.org/devel/wnpp/
.. _`Debian Developer's Reference, 5.1. New packages`: http://www.debian.org/doc/developers-reference/pkgs.html#newpackage
-.. _`"New Packages" section of the Ubuntu wiki`: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages
+.. _`"New Packages"`: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages
Follow ups