]> git.proxmox.com Git - systemd.git/commitdiff
Minor formatting fixes for README.source
authorMichael Biebl <biebl@debian.org>
Thu, 1 May 2014 00:08:30 +0000 (02:08 +0200)
committerMichael Biebl <biebl@debian.org>
Thu, 1 May 2014 00:08:30 +0000 (02:08 +0200)
debian/README.source

index 2f179e549d21d0b6c4bcc09e4205a6a93796c143..3b55a888556eb3e3db836c24c35f02f552bf52c0 100644 (file)
@@ -2,12 +2,13 @@ Building from source
 --------------------
 Install “git-buildpackage” and run the following steps:
 
-gbp-clone git+ssh://git.debian.org/git/pkg-systemd/systemd.git
-cd systemd
-git-buildpackage
+  gbp-clone git+ssh://git.debian.org/git/pkg-systemd/systemd.git
+  cd systemd
+  git-buildpackage
 
 We recommend you use pbuilder to make sure you build in a clean environment:
-git-buildpackage --git-pbuilder
+
+  git-buildpackage --git-pbuilder
 
 Patch handling
 --------------
@@ -68,8 +69,8 @@ You can add the systemd upstream branch as an additional remote to the Debian
 packaging branch. Call it "fdo" or "systemd" or similar to avoid confusing it
 with the already existing "upstream" branch from git-buildpackage:
 
-git remote add fdo git://anongit.freedesktop.org/systemd/systemd
-git fetch fdo -n
+  git remote add fdo git://anongit.freedesktop.org/systemd/systemd
+  git fetch fdo -n
 
 Now you can look at the upstream log and cherry-pick patches into the
 patch-queue branch: