Skip to content

Commit

Permalink
pkg/kamailio/deb: fix backports rules related to nats
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 25, 2022
1 parent 21efa40 commit cc4ac5c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/bionic/rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip geoip2 \
sqlite json mono ruby ims sctp \
tls outbound websocket autheph kazoo cnxcc \
erlang systemd phonenum mongodb rabbitmq python3 mqtt
erlang systemd phonenum mongodb rabbitmq python3 mqtt

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/bookworm/rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redisgeoip geoip2 \
sqlite json mono ruby ims sctp \
tls outbound websocket autheph kazoo cnxcc \
erlang nats systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc
erlang systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc nats

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/buster/rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip geoip2 \
sqlite json mono ruby ims sctp \
tls outbound websocket autheph kazoo cnxcc \
erlang systemd phonenum mongodb rabbitmq python3 mqtt
erlang systemd phonenum mongodb rabbitmq python3 mqtt

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/bionic
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sed -i -e '/dh-systemd/d' ${DIST}/control
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/buster
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/focal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ secsipid/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/jessie
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/precise
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/stretch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/trusty
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/wheezy
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/backports/xenial
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ lwsc/' ${DIST}/rules
sed -i -e '/^ libnats-dev,/d' \
-e '/^Package: kamailio-nats-modules/,/^$/d' \
${DIST}/control
sed -i -e 's/ nats [ ,$]*//' ${DIST}/rules
sed -i -e 's/ nats[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXCLUDED_MODULES=/s/$/ nats/' ${DIST}/rules

wrap-and-sort -sat -d ${DIST}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip geoip2 \
sqlite json mono ruby ims sctp java \
tls outbound websocket autheph dnssec kazoo cnxcc \
erlang nats systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc
erlang systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc nats

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/jessie/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip \
sqlite json mono ruby ims sctp java \
tls outbound websocket autheph dnssec kazoo cnxcc \
erlang systemd rabbitmq python3 mqtt
erlang systemd rabbitmq python3 mqtt

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/sid/rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redisgeoip geoip2 \
sqlite json mono ruby ims sctp \
tls outbound websocket autheph kazoo cnxcc \
erlang nats systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc
erlang systemd phonenum mongodb rabbitmq python3 mqtt secsipid lwsc nats

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/stretch/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip geoip2 \
sqlite json mono ruby ims sctp java \
tls outbound websocket autheph kazoo cnxcc \
erlang systemd phonenum mongodb rabbitmq python3 mqtt
erlang systemd phonenum mongodb rabbitmq python3 mqtt

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/trusty/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip \
sqlite json mono ims sctp java \
tls outbound websocket autheph dnssec kazoo cnxcc \
erlang rabbitmq python3
erlang rabbitmq python3

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/xenial/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
snmpstats carrierroute xmpp cpl redis python geoip geoip2 \
sqlite json mono ruby ims sctp java \
tls outbound websocket autheph dnssec kazoo cnxcc \
erlang systemd phonenum mongodb rabbitmq python3 mqtt
erlang systemd phonenum mongodb rabbitmq python3 mqtt

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson http_async
Expand Down

0 comments on commit cc4ac5c

Please sign in to comment.