1
0
Fork
You've already forked evi-package-deb
0
Repository with build scripts for evi debian pcakage
  • Shell 100%
Find a file
2026年06月17日 08:03:27 -05:00
.gitignore Basic script to generate a deb file for evi 2026年06月14日 19:44:09 +01:00
copyright Basic script to generate a deb file for evi 2026年06月14日 19:44:09 +01:00
custom_rules Use custom configure options 2026年06月17日 08:03:27 -05:00
init_deb.sh Use custom configure options 2026年06月17日 08:03:27 -05:00
README.md Use custom configure options 2026年06月17日 08:03:27 -05:00

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.