[Git][pkg-voip-team/asterisk][experimental-16] 6 commits: Revert "Adjust MySQL build-dep for current mariadb-10.3 breakage"

Bernhard Schmidt gitlab at salsa.debian.org
Fri Jan 4 01:05:10 GMT 2019


Bernhard Schmidt pushed to branch experimental-16 at Debian VoIP Packaging Team / asterisk


Commits:
eccf1301 by Bernhard Schmidt at 2019-01-03T23:55:42Z
Revert "Adjust MySQL build-dep for current mariadb-10.3 breakage"

This reverts commit 07fe0ea2933a27dce509fa751124f7ac9946c81f.

- - - - -
1264ff18 by Bernhard Schmidt at 2019-01-03T23:55:56Z
Revert "Disable libsnmp-dev temporarily"

This reverts commit 6d7eefde0ecaa06df86d1e5ab6cb208fb4cbe95f.

- - - - -
a937af48 by Bernhard Schmidt at 2019-01-03T23:58:36Z
Drop libsqlite0-dev, deprecated

- - - - -
ff08ed18 by Bernhard Schmidt at 2019-01-04T00:29:14Z
Build-Depend on libosptk-dev for Open Settlement Protocol support

See Bug#786973, not sure whether we want to keep that for Buster

- - - - -
1d252c37 by Bernhard Schmidt at 2019-01-04T00:58:19Z
Do not load any local channel drivers by default

Closes: #821392

- - - - -
f2de8de9 by Bernhard Schmidt at 2019-01-04T01:02:21Z
asterisk.service: Attempt to run with realtime priority by default

This restores the previous init.d behaviour. It can be changed using
systemd overrides

Closes: #801629

- - - - -


3 changed files:

- debian/ast_config/modules.conf
- debian/control
- debian/patches/systemd.patch


Changes:

=====================================
debian/ast_config/modules.conf
=====================================
@@ -47,11 +47,12 @@ noload => chan_capi.so
 ;
 load => res_musiconhold.so
 ;
-; Load either OSS or ALSA, not both
-; By default, load OSS only (automatically) and do not load ALSA
+; Do not load load local channel drivers (using the system speaker) by default,
+; they are not used in most installations and might block the sound hardware
 ;
 noload => chan_alsa.so
-;noload => chan_oss.so
+noload => chan_console.so
+noload => chan_oss.so
 ;
 ; Disable CDR logging to SQLite by default since it writes unconditionally to 
 ; cdr.db without a way to rotate it.


=====================================
debian/control
=====================================
@@ -15,10 +15,7 @@ Build-Depends:
  binutils-dev,
  dahdi-source,
  debhelper (>= 10),
-# MariaDB woes in unstable, see #917075
-# default-libmysqlclient-dev,
- libmariadb-dev-compat,
-# end MariaDB woes
+ default-libmysqlclient-dev,
  freetds-dev,
  libasound2-dev,
  libavcodec-dev,
@@ -46,17 +43,17 @@ Build-Depends:
  libopenr2-dev [linux-any],
  libopus-dev,
  libopusfile-dev,
+ libosptk-dev,
  libpopt-dev,
  libpq-dev,
  libpri-dev,
  libreadline-dev,
  libresample1-dev,
  libsdl-image1.2-dev,
-# libsnmp-dev,
+ libsnmp-dev,
  libspandsp-dev,
  libspeex-dev,
  libspeexdsp-dev,
- libsqlite0-dev,
  libsqlite3-dev,
  libsrtp2-dev,
  libss7-dev,


=====================================
debian/patches/systemd.patch
=====================================
@@ -41,7 +41,7 @@ Last-Update: 2016-04-02
 +# Note: if you changed the parameters passed in the command-line (ExecStart)
 +# be sure to copy them over here as well.
 +[Service]
-+ExecStart = $BASE_DIR/asterisk g -f -U asterisk
++ExecStart = $BASE_DIR/asterisk g -f -p -U asterisk
 +ExecReload = $BASE_DIR/asterisk -rx 'core reload'
 +WorkingDirectory = $varlibdir
 +EOF
@@ -90,7 +90,7 @@ Last-Update: 2016-04-02
 +
 +[Service]
 +Type=notify
-+ExecStart=__ASTERISK_SBIN_DIR__/asterisk -g -f -U asterisk
++ExecStart=__ASTERISK_SBIN_DIR__/asterisk -g -f -p -U asterisk
 +ExecReload=__ASTERISK_SBIN_DIR__/asterisk -rx 'core reload'
 +Restart=on-failure
 +RestartSec=1



View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/compare/b967f14b25a7a9ac83ac9f24d9b9b4f9aefa26b3...f2de8de92cbe34b839dec68c430eb5448d9794c2

-- 
View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/compare/b967f14b25a7a9ac83ac9f24d9b9b4f9aefa26b3...f2de8de92cbe34b839dec68c430eb5448d9794c2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20190104/3deb24cd/attachment-0001.html>


More information about the Pkg-voip-maintainers mailing list