diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-14 11:39:33 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-14 12:43:41 +0100 |
commit | 1005c094839b76dffde6a10138af978cb8d83375 (patch) | |
tree | 8939edec1a858f5dd325e501edc626e9a571d541 /INSTALL | |
parent | 43283731d372ba21bc5418bd02150671f81ce633 (diff) |
Rename debian branch to debian/latest.
For DEP-14 compliance.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,11 +49,11 @@ the following command: However Debian GNU/Linux users can also use gbp(1) from git-buildpackage to build their own package: - $ git checkout debian + $ git checkout debian/latest $ AUTO_DEBSIGN=no gbp buildpackage Alternatively, for the development version: - $ git checkout debian + $ git checkout debian/latest $ git merge master $ AUTO_DEBSIGN=no gbp buildpackage --git-force-create --git-upstream-tree=BRANCH |