diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-10-09 21:24:59 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-10-09 21:24:59 +0000 |
commit | 0d05a7bfbb9bd41e2d20594565d70f8aed0bde81 (patch) | |
tree | 01b62f27365978ef996dcc0ef87ce98573f9e4b4 /debian/control | |
parent | 4aac8aa44227a7e29db3c47c50f03a66fd299763 (diff) |
Add dependency on adduser since we need it in postinst
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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. |