Update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-11 10:55:22 +03:00 committed by GitHub
parent 5cdfe3417c
commit 218fec24e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 5 deletions

View File

@ -7,7 +7,7 @@ jobs:
build: build:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ubuntu:22.10 image: ubuntu:23.04
volumes: volumes:
- /proc:/proc - /proc:/proc
options: --privileged -it options: --privileged -it

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
display-info (0.1.1-99pika3.lunar) lunar; urgency=low
* Fix depends
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
display-info (0.1.1-99pika2) kinetic; urgency=low display-info (0.1.1-99pika2) kinetic; urgency=low
* Fix depends * Fix depends

5
debian/control vendored
View File

@ -10,3 +10,8 @@ Architecture: amd64
Depends: ${misc:Depends}, edid-decode Depends: ${misc:Depends}, edid-decode
Provides: libdisplay-info-dev Provides: libdisplay-info-dev
Description: EDID and DisplayID library. Description: EDID and DisplayID library.
Package: libdisplay-info-dev
Architecture: amd64
Depends: ${misc:Depends}, libdisplay-info-dev
Description: EDID and DisplayID library (development headers).

View File

@ -4,11 +4,8 @@ dpkg-sig --sign builder ./output/libdisplay-info*.deb
# Pull down existing ppa repo db files etc # Pull down existing ppa repo db files etc
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
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% libdisplay-info*)'
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/libdisplay-info*.deb reprepro -V --basedir ./output/repo/ includedeb lunar ./output/libdisplay-info*.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/