diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7383de843..1abd84781 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -347,6 +347,15 @@ debian/faq.html: | |||
347 | sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ | 347 | sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ |
348 | > debian/faq.html | 348 | > debian/faq.html |
349 | 349 | ||
350 | # You only need to run this immediately after checking out the package from | ||
351 | # revision control. | ||
352 | quilt-setup: | ||
353 | [ ! -d .pc ] | ||
354 | set -e; for patch in $$(quilt series | tac); do \ | ||
355 | patch -p1 -R <"debian/patches/$$patch"; \ | ||
356 | done | ||
357 | quilt push -a | ||
358 | |||
350 | .PHONY: build clean binary-indep binary-arch binary install | 359 | .PHONY: build clean binary-indep binary-arch binary install |
351 | .PHONY: build-deb build-udeb | 360 | .PHONY: build-deb build-udeb |
352 | .PHONY: binary-openssh-client binary-openssh-server binary-ssh | 361 | .PHONY: binary-openssh-client binary-openssh-server binary-ssh |