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