summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-10-09 21:24:59 +0000
committerPeter Palfrader <peter@palfrader.org>2005-10-09 21:24:59 +0000
commit0d05a7bfbb9bd41e2d20594565d70f8aed0bde81 (patch)
tree01b62f27365978ef996dcc0ef87ce98573f9e4b4 /debian
parent4aac8aa44227a7e29db3c47c50f03a66fd299763 (diff)
Add dependency on adduser since we need it in postinst
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
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.