Skip to content

Commit 83b580f

Browse files
committed
chore: update build ppa script
1 parent c896e5a commit 83b580f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

scripts/build_ppa.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ mkdir -p $workdir/resources/icon;
2020

2121
echo "PWD: $(pwd)";
2222

23+
rm -rf /tmp/tmp_changelog
24+
touch /tmp/tmp_changelog
25+
echo "figma-linux (${version}-${rev}ubuntu0) devel; urgency=medium" >> /tmp/tmp_changelog
26+
echo "" >> /tmp/tmp_changelog
27+
echo " * Publish ${version} version" >> /tmp/tmp_changelog
28+
echo "${notes}" >> /tmp/tmp_changelog
29+
echo " -- Chugunov Roman <Zebs-BMK\@yandex.ru> $(date -R)" >> /tmp/tmp_changelog
30+
echo "" >> /tmp/tmp_changelog
31+
echo "$(cat /tmp/tmp_changelog ./scripts/debian/changelog)" > ./scripts/debian/changelog
32+
rm -rf /tmp/tmp_changelog
33+
2334
cp -rf ./scripts/debian $workdir;
2435
cp -rf ${linux_unpacked}/* $workdir;
2536
cp -rf ${linux_unpacked}/icons/* $workdir/resources/icon;

0 commit comments

Comments
 (0)