misc: 2nd general review of helpers.
This commit is contained in:
parent
df6774d1fe
commit
372a379e8a
36 changed files with 16 additions and 5662 deletions
|
|
@ -17,23 +17,14 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=5
|
||||
EXTERNAL='deb-src http://ftp.debian.org/debian bullseye-backports main'
|
||||
REPOKEY=0E98404D386FA1D9
|
||||
VERSION=4
|
||||
EXTERNAL='deb-src http://ftp.debian.org/debian bookworm main'
|
||||
REPOKEY=6ED0E7B82643E131
|
||||
BACKPORT=true
|
||||
|
||||
. ./config
|
||||
|
||||
# Apply patches to use system's libsrtp2
|
||||
for patch in $(ls -v ${DATA}/*.patch)
|
||||
do
|
||||
echo "Applying $patch"
|
||||
patch --no-backup-if-mismatch -Np1 < $patch
|
||||
done
|
||||
|
||||
# Manually remove third_party src
|
||||
rm -r src/third_party/libsrtp
|
||||
|
||||
changelog "Applied libsrtp system usage update to bullseye-backports."
|
||||
changelog "Backported from debian bookworm as a dependency of telegram-desktop"
|
||||
|
||||
package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue