This commit is contained in:
parent
68da656c62
commit
f78426d9b6
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
|||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
2
main.sh
2
main.sh
@ -2,13 +2,13 @@
|
|||||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.2
|
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.2
|
||||||
cp -rvf ./debian ./xwayland/
|
cp -rvf ./debian ./xwayland/
|
||||||
cd ./xwayland
|
cd ./xwayland
|
||||||
|
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
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.2
|
|
||||||
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