Debian Packages - froonix/munin-plugins-fnx GitHub Wiki
Experimental packages for Debian (use [arch=all]
in sources.list for other architectures than amd64
!) can be found in the Froonix Repository or at the release page. Tested at Debian Jessie/Stretch, but there's no guarantee that the package works on every Debian release!
Build notes
development snapshot
sudo apt install git build-essential devscripts
git clone "https://github.com/froonix/munin-plugins-fnx.git"
cd "munin-plugins-fnx"
## Switch to a feature or bugfix branch
#git checkout "foobar"
# Build fake tarball for source format quilt...
tar cfva ../munin-plugins-fnx_0.0.5.orig.tar.xz ./ --exclude=.git
# Build the package, but don't sign it!
debuild -us -uc
stable release
sudo apt install build-essential devscripts
wget "https://github.com/froonix/munin-plugins-fnx/archive/release-0.0.5-1.tar.gz"
mv "release-0.0.5-1.tar.gz" "munin-plugins-fnx_0.0.5.orig.tar.gz"
tar xfv "munin-plugins-fnx_0.0.5.orig.tar.gz"
cd "munin-plugins-fnx-release-0.0.5-1"
# Build the package, but don't sign it!
debuild -us -uc