This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-14 14:49:34 +03:00 committed by GitHub
parent 6377e3c31f
commit 87c18abcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

4
debian/control vendored
View File

@ -69,8 +69,8 @@ Architecture: any
Depends: libmesa-git,
${shlibs:Depends},
${misc:Depends},
mesa:i386 (= ${binary:Version}) [amd64],
mesa:amd64 (= ${binary:Version}) [i386],
mesa-git:i386 (= ${binary:Version}) [amd64],
mesa-git:amd64 (= ${binary:Version}) [i386],
libd3dadapter9-mesa-git (= ${binary:Version}),
libegl-mesa0-git (= ${binary:Version}),
libegl1-mesa-git-dev (= ${binary:Version}),

4
debian/control.in vendored
View File

@ -69,8 +69,8 @@ Architecture: any
Depends: libmesa-git,
${shlibs:Depends},
${misc:Depends},
mesa:i386 (= ${binary:Version}) [amd64],
mesa:amd64 (= ${binary:Version}) [i386],
mesa-git:i386 (= ${binary:Version}) [amd64],
mesa-git:amd64 (= ${binary:Version}) [i386],
libd3dadapter9-mesa-git (= ${binary:Version}),
libegl-mesa0-git (= ${binary:Version}),
libegl1-mesa-git-dev (= ${binary:Version}),

View File

@ -7,7 +7,7 @@ cp -rvf ./debian ./mesa-git/
cd ./mesa-git
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
touch debian/changelog
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.3."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.4."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# Get build deps
apt-get build-dep ./ -y

View File

@ -7,7 +7,7 @@ cp -rvf ./debian ./mesa-git/
cd ./mesa-git
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Git /' ./VERSION
touch debian/changelog
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.3."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
echo -e "mesa-git (23.3-99pika"$(date '+%Y%m%d')".git.4."$(git rev-parse --short HEAD)") lunar; urgency=medium\n\n * New GIT Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
# Get build deps
apt-get build-dep ./ -y