From 2f141f12bdf3c99ef79d3849bb506e4e9bddcebd Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:29:35 +0300 Subject: [PATCH] --- debian/changelog | 2 +- main.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c816aee..991b0ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -egl-wayland (1:1.1.12-100pika1) pikauwu; urgency=medium +egl-wayland (1:1.1.13-100pika1) pikauwu; urgency=medium * New upstream release. diff --git a/main.sh b/main.sh index 619883a..585782a 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/NVIDIA/egl-wayland -b 1.1.12 +git clone https://github.com/NVIDIA/egl-wayland -b 1.1.13 cp -rvf ./debian ./egl-wayland cd ./egl-wayland 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 @@ -8,7 +8,7 @@ for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 - apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p egl-wayland_1.1.12 +LOGNAME=root dh_make --createorig -y -l -p egl-wayland_1.1.13 dpkg-buildpackage --no-sign # Move the debs to output