This commit is contained in:
parent
f35a083020
commit
06f6dabcde
3
main.sh
3
main.sh
@ -5,8 +5,7 @@ cd ./pika-amdgpu-core
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dh_make --createorig
|
dpkg-buildpackage --no-sign
|
||||||
dpkg-buildpackage
|
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pika-amdgpu-core (100:22.40.50403-1538781~22.04-3) lunar; urgency=low
|
pika-amdgpu-core (100:23.10.50503-1620044~22.04) lunar; urgency=low
|
||||||
|
|
||||||
* Update to 22.40.50403-1538781
|
* Update to 23.10.50503-1620044~22.04
|
||||||
|
|
||||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||||
|
|
||||||
|
@ -15,3 +15,10 @@ Provides: amdgpu-core, amdgpu-pro-core, amdgpu-dkms, amdgpu-pro-lib32
|
|||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: Core meta package for Pro components of the unified amdgpu driver, with mesa priority.
|
Description: Core meta package for Pro components of the unified amdgpu driver, with mesa priority.
|
||||||
|
|
||||||
|
Package: amdgpu-drm
|
||||||
|
Section: metapackages
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, libdrm2-amdgpu
|
||||||
|
Provides: amdgpu-core, amdgpu-pro-core, amdgpu-dkms, amdgpu-pro-lib32
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Description: Core meta package for Pro components of the unified amdgpu driver drm
|
0
pika-amdgpu-core/debian/postinst → pika-amdgpu-core/debian/pika-amdgpu-core.postinst
Executable file → Normal file
0
pika-amdgpu-core/debian/postinst → pika-amdgpu-core/debian/pika-amdgpu-core.postinst
Executable file → Normal file
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-amdgpu-core*.deb
|
|||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
# Remove our existing package from the repo
|
# Remove our existing package from the repo
|
||||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-core*)'
|
reprepro -C main -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-core*)'
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-core*.deb
|
reprepro -C main -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-core*.deb
|
||||||
|
|
||||||
# Push the updated ppa repo to the server
|
# Push the updated ppa repo to the server
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||||
|
Loading…
Reference in New Issue
Block a user