Package: ettercap
Version: 0.7.3-1
Severity: serious
Tags: patch

ettercap fails to build because its build-dependency on libssl0.9.7
cannot be satisfied:

>  -> Considering  libssl0.9.7
>    -> Trying libssl0.9.7
>        -> Cannot install libssl0.9.7; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Package libssl0.9.7 has no installation candidate
> Note, selecting automake1.4 instead of automake
> Note, selecting libncurses5-dev instead of libncurses-dev
> Package libssl0.9.7 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Could not satisfy build-dependency.
> E: pbuilder-satisfydepends failed.

The attached patch changes this build dependency to be on libssl0.9.8,
which fixes this problem.

-- 
Matt
diff -u ettercap-0.7.3/debian/control ettercap-0.7.3/debian/control
--- ettercap-0.7.3/debian/control
+++ ettercap-0.7.3/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Murat Demirten <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libncurses-dev, 
libgtk2.0-dev, libltdl3-dev, libssl0.9.7, libssl-dev, libpcap0.8-dev, 
libnet1-dev, libpcre3-dev 
+Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libncurses-dev, 
libgtk2.0-dev, libltdl3-dev, libssl0.9.8, libssl-dev, libpcap0.8-dev, 
libnet1-dev, libpcre3-dev 
 Standards-Version: 3.6.1.0
 
 Package: ettercap-common

Attachment: signature.asc
Description: Digital signature

Reply via email to