In you build directory: ~/build/[Project]
Directory structure:
~/build/PROJECT_1.0-1
~/build/PROJECT_1.0-1/DEBIAN
~/build/PROJECT_1.0-1/usr/local/bin/
~/build/PROJECT_1.0-1/etc/sudoers.d/
~/build/PROJECT_1.0-1/usr/local/man
Add the files you need
The deb-build file ~/build/PROJECT_1.0-1/DEBIAN/control
Package: PROJECT
Version: 1.0-1
Section: utils
Priority: optional
Architecture: amd64
Depends: libc6 (>= 2.15), libext2fs2 (>= 1.37)
Suggests:
Recommends:
Provides:
Maintainer: Thor Grotle thor@itso.dk
Description: Descriptions of project
Build deb file with the command:
dpkg-deb –build ~/build/PROJECT_1.0-1