al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
184 stars 114 forks source link

Modern DKMS no longer handles Debian package creation #56

Open al177 opened 3 months ago

al177 commented 3 months ago

We have relied on DKMS's built-in mkdsc/mkdeb commands to generate Debian packages from a minimal description file. DKMS maintainers decided a couple of years ago that DKMS should remain distro-agnostic and removed distro specific package creation. Now the change has trickled down to RaspiOS and I can no longer generate packages for release.

The solution is to explicitly package the build product during build. Good thing it's a holiday weekend...