summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-30 07:46:26 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-30 07:46:26 +0200
commita46f14d0910a892004a90bb0e246d30daa7d7003 (patch)
tree4920848a07b322327893d9ab94f5a79a84d91ab0
parente94cf198efec5862a3979bdc47157bd3f33e8244 (diff)
New README.source to explain the branching model used
-rw-r--r--debian/README.source18
-rw-r--r--debian/changelog1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..b286c8f
--- /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> Sun, 29 Jul 2018 13:59:15 +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 a55e74e..eda4a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ openvpn (2.4.6-1) UNRELEASED; urgency=medium
* Remove obsolete debian/openvpn.lintian-overrides.
* Fix "preserve order of pushed parameters in update-resolv-conf"
(Closes: #807808). Thanks to Thibaut Chèze.
+ * New README.source to explain the branching model used.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 29 Jul 2018 13:59:15 +0200