diff options
author | Colin Watson <cjwatson@debian.org> | 2005-10-07 11:15:53 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-10-07 11:15:53 +0000 |
commit | 8ca152a21e9aff02e57db541c97d000fd005ab8c (patch) | |
tree | 625cf9b60c0827647357cea5ae1873c0812f92a6 /debian/control | |
parent | e315f6fb201d79e9ea9c363d9d18c9bf9b6f65ab (diff) |
* Build-depend on libssl-dev (>= 0.9.8-1) to cope with surprise OpenSSL
transition, since otherwise who knows what the buildds will do. If
you're building openssh yourself, you can safely ignore this and use an
older libssl-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2f01c8aac..f0c53d040 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,7 +2,7 @@ Source: openssh | |||
2 | Section: net | 2 | Section: net |
3 | Priority: standard | 3 | Priority: standard |
4 | Maintainer: Matthew Vernon <matthew@debian.org> | 4 | Maintainer: Matthew Vernon <matthew@debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev |
6 | Standards-Version: 3.6.2 | 6 | Standards-Version: 3.6.2 |
7 | Uploaders: Colin Watson <cjwatson@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org> |
8 | 8 | ||