Skip to content

Commit

Permalink
pkg/kamailio/deb: remove lsb-base dependency [skip ci]
Browse files Browse the repository at this point in the history
* on newer version, there's no need to add it

> E: kamailio: depends-on-obsolete-package Depends: lsb-base

(cherry picked from commit 03755f9)
(cherry picked from commit a45f4ca)
(cherry picked from commit 210b8de)
  • Loading branch information
linuxmaniac committed Apr 6, 2023
1 parent 2f7350d commit 0e8cd1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkg/kamailio/deb/debian/backports/sid
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ sed -i -e '/^ python,/d' -e '/python-dev/d' \
sed -i -e 's/ python [ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ python/' ${DIST}/rules

# no lsb-base
sed -i -e '/lsb-base/d' ${DIST}/control

wrap-and-sort -sat -d ${DIST}

# clean backports scripts
Expand Down
1 change: 0 additions & 1 deletion pkg/kamailio/deb/sid/control
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
lsb-base,
python3,
${misc:Depends},
${shlibs:Depends},
Expand Down

0 comments on commit 0e8cd1b

Please sign in to comment.