Debian Source Packages
Slurm-web Debian source packages are available at this URL: https://pkgs.rackslab.io/deb/pool/main/s/slurm-web
Select version of *.dsc
file at your convenience and copy its URL.
Then run this command, for example with slurm-web_3.2.0-1.deb12.dsc
:
$ dget -ux https://pkgs.rackslab.io/deb/pool/main/s/slurm-web/slurm-web_3.2.0-1.deb12.dsc
Move into the source folder:
$ cd slurm-web
Install missing build dependencies:
$ sudo mk-build-deps -ri
Command mk-build-deps is included in devscripts . Install this package
first if the command is not found on your system.
|
Build packages:
$ dpkg-buildpackage
After successful completion of this command, Slurm-web *.deb
packages are
available in parent folder.