Skip to content

Commit 7bf8d1e

Browse files
committed
Reorg and consolidation of Processes and Concepts
- Landing pages for Concepts and Processes with context - Unified file names and doc titles - Streamlined navig items naming - Split out 'Freezes' from 'Release cycle' - Minor fixes all over the place within Concepts and Processes
1 parent 0dd093d commit 7bf8d1e

28 files changed

+242
-160
lines changed

docs/.custom_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Flavours
103103
fonts
104104
Fosstodon
105105
freefont
106+
gatekeeping
106107
genotype
107108
geq
108109
GFDL

docs/contributors/bug-fix/extract-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Extract packages
55

66
This article demonstrates how to extract the contents of Debian packages.
77

8-
See also the article :ref:`package-model` for a deeper understanding of package formats.
8+
See also the article :ref:`package-format` for a deeper understanding of package formats.
99

1010

1111
.. _extract-a-source-package:

docs/contributors/patching/patch-management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See the :ref:`patches` for more background information about patches in the cont
99

1010
.. note::
1111

12-
If the format is ``3.0 (native)``, this article is not of interest for you and simply write your changes to the files. There is no need to explicitly create and track a patch for :term:`native packages <native package>`. See the :ref:`package-model` article for more information about package formats.
12+
If the format is ``3.0 (native)``, this article is not of interest for you and simply write your changes to the files. There is no need to explicitly create and track a patch for :term:`native packages <native package>`. See the :ref:`package-format` article for more information about package formats.
1313

1414
As the source package format implies, we use the :manpage:`quilt(1)` tool to manage the patches of a source package. Quilt manages patches like a :term:`stack`. It maintains a list of patches (also called "series") that get applied one after another from top to bottom in the order they are listed in :file:`debian/patches/series`, excluding lines starting with ``#``.
1515

docs/how-ubuntu-is-made/concepts/about-components.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/how-ubuntu-is-made/concepts/about-freezes.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/how-ubuntu-is-made/concepts/about-pockets.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/how-ubuntu-is-made/concepts/about-seeds.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/how-ubuntu-is-made/concepts/about-series.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

docs/how-ubuntu-is-made/concepts/debian-dir-overview.rst renamed to docs/how-ubuntu-is-made/concepts/debian-directory.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _overview-of-debian-directory:
1+
.. _debian-directory:
22

3-
Overview of :file:`debian/` directory
4-
=====================================
3+
:file:`debian/` directory
4+
=========================
55

66
This article explains the different files important to the packaging of Ubuntu packages that are contained in the :file:`debian/` directory. The most important of them are:
77

0 commit comments

Comments
 (0)