Creating a Singular Debian package - BrentBaccala/Singular GitHub Wiki
To create a Singular Debian package proceed as follows. This instruction was tested with version 4.0.0. Replace this in the following by the current version string. We assume that you followed the [instructions to compile Singular](Installation from GitHub on Debian).
-
Install the necessary packages:
sudo apt-get install devscriptssudo apt-get install dist
-
Create the source tar-file, name properly and unpack:
cd $HOME/git/Singular4/Sourcesmake distmv singular-4.0.0.tar.gz singular_4.0.0.orig.tar.gztar xzvf singular_4.0.0.orig.tar.gz
-
Build the package:
cd singular-4.0.0debuild -us -uc