[DRE-commits] [SCM] ruby-mail.git branch, master, updated. upstream/2.4.1-14-gf05f783

Carl Worth cworth at debian.org
Fri Mar 2 23:28:03 UTC 2012


The following commit has been merged in the master branch:
commit 3072c0c98ba2b3315239c9f69bd8e6378f369e55
Author: Carl Worth <cworth at debian.org>
Date:   Fri Mar 2 15:14:35 2012 -0800

    copyright: Fix typo in copyright file
    
    The missing colon was causing lintian to (rightfully) complain.
    
    Meanwhile, I noticed my name was also missing from a copyright line.

diff --git a/debian/copyright b/debian/copyright
index 56b4c7c..479c137 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: mail
 Source: https://github.com/mikel/mail
 
 Files: *
-Copyright (c) 2009, 2010, 2011, 2012
+Copyright: (c) 2009, 2010, 2011, 2012
 License: Expat
 
 Files: debian/*
-Copyright: 2012  <cworth at debian.org>
+Copyright: 2012 Carl Worth <cworth at debian.org>
 License: Expat
 
 License: Expat

-- 
ruby-mail.git



More information about the Pkg-ruby-extras-commits mailing list