diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index cbb119d23..9f86f44c3 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -396,6 +396,11 @@ binary: binary-indep binary-arch | |||
396 | faq: | 396 | faq: |
397 | wget -O debian/faq.html http://www.openssh.org/faq.html | 397 | wget -O debian/faq.html http://www.openssh.org/faq.html |
398 | 398 | ||
399 | debian/moduli.5: | ||
400 | wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \ | ||
401 | sed 's,/etc/moduli,/etc/ssh/moduli,g; s/\$$Mdocdate\$$/$(shell date +'%B %-d %Y')/' \ | ||
402 | > debian/moduli.5 | ||
403 | |||
399 | .PHONY: build clean binary-indep binary-arch binary install | 404 | .PHONY: build clean binary-indep binary-arch binary install |
400 | .PHONY: build-deb build-udeb | 405 | .PHONY: build-deb build-udeb |
401 | .PHONY: binary-openssh-client binary-openssh-server binary-ssh | 406 | .PHONY: binary-openssh-client binary-openssh-server binary-ssh |