aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-03 11:30:19 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-05 19:00:29 -0300
commit77d381d5338a30206271cabebd77efe6e0d19ca2 (patch)
treef1b8e21cbbf86ddea0d1d7ef8ad864de2f62e46f
parent47d7b6fbb43af9215f21e8da7bbebce1fa15301a (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/control13
-rw-r--r--debian/lsm.maintscript1
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~