Update to lunar
This commit is contained in:
parent
5cdfe3417c
commit
218fec24e5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
6
debian/changelog
vendored
@ -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
5
debian/control
vendored
@ -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).
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user