3 VERSION
:= $(shell dpkg-parsechangelog | grep ^Version | cut
-d
' ' -f2
)
5 configure
: configure-stamp
11 build-stamp
: configure-stamp
20 rm -f build-stamp configure-stamp
30 install -d
$(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/caff
32 caff
/README.gpg-agent \
33 caff
/README.many-keys \
36 $(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/caff
37 install -d
$(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/keylookup
38 install keylookup
/NEWS
$(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/keylookup
40 binary-indep
: build
install
52 dh_gencontrol
-psigning-party
53 dh_gencontrol
-pkeylookup
-- -v3.0.
$(VERSION
)
57 # Build architecture-dependent files here.
58 binary-arch
: build
install
61 .PHONY
: build
clean binary-indep binary-arch binary
install configure