diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9771e08..ad5c969 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +echolot (2.0.4-2) unstable; urgency=low + + * Change Depends from libdigest-MD5-perl to libdigest-md5-perl + (capitalization). + * Changed Standards-Version to 3.5.7 (no changes). + + -- Peter Palfrader <weasel@debian.org> Thu, 24 Oct 2002 13:40:41 +0200 + echolot (2.0.4-1) unstable; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index 0cfb161..1f1e808 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: mail Priority: extra Maintainer: Peter Palfrader <weasel@debian.org> Build-Depends-Indep: debhelper (>> 3.0.0) -Standards-Version: 3.5.2 +Standards-Version: 3.5.7 Package: echolot Architecture: all -Depends: ${shlibs:Depends}, debconf, gnupg (>= 1.0.7), postfix | mail-transport-agent, mixmaster, libdigest-MD5-perl, libhtml-template-perl, libgnupg-interface-perl (>= 0.33) +Depends: ${shlibs:Depends}, debconf, gnupg (>= 1.0.7), postfix | mail-transport-agent, mixmaster, libdigest-md5-perl, libhtml-template-perl, libgnupg-interface-perl (>= 0.33) Description: Pinger for anonymous remailers such as Mixmaster A Pinger in the context of anonymous remailers is a program that regularly sends messages through remailers to determine their status. |