I would like to create an Ubuntu package from a single bash script I wrote.
Is there a simple instruction how to build an Ubuntu package, that can be uploaded to launchpad? (I already created the PPA and uploaded my PGP- and SSH-keys).
I already created successfully a debian package (with Packages.gz and a PPA hosted at github itself) but that package is missing the needed files that are required in this Ubuntu manual: Uploading a package to a PPA:
.dsc.changes.diff.gzor.debian.tar.gz- and optionally the
.orig.tar.gz(if you useddebuild -S -sato build your package)
How do those files have to look like and how do I create them? (examples, commandline tools?)