Module: kamailio Branch: master Commit: ea2f3be73609488a07230a9d4f9ba750df51d916 URL: https://github.com/kamailio/kamailio/commit/ea2f3be73609488a07230a9d4f9ba750df51d916
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-01-12T18:57:34+01:00 pkg/kamailio/deb: restore missing changes from sid [skip ci] * no dn5.3 in sid cc4c036efa2bb1c468fff2101de9914ca0ef5580 --- Modified: pkg/kamailio/deb/debian/backports/sid Modified: pkg/kamailio/deb/sid/control Modified: pkg/kamailio/deb/sid/rules Removed: pkg/kamailio/deb/sid/kamailio-berkeley-bin.dirs Removed: pkg/kamailio/deb/sid/kamailio-berkeley-modules.cmake-components --- Diff: https://github.com/kamailio/kamailio/commit/ea2f3be73609488a07230a9d4f9ba750df51d916.diff Patch: https://github.com/kamailio/kamailio/commit/ea2f3be73609488a07230a9d4f9ba750df51d916.patch --- diff --git a/pkg/kamailio/deb/debian/backports/sid b/pkg/kamailio/deb/debian/backports/sid index 39b3579562f..d570487fc2e 100755 --- a/pkg/kamailio/deb/debian/backports/sid +++ b/pkg/kamailio/deb/debian/backports/sid @@ -19,6 +19,16 @@ sed -i -e '/lsb-base/d' ${DIST}/control # libncurses sed -i -e 's/libncurses5-dev/libncurses-dev/g' ${DIST}/control +# no db5.3 +rm ${DIST}/kamailio-berkeley-bin.dirs \ + ${DIST}/kamailio-berkeley-modules.cmake-components +sed -i -e '/libdb-dev/d' \ + -e '/^Package: kamailio-berkeley-modules/,/^$/d' \ + -e '/^Package: kamailio-berkeley-bin/,/^$/d' \ + ${DIST}/control +sed -i -e '/^PACKAGE_GROUPS += berkeley$/d' ${DIST}/rules +sed -i -e '/--EXCLUDED--/i EXTRA_EXCLUDED_MODULES += berkeley' ${DIST}/rules + wrap-and-sort -sat -d ${DIST} # clean backports scripts diff --git a/pkg/kamailio/deb/sid/control b/pkg/kamailio/deb/sid/control index 6d7eb06a9b8..8bfe37ec870 100644 --- a/pkg/kamailio/deb/sid/control +++ b/pkg/kamailio/deb/sid/control @@ -17,7 +17,6 @@ Build-Depends: erlang-dev, flex, libcurl4-openssl-dev, - libdb-dev (>= 4.6.19), libev-dev, libevent-dev, libexpat1-dev, @@ -466,42 +465,6 @@ Description: XML based extensions for Kamailio's Management Interface Management and Control Interface. - xmlops module for XPath operations in configuration file -Package: kamailio-berkeley-modules -Architecture: any -Multi-Arch: same -Pre-Depends: - ${misc:Pre-Depends}, -Depends: - db-util (>= 4.6.19), - kamailio (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, -Description: Berkeley database module for the Kamailio SIP server - Kamailio is a very fast and flexible SIP (RFC3261) - server. Written entirely in C, Kamailio can handle thousands calls - per second even on low-budget hardware. - . - This package provides the Berkeley database module for Kamailio, a - high-performance embedded database. All database tables are stored - in files, no additional server is necessary. - -Package: kamailio-berkeley-bin -Architecture: any -Multi-Arch: foreign -Pre-Depends: - ${misc:Pre-Depends}, -Depends: - ${misc:Depends}, - ${shlibs:Depends}, -Description: Berkeley database module for Kamailio - helper program - Kamailio is a very fast and flexible SIP (RFC3261) - server. Written entirely in C, Kamailio can handle thousands calls - per second even on low-budget hardware. - . - This package provides helper modules for the Berkeley database module for - Kamailio, a high-performance embedded DB kernel. You should normally - install kamailio-berkeley-modules and not this package directly. - Package: kamailio-ldap-modules Architecture: any Multi-Arch: same diff --git a/pkg/kamailio/deb/sid/kamailio-berkeley-bin.dirs b/pkg/kamailio/deb/sid/kamailio-berkeley-bin.dirs deleted file mode 100644 index 236670a2d0f..00000000000 --- a/pkg/kamailio/deb/sid/kamailio-berkeley-bin.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/sbin diff --git a/pkg/kamailio/deb/sid/kamailio-berkeley-modules.cmake-components b/pkg/kamailio/deb/sid/kamailio-berkeley-modules.cmake-components deleted file mode 100644 index 4d2d48c08a3..00000000000 --- a/pkg/kamailio/deb/sid/kamailio-berkeley-modules.cmake-components +++ /dev/null @@ -1 +0,0 @@ -KBERKELEY diff --git a/pkg/kamailio/deb/sid/rules b/pkg/kamailio/deb/sid/rules index 6ebe42860bc..5f832cf85d4 100755 --- a/pkg/kamailio/deb/sid/rules +++ b/pkg/kamailio/deb/sid/rules @@ -40,6 +40,7 @@ EXTRA_EXCLUDED_MODULES += iptrtpproxy EXTRA_EXCLUDED_MODULES += dnssec EXTRA_EXCLUDED_MODULES += java EXTRA_EXCLUDED_MODULES += python +EXTRA_EXCLUDED_MODULES += berkeley ## --EXCLUDED-- @@ -49,7 +50,6 @@ EXTRA_EXCLUDED_MODULES += python # on which other depend first) PACKAGE_GROUPS += mysql PACKAGE_GROUPS += postgres -PACKAGE_GROUPS += berkeley PACKAGE_GROUPS += unixodbc PACKAGE_GROUPS += radius PACKAGE_GROUPS += presence _______________________________________________ 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!
