hmmm.
July 03, 2017
Jithin B.P.
sudo apt install devscripts lintian
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.
cd ..
./mkOrigTar.py expeyes-programs
cd expeyes-programs
debuild