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
  • Loading branch information
linuxmaniac committed Jan 27, 2023
1 parent 815d21c commit 03755f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/kamailio/deb/bookworm/control
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
lsb-base,
python3,
${misc:Depends},
${shlibs:Depends},
Expand Down
3 changes: 3 additions & 0 deletions pkg/kamailio/deb/debian/backports/bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ sed -i -e '/^ python,/d' -e '/python-dev/d' \
sed -i -e '/^PACKAGE_GROUPS += python$/d' ${DIST}/rules
sed -i -e '/--EXCLUDED--/i EXTRA_EXCLUDED_MODULES += 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
3 changes: 3 additions & 0 deletions pkg/kamailio/deb/debian/backports/sid
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ sed -i -e '/^ python,/d' -e '/python-dev/d' \
sed -i -e '/^PACKAGE_GROUPS += python$/d' ${DIST}/rules
sed -i -e '/--EXCLUDED--/i EXTRA_EXCLUDED_MODULES += 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 @@ -70,7 +70,6 @@ Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
lsb-base,
python3,
${misc:Depends},
${shlibs:Depends},
Expand Down

0 comments on commit 03755f9

Please sign in to comment.