forked from evi-editor/evi-package-deb
Repository with build scripts for evi debian pcakage
| .gitignore | Basic script to generate a deb file for evi | |
| copyright | Basic script to generate a deb file for evi | |
| custom_rules | Use custom configure options | |
| init_deb.sh | Use custom configure options | |
| README.md | Use custom configure options | |
Deb Package Build script
This is a first draft, for getting a basic .deb package.
Requirements to run this script:
- dpkg-dev
- build-essential
- devscripts
- dh-make
To run just update the VERSION field and then:
chmod +x init_deb.sh
if the script is not already executable, and finally:
./init_deb.sh
If the evi-$VERSION folder already exists, the script will only build the binary package.
If need to rerun from scratch, just delete that folder.