summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-03-31 08:19:19 +0000
committerColin Watson <cjwatson@debian.org>2006-03-31 08:19:19 +0000
commite4550711d01b9f23ec32c789ee747ebaa0b829df (patch)
tree808b3b043ad1e0606f851325aa2bd7ea78939c92 /debian/control
parent3f78d18ab53e1a3883c7042892ee52893ea7a82d (diff)
* Use udeb support introduced in debhelper 4.2.0 (available in sarge)
rather than constructing udebs by steam. * Require debhelper 5.0.22, which generates correct shared library dependencies for udebs. This build-dependency can be ignored if building on sarge.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f0c53d040..73ef2afac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Matthew Vernon <matthew@debian.org> 4Maintainer: Matthew Vernon <matthew@debian.org>
5Build-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 5Build-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 (>= 5.0.22), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev
6Standards-Version: 3.6.2 6Standards-Version: 3.6.2
7Uploaders: Colin Watson <cjwatson@debian.org> 7Uploaders: Colin Watson <cjwatson@debian.org>
8 8
@@ -87,6 +87,7 @@ Description: under X, asks user for a passphrase for ssh-add
87 provided to add to your choice and/or confusion. 87 provided to add to your choice and/or confusion.
88 88
89Package: openssh-client-udeb 89Package: openssh-client-udeb
90XC-Package-Type: udeb
90Section: debian-installer 91Section: debian-installer
91Priority: optional 92Priority: optional
92Architecture: any 93Architecture: any
@@ -100,6 +101,7 @@ Description: Secure shell client for the Debian installer
100 This package provides the ssh client for use in debian-installer. 101 This package provides the ssh client for use in debian-installer.
101 102
102Package: openssh-server-udeb 103Package: openssh-server-udeb
104XC-Package-Type: udeb
103Section: debian-installer 105Section: debian-installer
104Priority: optional 106Priority: optional
105Architecture: any 107Architecture: any