Source files to generate the RepRapFirmware Debian package for DSF
Licensed under the terms of the GPLv3.
- In this repo create subdirectories
opt/dsf/sd/firmware
- Place firmware binaries in the new
firmware
directory - Modify
DEBIAN/changelog
andDEBIAN/control
according to your needs (replace version) - Build the package by running
dpkg-deb --build -Zxz <repo dir> <target dir>
- Optionally sign it using
dpkg-sig -k <key> -s builder <deb file>