From d465367765e00e6fd03e65dd657a73674ce564cd Mon Sep 17 00:00:00 2001 From: s3lph Date: Fri, 29 Nov 2024 01:53:36 +0100 Subject: [PATCH] fix(ci): install libusb-1.0-0-dev --- .forgejo/workflows/package.yml | 2 +- package/debian/barcode-utils/DEBIAN/control | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 2e6dae6..ba32c83 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -16,7 +16,7 @@ jobs: package/debian/honeywell-config/usr/bin \ package/debian/honeywell-config/usr/lib/udev/rules.d/ sed -re "s/__VERSION__/0.$(git rev-list --count ${GITHUB_REF_NAME})-1/g" -i package/debian/barcode-utils/DEBIAN/control - apt install --yes libusb-dev + apt install --yes libusb-1.0-0-dev make strip honeywell-config cp honeywell-config package/debian/honeywell-config/usr/bin diff --git a/package/debian/barcode-utils/DEBIAN/control b/package/debian/barcode-utils/DEBIAN/control index 3916540..c050599 100644 --- a/package/debian/barcode-utils/DEBIAN/control +++ b/package/debian/barcode-utils/DEBIAN/control @@ -1,10 +1,9 @@ -Package: barcode-utils +Package: honeywell-config Version: __VERSION__ Maintainer: s3lph Section: utils Priority: optional -Architecture: all -Depends: python3 (>= 3.6), python3-hid -Description: Miscellaneous utils for dealing with barcodes. - Miscellaneous utils for dealing with barcodes. - +Architecture: amd64 +Depends: libusb-1.0-0 +Description: Configuration utility for Honeywell barcode scanners. + Configuration utility for Honeywell barcode scanners.