From ede06bfe650ac468fedd972f97ae70fafa737295 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Frintrop Date: Tue, 18 Jul 2017 09:27:38 +0200 Subject: [PATCH] Fix default value for maintainer The default value for the maintainer still had the square brackets. --- src/wdm/debian/control/StandardFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wdm/debian/control/StandardFile.php b/src/wdm/debian/control/StandardFile.php index 3764a4a..1435642 100644 --- a/src/wdm/debian/control/StandardFile.php +++ b/src/wdm/debian/control/StandardFile.php @@ -44,7 +44,7 @@ class StandardFile "Recommends" => false, "Suggests" => false, "Installed-Size" => 1024, - "Maintainer" => "name [email]", + "Maintainer" => "name ", "Conflicts" => false, "Replaces" => false, "Provides" => "your-company",