dependencies

sudo apt install devscripts lintian

Process

To prepare a deb package, you can use the command debuild, which should do all the work in one call. But first, you need the orig.tar.gz file

Edit the debian/changelog file to add a new version entry.

1
2
3
4
5
6
7
cd ..

./mkOrigTar.py expeyes-programs

cd expeyes-programs

debuild