summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-04-28 18:32:46 +0100
committerBen Hutchings <ben@decadent.org.uk>2020-04-28 18:32:46 +0100
commit0b034b47444976c9c92538bb5c835884ee1a0228 (patch)
treed2734b1f0ca9803a57097e08752627913a768c69
parentb0987d4bce1f37b38e1be8510790046a3307fd1d (diff)
docs/maintainer-notes.md: Delete the horizontal rules
This is a short document and there is no need to break it up this much. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--docs/maintainer-notes.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/maintainer-notes.md b/docs/maintainer-notes.md
index 0f961ad..c529c0f 100644
--- a/docs/maintainer-notes.md
+++ b/docs/maintainer-notes.md
@@ -1,9 +1,5 @@
-***
-
# Maintainer documentation for initramfs-tools
-***
-
## Table of Contents
* [1. Definitions](#definitions)
@@ -19,14 +15,10 @@
* [7. Credits](#credits)
* [8. License](#license)
-***
-
**NOTE:** The most recent version of this document is available at
docs/maintainer-notes.md in the [the git repository](#checkout)
or online at [salsa.debian.org](https://salsa.debian.org/kernel-team/initramfs-tools/blob/master/docs/maintainer-notes.md).
-***
-
## <a name="definitions">1. Definitions</a>
<table>
@@ -36,8 +28,6 @@ or online at [salsa.debian.org](https://salsa.debian.org/kernel-team/initramfs-t
<tr><td><code><b>$yourname:</b></code></td><td>your fullname</td></tr>
</table>
-***
-
## <a name="preparations">2. Preparations</a>
1. Install required software:
@@ -64,8 +54,6 @@ or online at [salsa.debian.org](https://salsa.debian.org/kernel-team/initramfs-t
% git clone ssh://git@salsa.debian.org/kernel-team/initramfs-tools.git
% cd initramfs-tools
-***
-
## <a name="workflow">3. Workflow for daily work</a>
### <a name="newfeature">3.1 Implement new features</a>
@@ -137,8 +125,6 @@ any stale remote branches locally by executing:
% gbp buildpackage --git-ignore-new --git-debian-branch="$(git branch | awk -F\*\ '/^* / { print $2}' )" --post-clean
-***
-
### <a name="snapshot">3.4 Build snapshot version</a>
1. Adjust debian/changelog accordingly:
@@ -150,8 +136,6 @@ any stale remote branches locally by executing:
% gbp buildpackage --git-debian-branch="$(git branch | awk -F\*\ '/^* / { print $2}' )" --post-clean [-us -uc]
-***
-
## <a name="contribute">4. Contribute</a>
1. Create patch:
@@ -167,8 +151,6 @@ any stale remote branches locally by executing:
Discussion of features, bugs and patches are more than welcome on one
of these lists.
-***
-
## <a name="release">5. Release new version</a>
1. Creating changelog:
@@ -202,8 +184,6 @@ any stale remote branches locally by executing:
debian-kernel@lists.debian.org + kernel-team@lists.ubuntu.com - including a
shortlog (generated through "git shortlog $TAG..").
-***
-
## <a name="resources">6. Resources</a>
* [initramfs-tools git web interface](https://salsa.debian.org/kernel-team/initramfs-tools)
@@ -214,21 +194,13 @@ any stale remote branches locally by executing:
* [bugreports @ ubuntu](https://bugs.launchpad.net/ubuntu/+source/initramfs-tools)
* [qa page @ ubuntu](http://status.qa.ubuntu.com/qapkgstatus/initramfs-tools)
-***
-
## <a name="credits">7. Credits</a>
* Thanks to Daniel Baumann for his "[Debian Packaging with Git](http://documentation.debian-projects.org/other/debian-packaging-git/)" which inspired this document.
-***
-
## <a name="license">8. License</a>
* This document is licensed under GPL v2 or any later version.
-***
-
*-- Michael Prokop &lt;[mika@debian.org](mailto:mika@debian.org)&gt;,
Ben Hutchings &lt;[ben@decadent.org.uk](mailto:ben@decadent.org.uk)&gt;*
-
-***