summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-10 17:55:55 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-10 17:55:55 +0200
commit64982c2fcf55f90a8064ebf65c7c77997bb72d9d (patch)
tree120d64922e71cd7cca48377db9dba79f06168028
parent720915d1cd70cd2a5503d5698c17cce3ea73fcec (diff)
New README.source to explain the branching model used
-rw-r--r--debian/README.source18
-rw-r--r--debian/changelog3
2 files changed, 20 insertions, 1 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..e4f2b3d
--- /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-webhosting.net> 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 5debd9b..8116aed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,8 @@ psocksxx (1.1.1-1) UNRELEASED; urgency=medium
- Remove now default --with autoreconf.
- Replace parsing the output of dpkg-parsechangelog with
$(DEB_VERSION_UPSTREAM).
- * Remove debian/libpsocksxx-doc.docs to remove twin install of README.md.
+ * Remove debian/libpsocksxx-doc.docs to prevent twin install of README.md.
+ * New README.source to explain the branching model used.
-- Jörg Frings-Fürst <debian@jff.email> Thu, 28 Jun 2018 06:55:17 +0200