You've just created a beautiful application and now you want to deploy it.
You may want to create your .DEB package
Create the folder structure
First, create the following structure (adapt the path /opt/sample-app to match your need)
sample-app
├── DEBIAN
│ ├── control
│ └── postinst
└── opt
└── sample-app
mkdir sample-app/DEBIAN