summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-10 23:48:05 +0000
committerColin Watson <cjwatson@debian.org>2008-01-10 23:48:05 +0000
commit08cb0adb123017c27fbeb102ac2f39450038963d (patch)
tree00034edd1e8e55853e5d6efa06c643f17f6e2550
parent524c8e5a476cdee0d6beea98120ff936dbf5f5b8 (diff)
* Pass --with-mantype=doc to configure rather than build-depending on
groff (closes: #460121).
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b709ccd66..b4012cbee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:4.7p1-2) UNRELEASED; urgency=low
2 2
3 * Adjust many relative links in faq.html to point to 3 * Adjust many relative links in faq.html to point to
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
6 groff (closes: #460121).
5 7
6 -- Colin Watson <cjwatson@debian.org> Wed, 09 Jan 2008 02:42:00 +0000 8 -- Colin Watson <cjwatson@debian.org> Wed, 09 Jan 2008 02:42:00 +0000
7 9
diff --git a/debian/control b/debian/control
index 1824b5026..9614e963d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> 4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
5Build-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 5Build-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
6Standards-Version: 3.7.3 6Standards-Version: 3.7.3
7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> 7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org>
8 8
diff --git a/debian/rules b/debian/rules
index f9ffc73c2..cfd942bdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,7 @@ SUPERUSER_PATH := /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
84confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man 84confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man
85 85
86# Common build options. 86# Common build options.
87confflags += --with-mantype=doc
87confflags += --with-4in6 88confflags += --with-4in6
88confflags += --with-privsep-path=/var/run/sshd 89confflags += --with-privsep-path=/var/run/sshd
89confflags += --without-rand-helper 90confflags += --without-rand-helper