summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 01:09:08 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 01:09:08 +0000
commit08cdd6577e7f6d807db8d89e51869afae4b2f97a (patch)
tree58f4c57f5f9ace8e5a88151d30af0b5ac8f49fdc /debian/rules
parente7bbd1fd0aed12d052c87c5fa81b15e69296fb46 (diff)
* Update README.source to match, and add a 'quilt-setup' target to
debian/rules for the benefit of those checking out the package from revision control. * All patches are now maintained separately and tagged according to DEP-3.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
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.
352quilt-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