diff --git a/debian/changelog b/debian/changelog index 9c4c152..e225106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xwayland (2:23.1.1-99pika1.lunar) lunar; urgency=medium + + * Update to lunar + + -- Ward Nakchbandi Thu, 04 Oct 2022 17:50:00 +0300 + xwayland (2:23.0.99.901-99pika4) kinetic; urgency=medium * Rebuild with another version diff --git a/main.sh b/main.sh index 3e23d81..f8e9c61 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://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.0.99.901 +git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.1.1 cp -rvf ./debian ./xserver mv ./xserver ./xwayland cd ./xwayland @@ -13,7 +13,7 @@ cd ./xwayland apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p xwayland_23.0.99.901 +LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.1 dpkg-buildpackage # Move the debs to output diff --git a/release.sh b/release.sh index 13455bb..84ef7cd 100755 --- a/release.sh +++ b/release.sh @@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/xwayland*.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 (% xwayland*)' +reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% xwayland*)' # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/xwayland*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/xwayland*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/