I wrote: > Just noticed debian/copyright still refers to lib/md5.c. Here's a patch > to fix it.
but I forgot to attach this patch. Sorry about that. Sincerely, Jonathan
From: Jonathan Nieder <[email protected]> Date: Mon, 28 Sep 2009 16:40:42 -0500 Subject: [PATCH] debian/copyright: Update path to MD5 code The lib/ directory was renamed to lib/dpkg/ in commit 01d0532 (Move libraries to subdirectories under lib/, 2009-07-15). Update the copyright file accordingly. --- debian/copyright | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/copyright b/debian/copyright index c2a36c7..11255d8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,7 +30,7 @@ Copyright © 1994 Matt Welsh <[email protected]> Copyright © 1994 Ian Murdock <[email protected]> Includes public domain MD5 code: - lib/md5.c and lib/md5.h originally written by Colin Plumb, + lib/dpkg/md5.c and lib/dpkg/md5.h originally written by Colin Plumb, Includes code from ‘getopt’ and ‘gettext’: Copyright © 1984-2002 Free Software Foundation, Inc. -- 1.6.5.rc1.199.g596ec

