From 6d0c87d830cf3152eab2a384c7331d5dc0303f59 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 11 May 2023 10:57:32 +0300 Subject: [PATCH] --- debian/changelog | 2 +- debian/control | 9 +++++++++ main.sh | 2 +- release.sh | 3 --- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a17efd..ac50bfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hwdata (0.369-99pika1) lunar; urgency=medium +hwdata (0.370-99pika2.lunar) lunar; urgency=medium * New upstream release && update to lunar. diff --git a/debian/control b/debian/control index 3fe6c85..3cd0621 100644 --- a/debian/control +++ b/debian/control @@ -18,3 +18,12 @@ Description: hardware identification / configuration data This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It is needed for the kudzu hardware detection. + +Package: hwdata-dev +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, hwdata +Description: hardware identification / configuration data + This package contains various hardware identification and configuration data, + such as the pci.ids database, or the XFree86/xorg Cards database. + It is needed for the kudzu hardware detection (development headers). \ No newline at end of file diff --git a/main.sh b/main.sh index dbbdd42..907a4da 100755 --- a/main.sh +++ b/main.sh @@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -git clone https://github.com/vcrhonek/hwdata -b v0.369 +git clone https://github.com/vcrhonek/hwdata -b v0.370 sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./* cp -rvf ./debian ./hwdata/ cd ./hwdata diff --git a/release.sh b/release.sh index 29454ff..804e8df 100755 --- a/release.sh +++ b/release.sh @@ -4,9 +4,6 @@ dpkg-sig --sign builder ./output/hwdata*.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 lunar 'Package (% hwdata*)' - # Add the new package to the repo reprepro -V --basedir ./output/repo/ includedeb lunar ./output/hwdata*.deb