diff options
-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 b4012cbee..fba7005e4 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,8 @@ openssh (1:4.7p1-2) UNRELEASED; urgency=low | |||
4 | http://www.openssh.org/ (thanks, Dan Jacobson; mentioned in #459807). | 4 | http://www.openssh.org/ (thanks, Dan Jacobson; mentioned in #459807). |
5 | * Pass --with-mantype=doc to configure rather than build-depending on | 5 | * Pass --with-mantype=doc to configure rather than build-depending on |
6 | groff (closes: #460121). | 6 | groff (closes: #460121). |
7 | * Add armel to architecture list for libselinux1-dev build-dependency | ||
8 | (closes: #460136). | ||
7 | 9 | ||
8 | -- Colin Watson <cjwatson@debian.org> Wed, 09 Jan 2008 02:42:00 +0000 | 10 | -- Colin Watson <cjwatson@debian.org> Wed, 09 Jan 2008 02:42:00 +0000 |
9 | 11 | ||
diff --git a/debian/control b/debian/control index 9614e963d..c7b4d8288 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, debhelper (>= 5.0.22), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 lpia 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, debhelper (>= 5.0.22), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-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 | ||