diff options
author | Colin Watson <cjwatson@debian.org> | 2009-09-17 11:12:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-09-17 11:12:30 +0000 |
commit | 2670cd0056d185008c0fbb669a92085baca55200 (patch) | |
tree | 26b2c1c28f139f3158bca53f8a7010be0b3a8fe5 | |
parent | 667f6f9f622f4e2eaaac815f88495dac75db4b0f (diff) |
Build-depend on libselinux1-dev on sh4 too (thanks, Nobuhiro Iwamatsu;
closes: #547103).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9ac69e177..15665de9d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,8 @@ openssh (1:5.1p1-8) UNRELEASED; urgency=low | |||
2 | 2 | ||
3 | * Build with just -fPIC on mips/mipsel, not -fPIE as well (thanks, LIU Qi; | 3 | * Build with just -fPIC on mips/mipsel, not -fPIE as well (thanks, LIU Qi; |
4 | closes: #538313). | 4 | closes: #538313). |
5 | * Build-depend on libselinux1-dev on sh4 too (thanks, Nobuhiro Iwamatsu; | ||
6 | closes: #547103). | ||
5 | 7 | ||
6 | -- Colin Watson <cjwatson@debian.org> Fri, 28 Aug 2009 09:06:32 +0100 | 8 | -- Colin Watson <cjwatson@debian.org> Fri, 28 Aug 2009 09:06:32 +0100 |
7 | 9 | ||
diff --git a/debian/control b/debian/control index cce36c127..a55ca9a04 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, libgtk2.0-dev, libedit-dev, debhelper (>= 7.0.1), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev | heimdal-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, libgtk2.0-dev, libedit-dev, debhelper (>= 7.0.1), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sh4 sparc], libkrb5-dev | heimdal-dev |
6 | Standards-Version: 3.7.3 | 6 | Standards-Version: 3.7.3 |
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 | ||