summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--debian/changelog1
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bca425d36..1bd283fd3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -279,9 +279,9 @@ install-files: scard-install
279 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 279 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
280 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 280 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
281 -rm -f $(DESTDIR)$(bindir)/slogin 281 -rm -f $(DESTDIR)$(bindir)/slogin
282 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 282 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
283 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 283 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
284 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 284 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
285 285
286install-sysconf: 286install-sysconf:
287 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 287 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
diff --git a/debian/changelog b/debian/changelog
index f560d65c7..7a34c5653 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ openssh (1:4.1p1-2) UNRELEASED; urgency=low
11 debconf question was previously set to false. 11 debconf question was previously set to false.
12 * Add lintian overrides for the above (setuid-binary, 12 * Add lintian overrides for the above (setuid-binary,
13 no-debconf-templates). 13 no-debconf-templates).
14 * Fix picky lintian errors about slogin symlinks.
14 15
15 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100 16 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100
16 17