From 46fe928647ad8d38ced79a36d38cd152055ed005 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 10 Dec 2020 23:43:16 +0100 Subject: rename 'debian' branch to 'debian/latest' for DEP-14 compliance. --- Changelog | 1 + doc/build.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 36b0e73..8cac65d 100644 --- a/Changelog +++ b/Changelog @@ -20,6 +20,7 @@ interimap (0.5.4) upstream; + Makefile: new 'release' target; also, change the tag format from upstream/$VERSION to v$VERSION. - documentation: replace example.org with example.net for consistency. + - rename 'debian' branch to 'debian/latest' for DEP-14 compliance. -- Guilhem Moulin Thu, 10 Dec 2020 14:22:05 +0100 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 -- cgit v1.2.3