summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-07-22 19:49:31 +0000
committerColin Watson <cjwatson@debian.org>2008-07-22 19:49:31 +0000
commit05e0cdd99885e110b2d3da2a23947c585e2b870a (patch)
tree848601dea783bd1a253e769fbd3b4e725fb21dcb /debian/rules
parent137d76ba65883aa8143af1fcad83b57e7badef0c (diff)
Remove our local version of moduli(5) now that there's one upstream.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 0c48082b5..5af0907c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -177,7 +177,6 @@ install: build
177 177
178 install -m 755 contrib/ssh-copy-id debian/openssh-client/usr/bin/ssh-copy-id 178 install -m 755 contrib/ssh-copy-id debian/openssh-client/usr/bin/ssh-copy-id
179 install -m 644 -c contrib/ssh-copy-id.1 debian/openssh-client/usr/share/man/man1/ssh-copy-id.1 179 install -m 644 -c contrib/ssh-copy-id.1 debian/openssh-client/usr/share/man/man1/ssh-copy-id.1
180 install -m 644 debian/moduli.5 debian/openssh-client/usr/share/man/man5/moduli.5
181 180
182 install -s -o root -g root -m 755 contrib/gnome-ssh-askpass2 debian/ssh-askpass-gnome/usr/lib/openssh/gnome-ssh-askpass 181 install -s -o root -g root -m 755 contrib/gnome-ssh-askpass2 debian/ssh-askpass-gnome/usr/lib/openssh/gnome-ssh-askpass
183 install -m 644 debian/gnome-ssh-askpass.1 debian/ssh-askpass-gnome/usr/share/man/man1/gnome-ssh-askpass.1 182 install -m 644 debian/gnome-ssh-askpass.1 debian/ssh-askpass-gnome/usr/share/man/man1/gnome-ssh-askpass.1
@@ -336,11 +335,6 @@ debian/faq.html:
336 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \ 335 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.org/\2,g' \
337 > debian/faq.html 336 > debian/faq.html
338 337
339debian/moduli.5:
340 wget -q -O - 'http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/man/man5/moduli.5?content-type=text/plain' | \
341 sed 's,/etc/moduli,/etc/ssh/moduli,g; s/\$$Mdocdate\$$/$(shell date +'%B %-d %Y')/' \
342 > debian/moduli.5
343
344.PHONY: build clean binary-indep binary-arch binary install 338.PHONY: build clean binary-indep binary-arch binary install
345.PHONY: build-deb build-udeb 339.PHONY: build-deb build-udeb
346.PHONY: binary-openssh-client binary-openssh-server binary-ssh 340.PHONY: binary-openssh-client binary-openssh-server binary-ssh