diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules index d53bafa4c..1b1e2d456 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -215,14 +215,3 @@ debian/faq.html: | |||
215 | wget -O - http://www.openssh.org/faq.html | \ | 215 | wget -O - http://www.openssh.org/faq.html | \ |
216 | sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ | 216 | sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ |
217 | > debian/faq.html | 217 | > debian/faq.html |
218 | |||
219 | # You only need to run this immediately after checking out the package from | ||
220 | # revision control. | ||
221 | quilt-setup: | ||
222 | [ ! -d .pc ] | ||
223 | set -e; for patch in $$(quilt series | tac); do \ | ||
224 | patch -p1 -R --no-backup-if-mismatch <"debian/patches/$$patch"; \ | ||
225 | done | ||
226 | quilt push -a | ||
227 | |||
228 | .PHONY: quilt-setup | ||