Module: kamailio Branch: master Commit: a9cebb564be125fa55d5cabfab6a5f837cfc2850 URL: https://github.com/kamailio/kamailio/commit/a9cebb564be125fa55d5cabfab6a5f837cfc2850
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-01-13T11:00:40+01:00 pkg/kamailio/deb: properly exclude db_text [skip ci] --- Modified: pkg/kamailio/deb/bookworm/rules Modified: pkg/kamailio/deb/bullseye/rules Modified: pkg/kamailio/deb/debian/rules Modified: pkg/kamailio/deb/jammy/rules Modified: pkg/kamailio/deb/noble/rules Modified: pkg/kamailio/deb/sid/rules Modified: pkg/kamailio/deb/trixie/rules --- Diff: https://github.com/kamailio/kamailio/commit/a9cebb564be125fa55d5cabfab6a5f837cfc2850.diff Patch: https://github.com/kamailio/kamailio/commit/a9cebb564be125fa55d5cabfab6a5f837cfc2850.patch --- diff --git a/pkg/kamailio/deb/bookworm/rules b/pkg/kamailio/deb/bookworm/rules index 79021952842..f1856c902ef 100755 --- a/pkg/kamailio/deb/bookworm/rules +++ b/pkg/kamailio/deb/bookworm/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/bullseye/rules b/pkg/kamailio/deb/bullseye/rules index 6442271b5b6..586ea15087f 100755 --- a/pkg/kamailio/deb/bullseye/rules +++ b/pkg/kamailio/deb/bullseye/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/debian/rules b/pkg/kamailio/deb/debian/rules index 3ff5f75c30c..4fd4ff07fb6 100755 --- a/pkg/kamailio/deb/debian/rules +++ b/pkg/kamailio/deb/debian/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/jammy/rules b/pkg/kamailio/deb/jammy/rules index 79021952842..f1856c902ef 100755 --- a/pkg/kamailio/deb/jammy/rules +++ b/pkg/kamailio/deb/jammy/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/noble/rules b/pkg/kamailio/deb/noble/rules index 79021952842..f1856c902ef 100755 --- a/pkg/kamailio/deb/noble/rules +++ b/pkg/kamailio/deb/noble/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/sid/rules b/pkg/kamailio/deb/sid/rules index 79021952842..f1856c902ef 100755 --- a/pkg/kamailio/deb/sid/rules +++ b/pkg/kamailio/deb/sid/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy diff --git a/pkg/kamailio/deb/trixie/rules b/pkg/kamailio/deb/trixie/rules index 79021952842..f1856c902ef 100755 --- a/pkg/kamailio/deb/trixie/rules +++ b/pkg/kamailio/deb/trixie/rules @@ -36,7 +36,7 @@ EXCLUDED_MODULES += berkeley # - regardless if they go to the main kamailio package or to some module # package, they will be excluded from compile and install of all. EXTRA_EXCLUDED_MODULES += bdb -EXTRA_EXCLUDED_MODULES += dbtext +EXTRA_EXCLUDED_MODULES += db_text EXTRA_EXCLUDED_MODULES += oracle EXTRA_EXCLUDED_MODULES += pa EXTRA_EXCLUDED_MODULES += iptrtpproxy _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
