aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-10 23:43:16 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-11 11:20:42 +0100
commit46fe928647ad8d38ced79a36d38cd152055ed005 (patch)
treea5c8a7267ad83baa8ce0f69cf0931079082051d6
parenteb60cecd3c813372ed618751fe5c77229d26df76 (diff)
rename 'debian' branch to 'debian/latest' for DEP-14 compliance.
-rw-r--r--Changelog1
-rw-r--r--doc/build.md4
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 <guilhem@fripost.org> 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