diff options
author | Colin Watson <cjwatson@debian.org> | 2005-06-17 15:25:14 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-06-17 15:25:14 +0000 |
commit | a461438b316f9188ab1a765c329e9d5317ccd03d (patch) | |
tree | 15feb3ee7a957f4ac56dfc1be7da5e7c17cc3267 | |
parent | b575ca59b707d353591ad83c9f2560446eefec80 (diff) |
Build-depend on libselinux1-dev on ppc64 too (closes: #314625).
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9603846f8..8bb113989 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:4.1p1-5) UNRELEASED; urgency=low | ||
2 | |||
3 | * Build-depend on libselinux1-dev on ppc64 too (closes: #314625). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Fri, 17 Jun 2005 16:15:23 +0100 | ||
6 | |||
1 | openssh (1:4.1p1-4) unstable; urgency=low | 7 | openssh (1:4.1p1-4) unstable; urgency=low |
2 | 8 | ||
3 | * openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 | 9 | * openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 |
diff --git a/debian/control b/debian/control index ba7447573..a54c39cb4 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 hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] | 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 hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc] |
6 | Standards-Version: 3.6.1 | 6 | Standards-Version: 3.6.1 |
7 | Uploaders: Colin Watson <cjwatson@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org> |
8 | 8 | ||