diff options
author | Colin Watson <cjwatson@debian.org> | 2004-07-19 19:25:25 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-07-19 19:25:25 +0000 |
commit | 2617d6163d22618e7cfda1a11ebba4c57ad40d24 (patch) | |
tree | fac73b6c1ca0a42745c4a240ed4fc2e9e824c60d /debian/rules | |
parent | 9022a0a969c24016c8d074430085422f572b887f (diff) |
Implement hack in http://lists.debian.org/debian-boot/2004/07/msg01207.html
to get openssh-client-udeb to show up as a retrievable debian-installer
component.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c62447db2..6fdfcc494 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -215,6 +215,7 @@ binary-openssh-client-udeb: build install | |||
215 | dh_compress | 215 | dh_compress |
216 | dh_fixperms | 216 | dh_fixperms |
217 | dh_installdeb | 217 | dh_installdeb |
218 | cp -a debian/openssh-client-udeb.isinstallable debian/openssh-client-udeb/DEBIAN/isinstallable | ||
218 | dh_shlibdeps | 219 | dh_shlibdeps |
219 | dh_gencontrol -- -fdebian/files~ | 220 | dh_gencontrol -- -fdebian/files~ |
220 | dpkg-distaddfile $(CLIENT_UDEB) debian-installer optional | 221 | dpkg-distaddfile $(CLIENT_UDEB) debian-installer optional |