This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-28 13:14:58 +03:00 committed by GitHub
parent f35a083020
commit 06f6dabcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View File

@ -5,8 +5,7 @@ cd ./pika-amdgpu-core
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../

View File

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

View File

@ -15,3 +15,10 @@ 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, 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

View 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
# 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
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
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/