This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-01 21:29:35 +03:00 committed by GitHub
parent 06699d38a3
commit 2f141f12bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -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.

View File

@ -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