Commit graph

4 commits

Author SHA1 Message Date
Jan-Hendrik Frintrop
c2fa2ffd7f Fix setMaintainer (#14)
* 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.
2017-07-18 12:06:01 +02:00
Walter Dal Mut
f097b8cf31 Cover base configuration overwrite 2014-12-03 22:49:48 +01:00
Walter Dal Mut
529a529185 Cover filter out extra properties 2014-12-03 22:41:32 +01:00
Walter Dal Mut
dab5976eb3 Added standard control file test case 2014-12-03 22:38:07 +01:00