Mercurial > dropbear
comparison debian/rules @ 548:b0668a7f76d9 maemo
Some uncommitted changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 01 Jul 2009 05:14:05 +0000 |
parents | 8cc0598b0b9a |
children | 7f552ea5bf72 |
comparison
equal
deleted
inserted
replaced
522:8cc0598b0b9a | 548:b0668a7f76d9 |
---|---|
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 |
193 dpkg -b '$(DIR)' .. | 192 dpkg -b '$(DIR)' .. |
194 | 193 |
195 install: install-client install-server install-common install-multi install-scp | 194 install: install-client install-server install-common install-multi install-scp |
196 binary-indep: | 195 binary-indep: |
197 | 196 |
198 binary-arch: install dropbear.deb | 197 binary-arch: install dropbear.deb dropbear-server.deb dropbear-common.deb dropbear-scp.deb dropbear-client.deb |
199 | 198 |
200 binary: binary-arch binary-indep | 199 binary: binary-arch binary-indep |
201 | 200 |
202 .PHONY: patch build clean install binary-indep binary-arch binary | 201 .PHONY: patch build clean install binary-indep binary-arch binary |
203 | 202 |