diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-08 19:15:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-08 19:15:48 +0200 |
commit | f7d4dbd5924d34a7bf43dfc3adbeb584287f9cf5 (patch) | |
tree | 0cc563814893f859db9f17ed5a1546fcbe23f26e | |
parent | 267f9007f6f0142853ba5f99f3f72a58f8fb857f (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 fa9827c..9a47b69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ sane-frontends (1.0.14-13) UNRELEASED; urgency=medium - Remove usr/share/sane/* and usr/bin/*. * Rename patches and remove not used debian/patches/scanadf-sigchld.diff. * Change to my new email address. + * New README.source to explain the branching model used. * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. |