diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/openssh-server.examples | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6476044c3..fbd79cc2d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,7 @@ | |||
1 | openssh (1:5.3p1-2) UNRELEASED; urgency=low | 1 | openssh (1:5.3p1-2) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Link with -Wl,--as-needed (closes: #560155). | 3 | * Link with -Wl,--as-needed (closes: #560155). |
4 | * Install upstream sshd_config as an example (closes: #415008). | ||
4 | 5 | ||
5 | -- Colin Watson <cjwatson@debian.org> Sun, 31 Jan 2010 00:11:43 +0000 | 6 | -- Colin Watson <cjwatson@debian.org> Sun, 31 Jan 2010 00:11:43 +0000 |
6 | 7 | ||
diff --git a/debian/openssh-server.examples b/debian/openssh-server.examples new file mode 100644 index 000000000..0d0e55a7a --- /dev/null +++ b/debian/openssh-server.examples | |||
@@ -0,0 +1 @@ | |||
sshd_config | |||
diff --git a/debian/rules b/debian/rules index bd0ca85d7..fc0521ec1 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -242,6 +242,7 @@ binary-openssh-server: build install | |||
242 | dh_installdocs | 242 | dh_installdocs |
243 | mv debian/openssh-server/usr/share/doc/openssh-server debian/openssh-server/usr/share/doc/openssh-client | 243 | mv debian/openssh-server/usr/share/doc/openssh-server debian/openssh-server/usr/share/doc/openssh-client |
244 | rm -f debian/openssh-server/usr/share/doc/openssh-client/copyright | 244 | rm -f debian/openssh-server/usr/share/doc/openssh-client/copyright |
245 | dh_installexamples | ||
245 | install -m644 debian/openssh-server.lintian debian/openssh-server/usr/share/lintian/overrides/openssh-server | 246 | install -m644 debian/openssh-server.lintian debian/openssh-server/usr/share/lintian/overrides/openssh-server |
246 | dh_installpam --name sshd | 247 | dh_installpam --name sshd |
247 | dh_link | 248 | dh_link |