From 94bece0fe39afdc60ba340e32383835dd312f9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 10 Jun 2017 14:27:28 +0200 Subject: New upstream release --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c8d4ce9..cd89fd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.4-1) UNRELEASED; urgency=medium +ipmiutil (3.0.5-1) UNRELEASED; urgency=medium * New upstream release. * Refresh patches: -- cgit v1.2.3 From 9b400932a52c66cc2e83764a2c206f1d099c0b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 10 Jun 2017 14:32:51 +0200 Subject: Add new section at README.source to explain the branching model used. --- debian/README.source | 20 ++++++++++++++++++++ debian/changelog | 1 + 2 files changed, 21 insertions(+) (limited to 'debian') diff --git a/debian/README.source b/debian/README.source index 4bc7a31..66d89d0 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,6 +1,26 @@ ipmiutil for Debian ------------------- +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. + +[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 + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + + - configure parameter enable-landesk=yes does not work: ipmiapi not found diff --git a/debian/changelog b/debian/changelog index cd89fd8..bf0d73f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ipmiutil (3.0.5-1) UNRELEASED; urgency=medium - debian/patches/0705-crontab.patch. * New source.lintian-overrides to override ancient-libtool warning. - With compat level 10 autoreconf called every time. + * Add new section at README.source to explain the branching model used. -- Jörg Frings-Fürst Fri, 24 Feb 2017 21:19:36 +0100 -- cgit v1.2.3 From de044ac29fcfc641dc1465f310be588ffe2fe8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 25 Jun 2017 08:12:29 +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 bf0d73f..6d4ff90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ipmiutil (3.0.5-1) UNRELEASED; urgency=medium * New source.lintian-overrides to override ancient-libtool warning. - With compat level 10 autoreconf called every time. * Add new section at README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). -- Jörg Frings-Fürst Fri, 24 Feb 2017 21:19:36 +0100 diff --git a/debian/control b/debian/control index 5cc948b..8733180 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://sourceforge.net/projects/ipmiutil/ Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/ipmiutil.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ipmiutil.git -- cgit v1.2.3