mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-07 01:14:03 +01:00
Make Debian packaging more Debian-like
When you do `./configure`, the options are stored in the rules file. This then means you can use the normal Debian packaging methods. `make deb` also now uses `dpkg-buildpackage`.
This commit is contained in:
4
.github/workflows/packaging.yml
vendored
4
.github/workflows/packaging.yml
vendored
@@ -45,8 +45,8 @@ jobs:
|
||||
- name: Confirm packages built
|
||||
run: |
|
||||
DEB_COUNT=$(find -name 'libwolfssl*.deb' | wc -l)
|
||||
if [ "$DEB_COUNT" != "2" ]; then
|
||||
echo Did not find exactly two deb packages!!!
|
||||
if [ "$DEB_COUNT" != "3" ]; then
|
||||
echo Did not find exactly three deb packages!!!
|
||||
exit 1
|
||||
fi
|
||||
# disabled 20240919 -- broken target.
|
||||
|
||||
Reference in New Issue
Block a user