Creating a Debian or Ubuntu Package for statist
You can create your own package for statist using the files statist_1.4.1-1.diff.gz, statist_1.4.1-1.dsc, and statist-1.4.1.tar.gz.
After downloading these files, you should do the following commands:
mv statist-1.4.1.tar.gz statist_1.4.1.orig.tar.gz
dpkg-source -x statist_1.4.1-1.dsc
cd statist-1.4.1
dpkg-buildpackage -rfakeroot -uc -us
The packages "fakeroot" and "dpkg-dev" are required to create the Debian
package.
statist homepage