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 From b95848947f99031ad56ed6220665bdb3658d8113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2017 17:26:41 +0200 Subject: Drop autotools-dev from Build-Depends and drop --with autotools-dev from dh --- debian/changelog | 5 ++++- debian/control | 1 - debian/rules | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6d4ff90..5f19116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.5-1) UNRELEASED; urgency=medium +ipmiutil (3.0.6-1) UNRELEASED; urgency=medium * New upstream release. * Refresh patches: @@ -8,6 +8,9 @@ ipmiutil (3.0.5-1) UNRELEASED; urgency=medium - 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). + * Drop autotools-dev from Build-Depends and drop "--with autotools-dev" + from dh because this is already default when using dh compatibility + level 10. -- Jörg Frings-Fürst Fri, 24 Feb 2017 21:19:36 +0100 diff --git a/debian/control b/debian/control index 8733180..ec7eeec 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - autotools-dev, debhelper (>= 10), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl-dev, diff --git a/debian/rules b/debian/rules index 3b00002..5b4d955 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: $(CURDIR)/beforeconf.sh -- cgit v1.2.3 From 03d3c3791d885f55dbdffc2c2d683eb63ac9bc07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Sep 2017 05:14:49 +0200 Subject: Switch to 3.0.7-1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f19116..72dc4d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.6-1) UNRELEASED; urgency=medium +ipmiutil (3.0.7-1) UNRELEASED; urgency=medium * New upstream release. * Refresh patches: -- cgit v1.2.3 From 303886c2b590e5fc249cbd141ea5e2a34304f2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Sep 2017 05:16:03 +0200 Subject: Bump tandards-Version to 4.1.0 --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 72dc4d0..9fac910 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ ipmiutil (3.0.7-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). + * Declare compliance with Debian Policy 4.1.0. (No changes needed). * Drop autotools-dev from Build-Depends and drop "--with autotools-dev" from dh because this is already default when using dh compatibility level 10. diff --git a/debian/control b/debian/control index ec7eeec..11cbba3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 4.0.0 +Standards-Version: 4.1.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 From 84c01441316e8df5e5b5f598661d4c0c86023c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Sep 2017 05:53:24 +0200 Subject: d/changelog: change release, date/time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9fac910..42c1462 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.0.7-1) UNRELEASED; urgency=medium +ipmiutil (3.0.7-1) unstable; urgency=medium * New upstream release. * Refresh patches: @@ -12,7 +12,7 @@ ipmiutil (3.0.7-1) UNRELEASED; urgency=medium from dh because this is already default when using dh compatibility level 10. - -- Jörg Frings-Fürst Fri, 24 Feb 2017 21:19:36 +0100 + -- Jörg Frings-Fürst Tue, 26 Sep 2017 05:44:01 +0200 ipmiutil (3.0.1-1) unstable; urgency=medium -- cgit v1.2.3 From db40048084b04419539f58d6b45734b41c8efdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 14 Oct 2017 19:40:41 +0200 Subject: Declare compliance with Debian Policy 4.1.1 --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 42c1462..5a60d36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ ipmiutil (3.0.7-1) unstable; 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.1.0. (No changes needed). + * Declare compliance with Debian Policy 4.1.1. (No changes needed). * Drop autotools-dev from Build-Depends and drop "--with autotools-dev" from dh because this is already default when using dh compatibility level 10. diff --git a/debian/control b/debian/control index 11cbba3..0322be5 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 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 From 1847c61e3994e17e1bd793a4fdc9f7860023826b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 14 Oct 2017 19:41:55 +0200 Subject: d/changelog: change date/time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5a60d36..c02b2cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ ipmiutil (3.0.7-1) unstable; urgency=medium from dh because this is already default when using dh compatibility level 10. - -- Jörg Frings-Fürst Tue, 26 Sep 2017 05:44:01 +0200 + -- Jörg Frings-Fürst Sat, 14 Oct 2017 19:41:11 +0200 ipmiutil (3.0.1-1) unstable; urgency=medium -- cgit v1.2.3