From 08cdd6577e7f6d807db8d89e51869afae4b2f97a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 28 Feb 2010 01:09:08 +0000 Subject: * 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. --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/rules') 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: sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ > debian/faq.html +# You only need to run this immediately after checking out the package from +# revision control. +quilt-setup: + [ ! -d .pc ] + set -e; for patch in $$(quilt series | tac); do \ + patch -p1 -R <"debian/patches/$$patch"; \ + done + quilt push -a + .PHONY: build clean binary-indep binary-arch binary install .PHONY: build-deb build-udeb .PHONY: binary-openssh-client binary-openssh-server binary-ssh -- cgit v1.2.3