Update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-04-04 01:33:15 +03:00 committed by GitHub
parent 4ace75af36
commit 157c092c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
hwdata (0.369-99pika1) lunar; urgency=medium
* New upstream release && update to lunar.
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
hwdata (0.367-99pika1) kinetic; urgency=medium
* New upstream release.

View File

@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/vcrhonek/hwdata
git clone https://github.com/vcrhonek/hwdata -b v0.369
sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./*
cp -rvf ./debian ./hwdata/
cd ./hwdata

View File

@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/hwdata*.deb
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% hwdata*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% hwdata*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/hwdata*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/hwdata*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/