summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:19 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 16:25:52 +0000
commitd26565af8589d88f824b26f31da493f1056efcf4 (patch)
treeff5e3b9c0fbb553f4f4c6e8836070659f266108e /debian/rules
parent16fb149cbb42efe0cb13f3edbafcb1a21ecfe574 (diff)
parentbb5616c94d6d6b97890e90dd01a7ad07c663dc0b (diff)
Initialize git-dpm
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
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.
221quilt-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