diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-28 11:27:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-28 11:27:16 +0200 |
commit | 60eb82f11569e48e32b35db6d3ec87535ad782ea (patch) | |
tree | 32c4ff3ac0e0d28b597de617b5d8ce1d9c3441be /debian | |
parent | 6444976013c07e4ada22294223ac386a6c35848e (diff) |
New README.source to explain the branching model used.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 18 | ||||
-rw-r--r-- | debian/changelog | 5 |
2 files changed, 23 insertions, 0 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 52d12e2..a522b11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ scons (3.0.0-1) UNRELEASED; urgency=medium * New upstream release. - Refresh patches. + + patches/0110-remove_stale_files.patch + + patches/0115-secure_script_scons.patch + + patches/0120-fix-bibtex-call.patch + + patches/0600-manpage-spelling.patch + * New README.source to explain the branching model used. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 28 Sep 2017 10:22:56 +0200 |