diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 20:34:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 20:34:54 +0200 |
commit | eea1d049dbbaf92013747c6803c6639c92fc629e (patch) | |
tree | a1bd13605033f6125a676bffc63c86f9f5accdb5 /debian | |
parent | 32c04969d99246121d9bc09a5cfa4aa68dd2ae0e (diff) |
d/README.source: Add section to explain the branching model used
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 21 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source index 987a1c4..0c2750a 100644 --- a/debian/README.source +++ b/debian/README.source @@ -4,3 +4,24 @@ xtrkcad for Debian sources Note that as this project uses cmake, the package uses a separate intermediary folder, build, for actual construction. This directory is then removed in the clean step. Be careful to make any changes above this temporary directory. + +########################## + +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/<your title>. + + +Many thanks. + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff --git a/debian/changelog b/debian/changelog index fb9874c..834edb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ xtrkcad (1:5.1.1-1) UNRELEASED; urgency=medium - Refresh patches. - Remove upstream build artefacte. * Declare compliance with Debian Policy 4.1.4 (No changes needed). + * README.source: + - Add section to explain the branching model used. -- Jörg Frings-Fürst <debian@jff.email> Sat, 05 May 2018 18:22:45 +0200 |