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 44b1533998..2a37375039 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ tor (0.0.9.2-X) UNRELEASED; urgency=low * Add a watch file. * Forward port patches (so they apply to current cvs). + * Add libevent-dev to build-depends. - -- Peter Palfrader <weasel@debian.org> Sun, 9 Jan 2005 03:30:06 +0100 + -- Peter Palfrader <weasel@debian.org> Wed, 12 Jan 2005 16:43:10 +0100 tor (0.0.9.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5d1466ff6e..496d2bf2b9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tor Section: comm Priority: optional Maintainer: Peter Palfrader <weasel@debian.org> -Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, tetex-bin, tetex-extra, transfig, gs +Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, libevent-dev, tetex-bin, tetex-extra, transfig, gs Standards-Version: 3.6.1 Package: tor |