Get the head revision up to date with cabal
[oweals/tinc.git] / debian / control
index cc18a9087421d9c945598a5b43d65f97b884a567..ea9c9ca20607db95928746596940bfbc6d82a38b 100644 (file)
@@ -3,16 +3,17 @@ Section: non-US/main
 Priority: optional
 Maintainer: Ivo Timmermans <itimmermans@bigfoot.com>
 Standards-Version: 3.0.1
-Build-Depends: libc6-dev, libgmp2-dev
+Build-Depends: libc6-dev, libssl095a-dev, autoconf (>= 2.12), automake,
 
 Package: tinc
 Architecture: i386
-Depends: ${shlibs:Depends}, libgmp2, perl5
+Depends: ${shlibs:Depends}, (libssl095a|libssl09), perl5
 Description: Virtual Private Network daemon
  tinc is a daemon with which you can create a virtual private network
  (VPN).  One daemon can handle multiple connections, so you can
  create an entire (moderately sized) VPN with only one daemon per
  participating computer.
  .
- You need to have two kernel modules installed, the manual will
+ You need to have two kernel modules installed, on a Debian system
+ they should already be there; if they are not, the manual will
  explain you how to do that.