← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~mitya57/ubuntu-packaging-guide/further-reading into lp:ubuntu-packaging-guide

 

Dmitry Shachnev has proposed merging lp:~mitya57/ubuntu-packaging-guide/further-reading 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/further-reading/+merge/170068

Add links to some Debian packaging resources and offline versions of this guide (for those who view it online) to the index page.
-- 
https://code.launchpad.net/~mitya57/ubuntu-packaging-guide/further-reading/+merge/170068
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~mitya57/ubuntu-packaging-guide/further-reading into lp:ubuntu-packaging-guide.
=== modified file 'debian/changelog'
--- debian/changelog	2013-06-07 13:44:09 +0000
+++ debian/changelog	2013-06-18 12:33:28 +0000
@@ -11,6 +11,7 @@
   * patches-to-packages.rst: add "Patch Headers" and "Configuring Quilt"
     sections.
   * style.css: add styling for Docutils field lists.
+  * Add "Further Reading" section.
 
   [ Daniel Holbach ]
   * add Brazilian Portuguese.

=== modified file 'po/ubuntu-packaging-guide.pot'
--- po/ubuntu-packaging-guide.pot	2013-06-07 14:38:37 +0000
+++ po/ubuntu-packaging-guide.pot	2013-06-18 12:33:28 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ubuntu-packaging-guide 0.3.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-06-07 16:37\n"
+"POT-Creation-Date: 2013-06-18 16:31\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -1367,6 +1367,35 @@
 msgid "Knowledge Base"
 msgstr ""
 
+#: ../ubuntu-packaging-guide/index.rst:89
+#: ../ubuntu-packaging-guide/libraries.rst:150
+msgid "Further Reading"
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:91
+msgid "You can read this guide offline in different formats, if you install one of the `binary packages <https://launchpad.net/ubuntu/+source/ubuntu-packaging-guide>`_."
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:94
+msgid "If you want to learn more about building Debian packages, here are some Debian resources you may find useful:"
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:97
+msgid "`How to package for Debian <https://wiki.debian.org/HowToPackageForDebian>`_;"
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:98
+msgid "`Debian Policy Manual <http://www.debian.org/doc/debian-policy/>`_;"
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:99
+msgid "`Debian New Maintainers' Guide <http://www.debian.org/doc/manuals/maint-guide/>`_ — available in many languages;"
+msgstr ""
+
+#: ../ubuntu-packaging-guide/index.rst:101
+msgid "`Packaging tutorial <http://www.debian.org/doc/manuals/packaging-tutorial/>`_ (also available as a `package <https://launchpad.net/ubuntu/+source/packaging-tutorial>`_)."
+msgstr ""
+
 #: ../ubuntu-packaging-guide/introduction-to-ubuntu-development.rst:3
 msgid "Introduction to Ubuntu Development"
 msgstr ""
@@ -1620,10 +1649,6 @@
 msgid "C++ has even more exacting standards of binary compatibility than C.  The Debian Qt/KDE Team maintain some scripts to handle this, see their `Working with symbols files`_ page for how to use them."
 msgstr ""
 
-#: ../ubuntu-packaging-guide/libraries.rst:150
-msgid "Further Reading"
-msgstr ""
-
 #: ../ubuntu-packaging-guide/libraries.rst:152
 msgid "Junichi Uekawa's `Debian Library Packaging Guide`_ goes into this topic in more detail."
 msgstr ""

=== modified file 'ubuntu-packaging-guide/index.rst'
--- ubuntu-packaging-guide/index.rst	2013-01-21 17:24:27 +0000
+++ ubuntu-packaging-guide/index.rst	2013-06-18 12:33:28 +0000
@@ -84,3 +84,19 @@
    traditional-packaging
    python-packaging
    kde
+
+Further Reading
+---------------
+
+You can read this guide offline in different formats, if you install one of
+the `binary packages <https://launchpad.net/ubuntu/+source/ubuntu-packaging-guide>`_.
+
+If you want to learn more about building Debian packages, here are some Debian
+resources you may find useful:
+
+* `How to package for Debian <https://wiki.debian.org/HowToPackageForDebian>`_;
+* `Debian Policy Manual <http://www.debian.org/doc/debian-policy/>`_;
+* `Debian New Maintainers' Guide <http://www.debian.org/doc/manuals/maint-guide/>`_
+  — available in many languages;
+* `Packaging tutorial <http://www.debian.org/doc/manuals/packaging-tutorial/>`_ (also
+  available as a `package <https://launchpad.net/ubuntu/+source/packaging-tutorial>`_).


Follow ups