From 157c092c0ff6fb3f52c357669a8d4da36777f999 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:33:15 +0300 Subject: [PATCH] Update to lunar --- debian/changelog | 6 ++++++ main.sh | 2 +- release.sh | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 35997f0..7a17efd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hwdata (0.369-99pika1) lunar; urgency=medium + + * New upstream release && update to lunar. + + -- Ward Nakchbandi Sat, 15 Oct 2022 18:58:00 +0300 + hwdata (0.367-99pika1) kinetic; urgency=medium * New upstream release. diff --git a/main.sh b/main.sh index 6fb52ff..dbbdd42 100755 --- a/main.sh +++ b/main.sh @@ -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 diff --git a/release.sh b/release.sh index 7528ba2..29454ff 100755 --- a/release.sh +++ b/release.sh @@ -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/