diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:25:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:25:53 +0200 |
commit | 34c8bf3605edd43622a08f139ec46dc2cfc2a61d (patch) | |
tree | 41218ef5e61b9d13f910838fd1e8039843973ff1 | |
parent | a2565143289b1a14866cef7f4e0c659e04a3e116 (diff) |
New README.source to explain the branching model used
-rw-r--r-- | debian/README.source | 18 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..a62f7b9 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,18 @@ +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 61695b9..21568e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Bump minimum debhelper version to >= 11. + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. + * New README.source to explain the branching model used. -- Jörg Frings-Fürst <debian@jff.email> Thu, 06 Sep 2018 13:46:37 +0200 |