This commit is contained in:
parent
06699d38a3
commit
2f141f12bd
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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.
|
* New upstream release.
|
||||||
|
|
||||||
|
4
main.sh
4
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# 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
|
cp -rvf ./debian ./egl-wayland
|
||||||
cd ./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
|
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
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# 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
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user