diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-30 16:52:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-30 16:52:34 +0200 |
commit | 631fa5250443f5441549bf3184830bc34b0c042e (patch) | |
tree | 78fbc8dcfbe36b7f3499c4dc5c3017435d6fb2a1 /debian | |
parent | 09863e30b4f27257be0299024d5a0de255f8ea84 (diff) | |
parent | df5450149923efb0366001947c1456ed442bc4bb (diff) |
Merge branch 'release/3.0.8-1'3.0.8-1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 | ||||
l--------- | debian/ipmiutil_wdt.service | 1 | ||||
-rw-r--r-- | debian/patches/0700-init.patch | 4 | ||||
-rwxr-xr-x | debian/rules | 18 |
8 files changed, 33 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog index c02b2cd..49161ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +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 <bunk@debian.org>. + - Switch from deprecated dh_systemd_enable to dh_installsystemd. + + -- Jörg Frings-Fürst <debian@jff.email> Tue, 06 Mar 2018 07:43:32 +0100 + ipmiutil (3.0.7-1) unstable; urgency=medium * New upstream release. diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 0322be5..742f5cd 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: ipmiutil Section: utils Priority: optional -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl-dev, libtool-bin, openssl -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 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 diff --git a/debian/copyright b/debian/copyright index b31776d..881076d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ Copyright: 2002-2004 Service Availability(TM) Forum License: BSD-3-clause Files: debian/* -Copyright: 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net> +Copyright: 2014-2018 Jörg Frings-Fürst <debian@jff.email> License: BSD-3-clause Files: kern/bmcpanic-2.4.* diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..f83d373 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ipmiutil_3.0.8-1_source.buildinfo utils optional diff --git a/debian/ipmiutil_wdt.service b/debian/ipmiutil_wdt.service new file mode 120000 index 0000000..644b77d --- /dev/null +++ b/debian/ipmiutil_wdt.service @@ -0,0 +1 @@ +../scripts/ipmiutil_wdt.service
\ No newline at end of file diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch index be24a2a..64993d8 100644 --- a/debian/patches/0700-init.patch +++ b/debian/patches/0700-init.patch @@ -210,7 +210,7 @@ Index: trunk/configure.ac =================================================================== --- trunk.orig/configure.ac +++ trunk/configure.ac -@@ -399,11 +399,11 @@ else +@@ -410,11 +410,11 @@ else MD2_CFLAGS="-DSKIP_MD2" init0=/etc/rc.d/init.d fi @@ -224,5 +224,5 @@ Index: trunk/configure.ac +# sed -i 's/# Default-Stop:/# Default-Stop: 0 1 2 6/' $init_scripts +# fi # The openssl rpm might not be installed + sslver="" which rpm >/dev/null 2>&1 - if test $? -eq 0 ; then diff --git a/debian/rules b/debian/rules index 5b4d955..273f1a0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ + dh $@ --no-parallel override_dh_auto_configure: $(CURDIR)/beforeconf.sh @@ -26,14 +26,8 @@ override_dh_installman: dh_installman doc/iseltime.8 dh_installman -override_dh_systemd_enable: - dh_systemd_enable --no-enable --name=ipmi_port - dh_systemd_enable --name=ipmi_info - dh_systemd_enable --no-enable --name=ipmiutil_asy - dh_systemd_enable --no-enable --name=ipmiutil_evt - dh_systemd_enable --name=ipmiutil_wdt - -override_dh_systemd_start: - dh_systemd_start --no-start --restart-after-upgrade --name=ipmi_port - dh_systemd_start --no-start --restart-after-upgrade --name=ipmiutil_asy - dh_systemd_start --no-start --restart-after-upgrade --name=ipmiutil_evt +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 |