From c5369de24ea6e75837b8b99d0b50bbf8cc4b0dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Jul 2017 20:05:21 +0200 Subject: New README.source to explain the branching model used --- debian/README.source | 18 ++++++++++++++++++ debian/changelog | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 debian/README.source (limited to 'debian') 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/. + + +Many thanks. + + -- Jörg Frings-Fürst 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 ecb60c6..6f55f63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnome-pie (0.7.1-1) UNRELEASED; urgency=medium + + * New upstream release. + * New README.source to explain the branching model used. + + -- Jörg Frings-Fürst Mon, 24 Jul 2017 20:02:28 +0200 + gnome-pie (0.7.0-1) unstable; urgency=medium * New upstream release. -- cgit v1.2.3 From 2097a755bfc243a49beb5f9f0b269681085c7d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Jul 2017 20:42:12 +0200 Subject: Declare compliance with Debian Policy 4.0.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6f55f63..5b90d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gnome-pie (0.7.1-1) UNRELEASED; urgency=medium * New upstream release. * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). -- Jörg Frings-Fürst Mon, 24 Jul 2017 20:02:28 +0200 diff --git a/debian/control b/debian/control index 506715a..45f25a1 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libxml2-dev, libxtst-dev, valac (>= 0.24) -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://gnome-pie.simonschneegans.de/ Vcs-Git: git://anonscm.debian.org/collab-maint/gnome-pie.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gnome-pie.git -- cgit v1.2.3 From 334f925d5866faaf6ed36a4269d14bcc7aa86a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Jul 2017 06:32:49 +0200 Subject: refresh debian/copyright --- debian/changelog | 1 + debian/copyright | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5b90d41..bb935e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gnome-pie (0.7.1-1) UNRELEASED; urgency=medium * New upstream release. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.0.0. (No changes needed). + * Refresh debian/copyright. -- Jörg Frings-Fürst Mon, 24 Jul 2017 20:02:28 +0200 diff --git a/debian/copyright b/debian/copyright index ef35bd8..5686c4c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: gnome-pie Source: https://github.com/Simmesimme/Gnome-Pie Files: * -Copyright: 2011-2015 Simon Schneegans +Copyright: 2011-2017 Simon Schneegans License: GPL-3.0+ Files: cmake/vala/FindVala.cmake @@ -14,7 +14,7 @@ License: BSD-2-Clause Files: debian/* Copyright: 2011 Alessandro Ghedini - 2014-2015 Jörg Frings-Fürst + 2014-2017 Jörg Frings-Fürst License: GPL-3.0+ License: GPL-3.0+ -- cgit v1.2.3 From d98e3381ccbe703a6df8fad73b69546dd72a8705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Jul 2017 07:11:58 +0200 Subject: Upload to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bb935e4..8a41795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -gnome-pie (0.7.1-1) UNRELEASED; urgency=medium +gnome-pie (0.7.1-1) unstable; urgency=medium * New upstream release. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.0.0. (No changes needed). * Refresh debian/copyright. - -- Jörg Frings-Fürst Mon, 24 Jul 2017 20:02:28 +0200 + -- Jörg Frings-Fürst Tue, 25 Jul 2017 06:55:33 +0200 gnome-pie (0.7.0-1) unstable; urgency=medium -- cgit v1.2.3