simh package log file

The purpose of this plain text file is to be a procedure or log or journal
of building a simh package.

Prepare a raw upstream dir
apt-get source simh to download the current package to get the old files
Generate an upstream file.  See the upstream.txt file.
Unpack the upstream file.
cd in the main simh dir
dh_make -f ../simh_3.3.2.tar.gz
single binary package, hit enter.

Clean up the debian directory
cd debian
mv changelog changelog.new
cp "the old changelog" changelog.old
cat changelog.new changelog.old > changelog
edit the changelog file to explain the situation
rm changelog.old changelog.new
cp "the old README.Debian" over the new README.Debian
cp "the old TODO" file into the new directory
cp all the *.1 manpages into the new directory
cp the old "rules" "control" "copyright" "docs" files into the debian dir
edit docs to reflect new version for 0readme file
cp the old "simh.manpages" "simh.menu" files into the debian dir
rm conffiles.ex
rm cron.d.ex init.d.ex manpage.* watch.ex post* pre*
rm emacsen* menu.ex simh-default.ex simh.doc-base.EX
copy over the old simh/debian/itsbuild.html
cp the upstream.txt and simhpackage.txt into the debian directory

Now edit the files in the main directory
cp the old makefile over the distributed makefile
edit the makefile if necessary

Review and apply any standards changes, then edit control file

dpkg-buildpackage -rfakeroot

Fix all the compilation errors.

Run lintian -i and fix any errors

Test.
