From a59c82c6013f56309ec7a49fa3bf86ec0258e50a Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:43:32 +0300 Subject: [PATCH] 1.36 --- debian/changelog | 6 ++++++ main.sh | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3ffc61..0233a2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wayland-protocols (1.36-100pika1) pikauwu; urgency=medium + + * New upstream release. + + -- ferrreo Fri, 13 Jan 2023 16:04:57 +0200 + wayland-protocols (1.34-100pika1) pikauwu; urgency=medium * New upstream release. diff --git a/main.sh b/main.sh index 8a25774..f8e7f69 100755 --- a/main.sh +++ b/main.sh @@ -4,9 +4,8 @@ DEBIAN_FRONTEND=noninteractive apt-get update # Clone Upstream -git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git +git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36 cd wayland-protocols -git checkout 1.34 cp -rvf ../debian ./ for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done