misc: 2nd general review of helpers.

This commit is contained in:
Luis Guzmán 2024-05-01 18:52:05 +00:00
parent df6774d1fe
commit 372a379e8a
36 changed files with 16 additions and 5662 deletions

View file

@ -30,13 +30,6 @@ done
sed '/PIDGIN_PREFS_ROOT.*conv_focus/s/TRUE/FALSE/' -i pidgin/gtksound.c
# apply upstream pidgin security fixes / patches not yet in ubuntu.
for patch in $(ls -v ${DATA}/cve/*.patch)
do
echo "Applying $patch"
patch --no-backup-if-mismatch -Np1 < $patch
done
changelog "Compiled for Trisquel"
package