diff options
author | Colin Watson <cjwatson@debian.org> | 2007-07-28 19:49:49 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-07-28 19:49:49 +0000 |
commit | 8b0193597f684d8dab33e17b1fc1112a4ad6167d (patch) | |
tree | 9b662159b03ad221678fe8320a6ffcf50f55da8f /debian | |
parent | 2273c301778d605624f170df4e8d05c8dcc38553 (diff) |
* Build-depend on libselinux1-dev on lpia.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f1db99a80..940a14976 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -9,6 +9,7 @@ openssh (1:4.6p1-5) UNRELEASED; urgency=low | |||
9 | * ssh-copy-id defaults to ~/.ssh/id_rsa.pub rather than | 9 | * ssh-copy-id defaults to ~/.ssh/id_rsa.pub rather than |
10 | ~/.ssh/identity.pub, in line with ssh-keygen (thanks, Greg Norris; | 10 | ~/.ssh/identity.pub, in line with ssh-keygen (thanks, Greg Norris; |
11 | closes: #234627). | 11 | closes: #234627). |
12 | * Build-depend on libselinux1-dev on lpia. | ||
12 | * debconf template translations: | 13 | * debconf template translations: |
13 | - Update Catalan (thanks, Jordà Polo; closes: #431970). | 14 | - Update Catalan (thanks, Jordà Polo; closes: #431970). |
14 | 15 | ||
diff --git a/debian/control b/debian/control index c19d87ee2..f46e0e612 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: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> | 4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), 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 | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), 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 lpia m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev |
6 | Standards-Version: 3.7.2 | 6 | Standards-Version: 3.7.2 |
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
8 | 8 | ||