diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0175519..5631125 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ echolot (2.1.8-3) unstable; urgency=low * Increase Standards-Version to 3.6.2 from 3.6.1. + * Add dependency on adduser since we need it in postinst. - -- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:24:08 +0200 + -- Peter Palfrader <weasel@debian.org> Sun, 9 Oct 2005 23:24:28 +0200 echolot (2.1.8-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 5389525..2ccd597 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: echolot Architecture: all -Depends: ${shlibs:Depends}, gnupg (>= 1.0.7), postfix | mail-transport-agent, mixmaster, libdigest-md5-perl, libhtml-template-perl, libgnupg-interface-perl (>= 0.33) +Depends: ${shlibs:Depends}, gnupg (>= 1.0.7), postfix | mail-transport-agent, mixmaster, libdigest-md5-perl, libhtml-template-perl, libgnupg-interface-perl (>= 0.33), adduser 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. |