* Change default deb package name
Changed default deb package name to `"{$name}_{$version}_{$arch}.deb"` since this is what normally would be generated.
* Fix tests for default deb name
The tests with default package name still expected the old version of the name.
* Fixed tests
Tests tried to get the Control via `$this->getControl()` which obviously failed.
* Fix brackets of maintainer email
The email address of the maintainer must use angle brackes as per https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Maintainer
Also there should be a space between name and email.
* Use variable interpolation for maintainer name
Since you already use interpolation for maintainer email you can use it for name too.
* Fix default value for maintainer
The default value for the maintainer still had the square brackets.
* Fix tests for StandardFile
The tests still used square brackets.