diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 70e9a27ff..925cb8a62 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,9 @@ openssh (1:5.1p1-3) UNRELEASED; urgency=low | |||
2 | 2 | ||
3 | * Remove unnecessary ssh-vulnkey output in non-verbose mode when no | 3 | * Remove unnecessary ssh-vulnkey output in non-verbose mode when no |
4 | compromised or unknown keys were found (closes: #496495). | 4 | compromised or unknown keys were found (closes: #496495). |
5 | * Configure with --disable-strip; dh_strip will deal with stripping | ||
6 | binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link; | ||
7 | closes: #498681). | ||
5 | 8 | ||
6 | -- Colin Watson <cjwatson@debian.org> Mon, 25 Aug 2008 09:52:33 +0100 | 9 | -- Colin Watson <cjwatson@debian.org> Mon, 25 Aug 2008 09:52:33 +0100 |
7 | 10 | ||
diff --git a/debian/rules b/debian/rules index fb3f3a138..39bd33f12 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -62,6 +62,7 @@ SUPERUSER_PATH := /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ | |||
62 | confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man | 62 | confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man |
63 | 63 | ||
64 | # Common build options. | 64 | # Common build options. |
65 | confflags += --disable-strip | ||
65 | confflags += --with-mantype=doc | 66 | confflags += --with-mantype=doc |
66 | confflags += --with-4in6 | 67 | confflags += --with-4in6 |
67 | confflags += --with-privsep-path=/var/run/sshd | 68 | confflags += --with-privsep-path=/var/run/sshd |