This commit is contained in:
parent
06d98f296f
commit
d465367765
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
Package: barcode-utils
|
||||
Package: honeywell-config
|
||||
Version: __VERSION__
|
||||
Maintainer: s3lph <s3lph@kabelsalat.ch>
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue