Fix up Freeswitch versions

Ensure correct pinning and recipies to install rhizomatica compiled versions
This commit is contained in:
Monocots 2022-10-25 15:30:20 +00:00
parent 1ad6cac8bb
commit 5f53f34de6
5 changed files with 18 additions and 26 deletions

View file

@ -1,5 +1,5 @@
Package: freeswitch* libfreeswitch*
Pin: version <%= @fs_pin %>
Pin: version <%= @fs_version %>
Pin-Priority: 510
Package: postgresql-*-9.6

View file

@ -1,5 +1,5 @@
#!/bin/bash
dpkg -l | egrep freeswitch-mod\|libfreeswitch | cut -f3 -d\ |\
sed 's/\(.*\)/\1=<%= @fs_deb_version %>/' | sort -r |\
sed 's/\(.*\)/\1=<%= @fs_version %>/' | sort -r |\
sudo xargs -p apt install --assume-yes --allow-downgrades

View file

@ -1,5 +1,5 @@
Package: freeswitch* libfreeswitch*
Pin: version <%= @fs_pin %>
Pin: version <%= @fs_version %>
Pin-Priority: 510
Package: postgresql-*-9.6