From 2c6668c0960ee016edbdfa149ac20005331887c6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Thu, 6 Feb 2025 21:04:01 +0000 Subject: [PATCH] fix: packaging of pci ids --- .github/release-nest-v3 | 2 +- pikafetch/debian/changelog | 2 +- pikafetch/debian/rules | 1 + pikafetch/{debian/pikafetch/usr/share/pikafetch => }/pci.ids | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename pikafetch/{debian/pikafetch/usr/share/pikafetch => }/pci.ids (100%) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/pikafetch/debian/changelog b/pikafetch/debian/changelog index 5c8a879..3a87f00 100644 --- a/pikafetch/debian/changelog +++ b/pikafetch/debian/changelog @@ -1,4 +1,4 @@ -pikafetch (0.5.0-101pika5) pika; urgency=medium +pikafetch (0.5.0-101pika6) pika; urgency=medium * Swap GPU info source location diff --git a/pikafetch/debian/rules b/pikafetch/debian/rules index c595e9f..8d69987 100755 --- a/pikafetch/debian/rules +++ b/pikafetch/debian/rules @@ -10,6 +10,7 @@ override_dh_install: dh_install mkdir -p debian/pikafetch/usr/bin/ cp -vf pikafetch debian/pikafetch/usr/bin/ + cp -vf pci.ids debian/pikafetch/usr/share/pikafetch/ chmod 755 debian/pikafetch/usr/bin/pikafetch chmod +x debian/pikafetch/usr/bin/pikafetch diff --git a/pikafetch/debian/pikafetch/usr/share/pikafetch/pci.ids b/pikafetch/pci.ids similarity index 100% rename from pikafetch/debian/pikafetch/usr/share/pikafetch/pci.ids rename to pikafetch/pci.ids