jenkins-bot has submitted this change and it was merged. Change subject: debian: fix email in changelog ......................................................................
debian: fix email in changelog Last debian/changelog used a local email address instead of an internet email. Fix lintian error: debian-changelog-file-contains-invalid-email-address The changelog file contains an invalid email address: the domain needs at least one dot. This looks like a mistake. Change-Id: Ie1d202730128e4f54211952770bd89ba1f66a835 --- M debian/changelog 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/debian/changelog b/debian/changelog index 288fbd8..44abe6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ * Added regexp matching of targets - -- Giuseppe Lavagetto <oblivian@flint> Fri, 26 Jun 2015 07:51:14 +0200 + -- Giuseppe Lavagetto <[email protected]> Fri, 26 Jun 2015 07:51:14 +0200 python-conftool (0.1.1) precise-wikimedia; urgency=medium -- To view, visit https://gerrit.wikimedia.org/r/226909 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie1d202730128e4f54211952770bd89ba1f66a835 Gerrit-PatchSet: 2 Gerrit-Project: operations/software/conftool Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
