diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 23:43:16 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:42 +0100 | 
| commit | 46fe928647ad8d38ced79a36d38cd152055ed005 (patch) | |
| tree | a5c8a7267ad83baa8ce0f69cf0931079082051d6 /doc | |
| parent | eb60cecd3c813372ed618751fe5c77229d26df76 (diff) | |
rename 'debian' branch to 'debian/latest' for DEP-14 compliance.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/build.md b/doc/build.md index d922e43..b9291f7 100644 --- a/doc/build.md +++ b/doc/build.md @@ -84,12 +84,12 @@ Debian GNU/Linux users can also use [`gbp`(1)] from  [`git-buildpackage`](https://tracker.debian.org/pkg/git-buildpackage) in  order to build their own packages: -    $ git checkout debian +    $ git checkout debian/latest      $ gbp buildpackage  Alternatively, for the development version: -    $ git checkout debian +    $ git checkout debian/latest      $ git merge master      $ gbp buildpackage --git-force-create --git-upstream-tree=BRANCH | 
