summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-09 02:41:29 +0000
committerColin Watson <cjwatson@debian.org>2008-01-09 02:41:29 +0000
commit524c8e5a476cdee0d6beea98120ff936dbf5f5b8 (patch)
tree5d3fbea82ced9b9d71af2cd58705d064cce59021 /debian/rules
parent7b0ea2ca095270c3db7e79b611102f00a8afdd70 (diff)
* Adjust many relative links in faq.html to point to
http://www.openssh.org/ (thanks, Dan Jacobson; mentioned in #459807).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b419373c9..f9ffc73c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -396,7 +396,9 @@ binary-openssh-server-udeb: build install
396binary: binary-indep binary-arch 396binary: binary-indep binary-arch
397 397
398debian/faq.html: 398debian/faq.html:
399 wget -O debian/faq.html http://www.openssh.org/faq.html 399 wget -O - http://www.openssh.org/faq.html | \
400 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \
401 > debian/faq.html
400 402
401debian/moduli.5: 403debian/moduli.5:
402 wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \ 404 wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \