Mercurial > dropbear
comparison debian/rules @ 523:4ff1bf0345c9 maemo
- dropbear-server doesn't have anything in /usr/lib/dropbear
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 18 Nov 2008 13:55:57 +0000 |
parents | 8cc0598b0b9a |
children | 3c3cef8a32e6 |
comparison
equal
deleted
inserted
replaced
522:8cc0598b0b9a | 523:4ff1bf0345c9 |
---|---|
85 test -r changelog || ln -s CHANGES changelog | 85 test -r changelog || ln -s CHANGES changelog |
86 $(STRIP) -R .comment -R .note '$(DIR)'/usr/sbin/* | 86 $(STRIP) -R .comment -R .note '$(DIR)'/usr/sbin/* |
87 | 87 |
88 install -d -m0755 '$(DIR)'/DEBIAN | 88 install -d -m0755 '$(DIR)'/DEBIAN |
89 test '$(CC)' != 'gcc' || \ | 89 test '$(CC)' != 'gcc' || \ |
90 dpkg-shlibdeps '$(DIR)'/usr/sbin/* \ | 90 dpkg-shlibdeps '$(DIR)'/usr/sbin/* |
91 '$(DIR)'/usr/lib/dropbear/* | |
92 dpkg-gencontrol -isp -pdropbear-server -P'$(DIR)' | 91 dpkg-gencontrol -isp -pdropbear-server -P'$(DIR)' |
93 dpkg -b '$(DIR)' .. | 92 dpkg -b '$(DIR)' .. |
94 | 93 |
95 install-client: DIR=$(shell pwd)/debian/dropbear-client | 94 install-client: DIR=$(shell pwd)/debian/dropbear-client |
96 install-client: deb-checkdir deb-checkuid config.status | 95 install-client: deb-checkdir deb-checkuid config.status |