summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-09-12 10:11:27 +0000
committerColin Watson <cjwatson@debian.org>2008-09-12 10:11:27 +0000
commit55af36878de8286f391aaaa5b8efbb567743aec8 (patch)
treec0898fc8f506b452fdb7eb840b1fdb772e8c4398
parent6216f45a23ed7252c60a19480bd2f9644998360e (diff)
Configure with --disable-strip; dh_strip will deal with stripping
binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link; closes: #498681).
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
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:/
62confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man 62confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man
63 63
64# Common build options. 64# Common build options.
65confflags += --disable-strip
65confflags += --with-mantype=doc 66confflags += --with-mantype=doc
66confflags += --with-4in6 67confflags += --with-4in6
67confflags += --with-privsep-path=/var/run/sshd 68confflags += --with-privsep-path=/var/run/sshd