do_clean.sh
Cleans up after the other scripts.
do_fetch.sh
There is a consistency in the ROCm releases where the tarball
contains the version used in the d/changelog. Use that to
automate fetching the upstream tarball and repackaging it to
the expected orig tar ball form.
do_prepare_build.sh
Cleans and fetches, then copies and untars the orig tarball to a
build area b/ , finally copying the d/ dir to untared sources
do_build.sh
Does the above steps, cd's to the b/ and does a debuild. If a
special /fwd dir exists in the fs, the results of the build are
copied there.
Signed-off-by: Tom Rix <Tom.Rix@amd.com>