summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-04-03 18:13:48 +0100
committerColin Watson <cjwatson@debian.org>2016-04-03 18:13:48 +0100
commit26bd93ca1a0ecf416023a787432364d6f48b785c (patch)
treea27f92c730472c27e7355fb2d7c16b2e86063cb9 /debian/rules
parentedce01b0e0d06205e18fb1b0c23812ca9987196e (diff)
Change all openssh.org references to openssh.com (closes: #819213).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 01937b39e..5021b34a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -245,6 +245,6 @@ override_dh_builddeb:
245 dh_builddeb -- -Zxz 245 dh_builddeb -- -Zxz
246 246
247debian/faq.html: 247debian/faq.html:
248 wget -O - http://www.openssh.org/faq.html | \ 248 wget -O - http://www.openssh.com/faq.html | \
249 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ 249 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.com/\2,g' \
250 > debian/faq.html 250 > debian/faq.html