demize / grim-old

newt-based GUI for ewfacquire
MIT License
0 stars 0 forks source link

Create branch for debhelper configuration #7

Open demize opened 6 years ago

demize commented 6 years ago

Since part of the goal of grim involves creating an Ubuntu package (to allow for easy installation, and for easy customization of a boot CD), we need to be able to create a deb. In the interest of consistency, it makes the most sense to create a branch where we can store the configuration for that.

Actually creating the .deb file should be easy through this guide and the debhelper documentation.

demize commented 6 years ago

One important thing to remember here: building depends on meson >=47, since we require the check_header function. Luckily there's already a .deb available for that for Ubuntu Cyber, but it has to be manually installed in order to actually build our own .deb package.