From cbbaf17565175c97f29596254e3f50dbfac10b82 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 25 Mar 2010 17:34:32 -0700 Subject: [PATCH] Remove MD5 perl dependency, as Digest::MD5 now appears to be a core package --- makedebian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedebian.pl b/makedebian.pl index e49ca2b37..1ce7dc81e 100755 --- a/makedebian.pl +++ b/makedebian.pl @@ -97,7 +97,7 @@ Section: admin Priority: optional Architecture: all Essential: no -Depends: bash, perl, libnet-ssleay-perl, openssl, libauthen-pam-perl, libpam-runtime, libio-pty-perl, libmd5-perl, apt-show-versions +Depends: bash, perl, libnet-ssleay-perl, openssl, libauthen-pam-perl, libpam-runtime, libio-pty-perl, apt-show-versions Pre-Depends: bash, perl Installed-Size: $size Maintainer: Jamie Cameron