mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-27 15:08:24 +00:00
We need to inform debhelper that it will be driving the action using autotools. edit `debian/control` field `Build-Depends`: add `autotools-dev` and `dh-autoreconf` edit `debian/rules`: * change the default target `%` to invoke `dh` with `autotools-dev` and `autoreconf` * remove from `override_dh_auto_configure` the invocation to `./autogen.sh` obsoleted by `dh-autoreconf` |
||
|---|---|---|
| .. | ||
| source | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| libtpms0.install | ||
| libtpms-dev.install | ||
| rules | ||