diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 71aa5e99c9..c3ee152f6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tor (0.0.1+0.0.2pre19-1.unreleased) unreleased; urgency=low + + * Depend on adduser. + + -- Peter Palfrader <weasel@debian.org> Thu, 15 Jan 2004 23:54:08 +0100 + tor (0.0.1+0.0.2pre19-1) unstable; urgency=low * Initial Release (closes: #216611). diff --git a/debian/control b/debian/control index 555d411525..8b34eb3174 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: tor Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, adduser Recommends: privoxy, tsocks Suggests: mixmaster, mixminion, anon-proxy Description: anonymous communication system |