diff options
| -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~ |
