From 1d271f6ff272623c990d1cebe531002f22b248bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 10:22:46 +0200 Subject: New upstream release --- debian/changelog | 6 ++++++ debian/files | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 49161ae..777e90b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ipmiutil (3.1.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 + ipmiutil (3.0.8-1) unstable; urgency=medium * New upstream release. diff --git a/debian/files b/debian/files deleted file mode 100644 index f83d373..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -ipmiutil_3.0.8-1_source.buildinfo utils optional -- cgit v1.2.3 From e6da8c6c49d25ee901132ca532b4259c650aeeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 10:31:33 +0200 Subject: Declare compliance with Debian Policy 4.1.4 --- 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 777e90b..1b7e860 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ipmiutil (3.1.0-1) UNRELEASED; urgency=medium * New upstream release. + * Declare compliance with Debian Policy 4.1.4 (No changes needed). -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 diff --git a/debian/control b/debian/control index 742f5cd..24f2490 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 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 a3be1ad6309f8699c82f07c93826db4aae2c4249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 10:34:37 +0200 Subject: Move source.lintian-overrides to the prefered debian/source/lintian-overrides --- debian/changelog | 2 ++ debian/source.lintian-overrides | 2 -- debian/source/lintian-overrides | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 debian/source.lintian-overrides create mode 100644 debian/source/lintian-overrides (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1b7e860..698358a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ ipmiutil (3.1.0-1) UNRELEASED; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.1.4 (No changes needed). + * Move source.lintian-overrides to the prefered + debian/source/lintian-overrides. -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides deleted file mode 100644 index 07a7e84..0000000 --- a/debian/source.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# with compat 10 autoreconf run all times -ancient-libtool ltconfig diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..07a7e84 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# with compat 10 autoreconf run all times +ancient-libtool ltconfig -- cgit v1.2.3 From d1381c6ce85f1a2bf65ec52eb764f0642312e141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 12:38:23 +0200 Subject: d/copyright: Use secure copyright format URI --- debian/changelog | 4 +++- debian/copyright | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 698358a..b8d39a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ ipmiutil (3.1.0-1) UNRELEASED; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.1.4 (No changes needed). - * Move source.lintian-overrides to the prefered + * Move source.lintian-overrides to the preferred debian/source/lintian-overrides. + * debian/copyright: + - Use secure copyright format URI. -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 diff --git a/debian/copyright b/debian/copyright index 881076d..e3d4194 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ipmiutil Source: https://sourceforge.net/projects/ipmiutil/ -- cgit v1.2.3 From 75287c88c70918b84af3c31380524bb183c28394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 12:45:12 +0200 Subject: d/copyright: Change years for Andy Cress --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b8d39a1..dd56d11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ipmiutil (3.1.0-1) UNRELEASED; urgency=medium debian/source/lintian-overrides. * debian/copyright: - Use secure copyright format URI. + - Change years for Andy Cress. -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 diff --git a/debian/copyright b/debian/copyright index e3d4194..51bac22 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Copyright: 2002-2004 Service Availability(TM) Forum 1999-2006 Intel Corporation 2003 Sun Microsystems, Inc 2009-2011 Kontron America, Inc - 2010-2016 Andy Cress + 2010-2017 Andy Cress License: BSD-3-clause Files: debian/* -- cgit v1.2.3 From afca8e5a682f3b087d9e63cf88a1ab0bdcba523c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 14:18:51 +0200 Subject: d/changelog: change date/time --- debian/changelog | 4 ++-- debian/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dd56d11..cd395b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.1.0-1) UNRELEASED; urgency=medium +ipmiutil (3.1.0-1) unstable; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.1.4 (No changes needed). @@ -8,7 +8,7 @@ ipmiutil (3.1.0-1) UNRELEASED; urgency=medium - Use secure copyright format URI. - Change years for Andy Cress. - -- Jörg Frings-Fürst Tue, 01 May 2018 10:13:26 +0200 + -- Jörg Frings-Fürst Tue, 01 May 2018 14:07:48 +0200 ipmiutil (3.0.8-1) unstable; urgency=medium diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..884b69d --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ipmiutil_3.1.0-1_source.buildinfo utils optional -- cgit v1.2.3 From 40234879fb4fc1337ed040573ad9a03fb6580109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Jun 2018 00:22:33 +0200 Subject: New upstream release 3.1.1 --- debian/changelog | 2 +- debian/files | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cd395b3..c1f52da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.1.0-1) unstable; urgency=medium +ipmiutil (3.1.1-1) unstable; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.1.4 (No changes needed). diff --git a/debian/files b/debian/files deleted file mode 100644 index 884b69d..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -ipmiutil_3.1.0-1_source.buildinfo utils optional -- cgit v1.2.3 From e39015003576b387bbe363de9d3648493a15b3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Jun 2018 00:36:54 +0200 Subject: Fix issue #901731 --- debian/changelog | 2 ++ debian/rules | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c1f52da..34be1db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ ipmiutil (3.1.1-1) unstable; urgency=medium * debian/copyright: - Use secure copyright format URI. - Change years for Andy Cress. + * debian/rules: + - Fix FTBFS with dh_installsystemd (Closes: #901731). -- Jörg Frings-Fürst Tue, 01 May 2018 14:07:48 +0200 diff --git a/debian/rules b/debian/rules index 273f1a0..502eb97 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ override_dh_installman: dh_installman override_dh_installsystemd: - dh_installsystemd debian/ipmiutil.ipmiutil_wdt.service - dh_installsystemd --no-enable --no-start debian/ipmiutil.ipmi_port.service - dh_installsystemd --no-enable --no-start debian/ipmiutil.ipmiutil_asy.service - dh_installsystemd --no-enable --no-start debian/ipmiutil.ipmiutil_evt.service + dh_installsystemd --name ipmiutil_wdt + dh_installsystemd --name ipmi_port --no-enable --no-start + dh_installsystemd --name ipmiutil_asy --no-enable --no-start + dh_installsystemd --name ipmiutil_evt --no-enable --no-start -- cgit v1.2.3 From e02d86b053c929237478a24b9fe589e63555c7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Jun 2018 00:39:23 +0200 Subject: Switch Vcs-* to new loacation --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 34be1db..b18002a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ ipmiutil (3.1.1-1) unstable; urgency=medium - Change years for Andy Cress. * debian/rules: - Fix FTBFS with dh_installsystemd (Closes: #901731). + * debian/control: + - Switch Vcs-* to new loacation. -- Jörg Frings-Fürst Tue, 01 May 2018 14:07:48 +0200 diff --git a/debian/control b/debian/control index 24f2490..44d581e 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: openssl Standards-Version: 4.1.4 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 +Vcs-Git: git://jff.email/opt/git/ipmiutil.git +Vcs-Browser: https://jff.email/cgit/ipmiutil.git Package: ipmiutil Architecture: any -- cgit v1.2.3 From b3be319ef8d149754b7ac295344a5d4c77b1f48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Jun 2018 00:52:57 +0200 Subject: Refresh debian/patches/0105-typo.patch --- debian/changelog | 1 + debian/patches/0105-typo.patch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b18002a..f32b43b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ ipmiutil (3.1.1-1) unstable; urgency=medium - Fix FTBFS with dh_installsystemd (Closes: #901731). * debian/control: - Switch Vcs-* to new loacation. + * Refresh debian/patches/0105-typo.patch. -- Jörg Frings-Fürst Tue, 01 May 2018 14:07:48 +0200 diff --git a/debian/patches/0105-typo.patch b/debian/patches/0105-typo.patch index 3d7f36c..aa7ca54 100644 --- a/debian/patches/0105-typo.patch +++ b/debian/patches/0105-typo.patch @@ -1,7 +1,7 @@ Description: some source typos Author: Jörg Frings-Fürst Forwarded: Not possible because not authorized -Last-Update: 2016-02-18 +Last-Update: 2018-06-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/util/ihpm.c @@ -86,7 +86,7 @@ Index: trunk/util/ievents.c =================================================================== --- trunk.orig/util/ievents.c +++ trunk/util/ievents.c -@@ -269,12 +269,12 @@ static struct { +@@ -275,12 +275,12 @@ static struct { #define NCRITS 10 char * crit_int_str[NCRITS] = { /* Critical Interrupt descriptions */ /*00*/ "FP NMI ", /* Front Panel NMI */ -- cgit v1.2.3 From b2734c2cc82d16959d2e88cd09b8935dc3be3cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 26 Jun 2018 00:54:51 +0200 Subject: d/changelog: Change date/time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f32b43b..75b9d81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ipmiutil (3.1.1-1) unstable; urgency=medium +ipmiutil (3.1.1-1) unstable; urgency=high * New upstream release. * Declare compliance with Debian Policy 4.1.4 (No changes needed). @@ -13,7 +13,7 @@ ipmiutil (3.1.1-1) unstable; urgency=medium - Switch Vcs-* to new loacation. * Refresh debian/patches/0105-typo.patch. - -- Jörg Frings-Fürst Tue, 01 May 2018 14:07:48 +0200 + -- Jörg Frings-Fürst Tue, 26 Jun 2018 00:53:55 +0200 ipmiutil (3.0.8-1) unstable; urgency=medium -- cgit v1.2.3 From bfb45868514369ea3f37f8bd1997b31102239727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 8 Jul 2018 08:45:27 +0200 Subject: d/changelog: Refresh date/time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 75b9d81..3cbef46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ ipmiutil (3.1.1-1) unstable; urgency=high - Switch Vcs-* to new loacation. * Refresh debian/patches/0105-typo.patch. - -- Jörg Frings-Fürst Tue, 26 Jun 2018 00:53:55 +0200 + -- Jörg Frings-Fürst Sun, 08 Jul 2018 08:45:08 +0200 ipmiutil (3.0.8-1) unstable; urgency=medium -- cgit v1.2.3 From 1406e3dadd90afaeff20a0337ecfc36a752d6252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 8 Jul 2018 14:40:17 +0200 Subject: Declare compliance with Debian Policy 4.1.5 --- debian/changelog | 4 ++-- debian/control | 2 +- debian/files | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3cbef46..0cb2047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ ipmiutil (3.1.1-1) unstable; urgency=high * New upstream release. - * Declare compliance with Debian Policy 4.1.4 (No changes needed). + * Declare compliance with Debian Policy 4.1.5 (No changes needed). * Move source.lintian-overrides to the preferred debian/source/lintian-overrides. * debian/copyright: @@ -13,7 +13,7 @@ ipmiutil (3.1.1-1) unstable; urgency=high - Switch Vcs-* to new loacation. * Refresh debian/patches/0105-typo.patch. - -- Jörg Frings-Fürst Sun, 08 Jul 2018 08:45:08 +0200 + -- Jörg Frings-Fürst Sun, 08 Jul 2018 14:39:43 +0200 ipmiutil (3.0.8-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 44d581e..fe6b53d 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: libssl-dev, libtool-bin, openssl -Standards-Version: 4.1.4 +Standards-Version: 4.1.5 Homepage: https://sourceforge.net/projects/ipmiutil/ Vcs-Git: git://jff.email/opt/git/ipmiutil.git Vcs-Browser: https://jff.email/cgit/ipmiutil.git diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..30f349f --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ipmiutil_3.1.1-1_source.buildinfo utils optional -- cgit v1.2.3 From 7fd9268d0e6b6a4b713adefaf38d04ad598e3713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 18:22:11 +0200 Subject: correct typo --- debian/changelog | 4 +- debian/changelog.bak | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 debian/changelog.bak (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0cb2047..aac4cee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,10 +10,10 @@ ipmiutil (3.1.1-1) unstable; urgency=high * debian/rules: - Fix FTBFS with dh_installsystemd (Closes: #901731). * debian/control: - - Switch Vcs-* to new loacation. + - Switch Vcs-* to new location. * Refresh debian/patches/0105-typo.patch. - -- Jörg Frings-Fürst Sun, 08 Jul 2018 14:39:43 +0200 + -- Jörg Frings-Fürst Tue, 10 Jul 2018 18:21:47 +0200 ipmiutil (3.0.8-1) unstable; urgency=medium diff --git a/debian/changelog.bak b/debian/changelog.bak new file mode 100644 index 0000000..0cb2047 --- /dev/null +++ b/debian/changelog.bak @@ -0,0 +1,150 @@ +ipmiutil (3.1.1-1) unstable; urgency=high + + * New upstream release. + * Declare compliance with Debian Policy 4.1.5 (No changes needed). + * Move source.lintian-overrides to the preferred + debian/source/lintian-overrides. + * debian/copyright: + - Use secure copyright format URI. + - Change years for Andy Cress. + * debian/rules: + - Fix FTBFS with dh_installsystemd (Closes: #901731). + * debian/control: + - Switch Vcs-* to new loacation. + * Refresh debian/patches/0105-typo.patch. + + -- Jörg Frings-Fürst Sun, 08 Jul 2018 14:39:43 +0200 + +ipmiutil (3.0.8-1) unstable; urgency=medium + + * New upstream release. + - Refresh debian/patch/0700-init.patch. + * Change to my new mail address: + - debian/control, + - debian/copyright + * Declare compliance with Debian Policy 4.1.3 (No changes needed). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. + * debian/rules (Closes: #877211): + - Add --no-parallel to fix frequent parallel FTBFS. + Thanks to Adrian Bunk . + - Switch from deprecated dh_systemd_enable to dh_installsystemd. + + -- Jörg Frings-Fürst Tue, 06 Mar 2018 07:43:32 +0100 + +ipmiutil (3.0.7-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches: + - debian/patches/0700-init.patch. + - 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. + * 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. + + -- Jörg Frings-Fürst Sat, 14 Oct 2017 19:41:11 +0200 + +ipmiutil (3.0.1-1) unstable; urgency=medium + + * New upstream release. + * Fix configuration issues with service files (Closes: #848861): + - debian/rules: + + Add override_dh_systemd_enable to install *.service + files and add --no-enable option to all services which + need an IPMI driver. + + Remove override_dh_installinit so no conflicting + init scripts are installed. + + Add override_dh_system_start with --no-start and + --restart-after-upgrade for all daemons which need + an IPMI driver. + Thanks to Andreas Henriksson ! + * Drop both dh-autoreconf and dh-systemd from both Build-Depends + and drop "--with systemd --with autoreconf" from dh because + this is already default when using dh compatibility level 10. + Thanks to Andreas Henriksson ! + * Migrate to OpenSSL 1.1.0 (Closes: #828353) + - debian/control: + + Replace libssl1.0-dev with libssl-dev in Build-Depends. + + Add openssl to Build-Depends (required for configure script). + * Move purge action from prerm to postrm script to + properly clean up /var/lib/ipmiutil/ directory. + * Remove cruft files from /etc/init.d/: + - New debian/maintscript. + - debian/control: + + Add dpkg to Pre-Depends for maintscript. + * debian/copyright: + - Update copyright years for 2017. + + -- Jörg Frings-Fürst Tue, 03 Jan 2017 03:38:28 +0100 + +ipmiutil (3.0.0-2) unstable; urgency=medium + + * debian/control: + - Switch Build-Depends from libssl-dev to libssl1.0-dev + until ipmiutil has been ported to OpenSSL 1.1.0. + - Bump debhelper Build-Depends minimum version to 10. + - Add missing lsb-base to Depends for binary:ipmiutil + as suggested by lintian. + * debian/compat: + - Bump compat level to 10. + + -- Jörg Frings-Fürst Fri, 18 Nov 2016 13:59:54 +0100 + +ipmiutil (3.0.0-1) unstable; urgency=medium + + * New upstream release. + * debian/control: + - Add missing build dependency libtool-bin. + + -- Jörg Frings-Fürst Wed, 24 Aug 2016 20:50:13 +0200 + +ipmiutil (2.9.9-1) unstable; urgency=medium + + * New upstream release. + * Refresh patches. + * debian/control: + - Correct Vcs-Git. + - Bump Standards-Version to 3.9.8 (no changes required). + * New debian/patches/0705-crontab.patch (LP: #1535408): + - Prevent running watchdog to send mails and log entries every minute. + + -- Jörg Frings-Fürst Sun, 15 May 2016 23:06:42 +0200 + +ipmiutil (2.9.8-1) unstable; urgency=medium + + * New upstream release. + - Refresh patches. + * debian/copyright: Add year 2016. + * debian/control: + - Bump Standards-Version to 3.9.7 (no changes required). + - Change Vcs-* to secure uri. + * debian/watch: Bump Version to 4 (no changes required). + * New debian/patches/0105-typo.patch. + + -- Jörg Frings-Fürst Thu, 18 Feb 2016 03:19:27 +0100 + +ipmiutil (2.9.7-1) unstable; urgency=medium + + * New upstream release. + * Refresh and rename patches. + * Remove erroneous debian/ipmiutuil.ipmi_port.init. + * Replace deprecated portmap with rpcbind (Closes: #796364): + - debian/patches/0700-init.patch: + + Replace portmap with rpcbind in scripts/ipmi_port.sh. + - debian/control: + + Add rpcbind to Depends. + * debian/rules: + - Pass "--with autoreconf" to dh. + + -- Jörg Frings-Fürst Thu, 17 Dec 2015 21:42:37 +0100 + +ipmiutil (2.9.6-1) unstable; urgency=low + + * Initial release (Closes: #753881). + + -- Jörg Frings-Fürst Fri, 29 May 2015 08:27:28 +0200 -- cgit v1.2.3 From 788a8d509d66a15ecb1810599885792a1acaaeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 18:51:33 +0200 Subject: remove debian/changelog.bak --- debian/changelog.bak | 150 --------------------------------------------------- 1 file changed, 150 deletions(-) delete mode 100644 debian/changelog.bak (limited to 'debian') diff --git a/debian/changelog.bak b/debian/changelog.bak deleted file mode 100644 index 0cb2047..0000000 --- a/debian/changelog.bak +++ /dev/null @@ -1,150 +0,0 @@ -ipmiutil (3.1.1-1) unstable; urgency=high - - * New upstream release. - * Declare compliance with Debian Policy 4.1.5 (No changes needed). - * Move source.lintian-overrides to the preferred - debian/source/lintian-overrides. - * debian/copyright: - - Use secure copyright format URI. - - Change years for Andy Cress. - * debian/rules: - - Fix FTBFS with dh_installsystemd (Closes: #901731). - * debian/control: - - Switch Vcs-* to new loacation. - * Refresh debian/patches/0105-typo.patch. - - -- Jörg Frings-Fürst Sun, 08 Jul 2018 14:39:43 +0200 - -ipmiutil (3.0.8-1) unstable; urgency=medium - - * New upstream release. - - Refresh debian/patch/0700-init.patch. - * Change to my new mail address: - - debian/control, - - debian/copyright - * Declare compliance with Debian Policy 4.1.3 (No changes needed). - * Migrate to debhelper 11: - - Change debian/compat to 11. - - Bump minimum debhelper version in debian/control to >= 11. - * debian/rules (Closes: #877211): - - Add --no-parallel to fix frequent parallel FTBFS. - Thanks to Adrian Bunk . - - Switch from deprecated dh_systemd_enable to dh_installsystemd. - - -- Jörg Frings-Fürst Tue, 06 Mar 2018 07:43:32 +0100 - -ipmiutil (3.0.7-1) unstable; urgency=medium - - * New upstream release. - * Refresh patches: - - debian/patches/0700-init.patch. - - 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. - * 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. - - -- Jörg Frings-Fürst Sat, 14 Oct 2017 19:41:11 +0200 - -ipmiutil (3.0.1-1) unstable; urgency=medium - - * New upstream release. - * Fix configuration issues with service files (Closes: #848861): - - debian/rules: - + Add override_dh_systemd_enable to install *.service - files and add --no-enable option to all services which - need an IPMI driver. - + Remove override_dh_installinit so no conflicting - init scripts are installed. - + Add override_dh_system_start with --no-start and - --restart-after-upgrade for all daemons which need - an IPMI driver. - Thanks to Andreas Henriksson ! - * Drop both dh-autoreconf and dh-systemd from both Build-Depends - and drop "--with systemd --with autoreconf" from dh because - this is already default when using dh compatibility level 10. - Thanks to Andreas Henriksson ! - * Migrate to OpenSSL 1.1.0 (Closes: #828353) - - debian/control: - + Replace libssl1.0-dev with libssl-dev in Build-Depends. - + Add openssl to Build-Depends (required for configure script). - * Move purge action from prerm to postrm script to - properly clean up /var/lib/ipmiutil/ directory. - * Remove cruft files from /etc/init.d/: - - New debian/maintscript. - - debian/control: - + Add dpkg to Pre-Depends for maintscript. - * debian/copyright: - - Update copyright years for 2017. - - -- Jörg Frings-Fürst Tue, 03 Jan 2017 03:38:28 +0100 - -ipmiutil (3.0.0-2) unstable; urgency=medium - - * debian/control: - - Switch Build-Depends from libssl-dev to libssl1.0-dev - until ipmiutil has been ported to OpenSSL 1.1.0. - - Bump debhelper Build-Depends minimum version to 10. - - Add missing lsb-base to Depends for binary:ipmiutil - as suggested by lintian. - * debian/compat: - - Bump compat level to 10. - - -- Jörg Frings-Fürst Fri, 18 Nov 2016 13:59:54 +0100 - -ipmiutil (3.0.0-1) unstable; urgency=medium - - * New upstream release. - * debian/control: - - Add missing build dependency libtool-bin. - - -- Jörg Frings-Fürst Wed, 24 Aug 2016 20:50:13 +0200 - -ipmiutil (2.9.9-1) unstable; urgency=medium - - * New upstream release. - * Refresh patches. - * debian/control: - - Correct Vcs-Git. - - Bump Standards-Version to 3.9.8 (no changes required). - * New debian/patches/0705-crontab.patch (LP: #1535408): - - Prevent running watchdog to send mails and log entries every minute. - - -- Jörg Frings-Fürst Sun, 15 May 2016 23:06:42 +0200 - -ipmiutil (2.9.8-1) unstable; urgency=medium - - * New upstream release. - - Refresh patches. - * debian/copyright: Add year 2016. - * debian/control: - - Bump Standards-Version to 3.9.7 (no changes required). - - Change Vcs-* to secure uri. - * debian/watch: Bump Version to 4 (no changes required). - * New debian/patches/0105-typo.patch. - - -- Jörg Frings-Fürst Thu, 18 Feb 2016 03:19:27 +0100 - -ipmiutil (2.9.7-1) unstable; urgency=medium - - * New upstream release. - * Refresh and rename patches. - * Remove erroneous debian/ipmiutuil.ipmi_port.init. - * Replace deprecated portmap with rpcbind (Closes: #796364): - - debian/patches/0700-init.patch: - + Replace portmap with rpcbind in scripts/ipmi_port.sh. - - debian/control: - + Add rpcbind to Depends. - * debian/rules: - - Pass "--with autoreconf" to dh. - - -- Jörg Frings-Fürst Thu, 17 Dec 2015 21:42:37 +0100 - -ipmiutil (2.9.6-1) unstable; urgency=low - - * Initial release (Closes: #753881). - - -- Jörg Frings-Fürst Fri, 29 May 2015 08:27:28 +0200 -- cgit v1.2.3