From 77d381d5338a30206271cabebd77efe6e0d19ca2 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 3 Jun 2024 11:30:19 -0300 Subject: lsm package set as transitional package lsm was set as transitional package to smoothly replacement Upstream project has been renamed to foolsm thereafter lsm was set as transtional package to smoothly replacement Added dpkg-maintscript-helper to update config file path Standards-Version Bumped to 4.5.0 Build-Depends Updated --- debian/control | 13 +++++++++++-- debian/lsm.maintscript | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 debian/lsm.maintscript diff --git a/debian/control b/debian/control index 23750a8..f70da52 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,23 @@ Section: utils Priority: optional Maintainer: Lucas de Castro Borges Build-Depends: debhelper (>=9.2), debhelper-compat (=12), docbook-to-man -Standards-Version: 4.5.0 +Standards-Version: 4.6.2 Homepage: http://lsm.foobar.fi/ -Package: lsm +Package: foolsm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: lsm (<< 1.0.8-1) +Conflicts: lsm (<< 1.0.8-1) Description: Link connectivity monitor tool Provide a Link Status Monitor, It can be used to monitor Linux router/firewall connectivity and if router/firewall has multiple connections it can change routing when an up/down event happens by utilizing external script. This package is highly influenced by fping and iputils arping. + +Package: lsm +Architecture: all +Depends: foolsm, ${misc:Depends} +Section: oldlibs +Description: Link connectivity monitor tool - transitional package + This is a transitional package and can safely be removed. diff --git a/debian/lsm.maintscript b/debian/lsm.maintscript new file mode 100644 index 0000000..c9c7ab9 --- /dev/null +++ b/debian/lsm.maintscript @@ -0,0 +1 @@ +mv_conffile /etc/lsm/lsm.config /etc/foolsm/foolsm.conf 1.0.8~ -- cgit v1.2.3