add changelog generator

This commit is contained in:
Ward Nakchbandi 2023-03-03 23:59:31 +03:00
parent 74789931f2
commit 03af31631a
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +0,0 @@
linux-firmware (20220923.gitf09bebf3-99pika1) kinetic; urgency=medium
* New Upstream Release
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200

View File

@ -6,7 +6,9 @@ add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
cp -rvf ./debian-firmware/* ./linux-firmware/
cd linux-firmware
cd ./linux-firmware
touch debian/changelog
echo -e "linux-firmware ("$(date '+%Y%m%d')".git-99pika"$(date '+%M')" kinetic; urgency=medium\n\n* New Upstream Release\n\n-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# Get build deps
apt-get build-dep ./ -y