diff options
author | Colin Watson <cjwatson@debian.org> | 2010-02-27 14:05:10 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-02-27 14:05:10 +0000 |
commit | 8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch) | |
tree | 2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/lintian-symlink-pickiness.patch | |
parent | e44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff) |
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/lintian-symlink-pickiness.patch')
-rw-r--r-- | debian/patches/lintian-symlink-pickiness.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/lintian-symlink-pickiness.patch b/debian/patches/lintian-symlink-pickiness.patch new file mode 100644 index 000000000..33acec411 --- /dev/null +++ b/debian/patches/lintian-symlink-pickiness.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Index: b/Makefile.in | ||
2 | =================================================================== | ||
3 | --- a/Makefile.in | ||
4 | +++ b/Makefile.in | ||
5 | @@ -293,9 +293,9 @@ | ||
6 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 | ||
7 | $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1 | ||
8 | -rm -f $(DESTDIR)$(bindir)/slogin | ||
9 | - ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | ||
10 | + ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | ||
11 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | ||
12 | - ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | ||
13 | + ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | ||
14 | |||
15 | install-sysconf: | ||
16 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ | ||