summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-12 11:46:10 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-12 11:46:10 +0000
commit1df302ff790e1dcd81a79ec88d12127b1ddf3ffd (patch)
tree712281b8c375f18da207fee73120c4e16186fbc5 /debian
parent902397adbd051870ed08feba44cd675165cbcac6 (diff)
Remove suggests on procmail
Copy new description from the README
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control19
2 files changed, 17 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index cccbc2a..b5c10d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+echolot (2.0.3-3) unstable; urgency=low
+
+ * Remove Suggests: procmail.
+ * Copy new description from README to control.
+
+ -- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 13:45:51 +0200
+
echolot (2.0.3-2) unstable; urgency=low
* Fix config script to not screw up domainname on upgrades.
diff --git a/debian/control b/debian/control
index 0cafc4a..0cfb161 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,14 @@ Standards-Version: 3.5.2
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)
-Suggests: procmail
-Description: pinger for anonymous remailers
- A Pinger in the context of anonymous remailers is a program that regularily
- sends messages through remailers to check their reliability. It then
- calculates reliability statistics which are used by remailer clients to choose
- the chain of remailers to use.
+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.
+ Based on the responses, the Pinger calculates reliability statistics
+ which may be used by remailer clients to choose a chain of remailers to
+ use.
.
- Additionally Echolot collects configuration parameters and keys of all
- remailers and offers them in a format readable by humans as well as remailer
- clients.
+ Furthermore, Echolot collects configuration parameters and keys of
+ remailers and offers the collected information in a format readable by
+ remailer clients. This helps reduce the administration effort required
+ to use or host remailers.