README.source: genorig improvement
authorHans van Kranenburg <hans@knorrie.org>
Mon, 26 Mar 2018 02:10:33 +0000 (04:10 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 27 Mar 2018 22:25:17 +0000 (00:25 +0200)
Some rewording etc to make it better readable.

debian/README.source.md

index f3ded1d51cfc73a25bc33dc359561a1f36b930e0..f3bc5ef0e2cebc5ac618786e54c17d95bf084bc8 100644 (file)
@@ -19,20 +19,19 @@ directory, somewhere else!):
 
     -$ git clone https://xenbits.xen.org/git-http/xen.git
 
-After cloning it, do:
-    -$ debian/bin/genorig.py /path/to/xen/repo
+After cloning it, we should generate an orig tar from the upstream source.
 
 Based on the version number in the newest debian/changelog entry, a release tag
-or specific commit will be used to generate the orig tar file. For now, see
-commit 55129e390c in this repository, "debian/lib/python: Recognize pre / rc
-versions" about more information.
+or specific commit can be used to generate the orig tar file. For example, if
+the latest entry in changelog is 4.10.0-1, then this will build the orig tar
+from the RELEASE-4.10.0 tag in upstream git:
 
-Example: If the latest entry in changelog is 4.10.0-1, then this will build the
-orig tar from the RELEASE-4.10.0 tag in upstream git:
-
-    -$ debian/bin/genorig.py ~/src/git/xen
+    -$ debian/bin/genorig.py /path/to/xen.git
     Generate tarball ../orig/xen_4.10.0.orig.tar.xz
 
+For now, see commit 55129e390c in this repository, "debian/lib/python:
+Recognize pre / rc versions" for additional information about package versions.
+
 Step 2: Combine the upstream source and packaging
 -------------------------------------------------