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
firmwaredirectory - Modify
DEBIAN/changelogandDEBIAN/controlaccording 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>