If you plan to install some software with their dependencies, you don't really need to make a .deb package. A Shell script should work, calling the package manager to resolve dependencies, etc.
The default Shell on Ubuntu is Bash. If you don't know how to do it, here is a basic tutorial and an advanced guide.
Hope it helps.