diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cf8ce8..fa9a600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: self-hosted container: - image: ubuntu:22.10 + image: ubuntu:23.04 volumes: - /proc:/proc options: --privileged -it diff --git a/debian/changelog b/debian/changelog index c29e22e..d805988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +display-info (0.1.1-99pika3.lunar) lunar; urgency=low + + * Fix depends + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + display-info (0.1.1-99pika2) kinetic; urgency=low * Fix depends diff --git a/debian/control b/debian/control index 8e0f3e2..a26b212 100644 --- a/debian/control +++ b/debian/control @@ -10,3 +10,8 @@ Architecture: amd64 Depends: ${misc:Depends}, edid-decode Provides: libdisplay-info-dev Description: EDID and DisplayID library. + +Package: libdisplay-info-dev +Architecture: amd64 +Depends: ${misc:Depends}, libdisplay-info-dev +Description: EDID and DisplayID library (development headers). \ No newline at end of file diff --git a/release.sh b/release.sh index 4ee3dfd..dcf04ab 100755 --- a/release.sh +++ b/release.sh @@ -4,11 +4,8 @@ dpkg-sig --sign builder ./output/libdisplay-info*.deb # Pull down existing ppa repo db files etc 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 -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 rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/