diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 11:30:19 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 16:32:19 -0300 |
| commit | 66d4cc38dbbf1b7fd520f2bf64a00f39f8b59dcc (patch) | |
| tree | 2e963092a8e16ecab25825b69c79c0bb92fadd67 | |
| parent | 4986d5f666fd95a5d451c99a2fa831497bf70534 (diff) | |
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
| -rw-r--r-- | debian/control | 13 | ||||
| -rw-r--r-- | debian/lsm.maintscript | 1 |
2 files changed, 12 insertions, 2 deletions
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 <lucas@gnuabordo.com.br> 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~ |
