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
31 install -m
644 caff
/README \
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
/examples
38 install -m
644 gpgsigs
/gpgsigs-lt2k5
*.txt \
39 $(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/examples
40 install -d
$(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/keylookup
41 install -m
644 keylookup
/NEWS \
42 $(CURDIR
)/debian
/signing-party
/usr
/share
/doc
/signing-party
/keylookup
44 binary-indep
: build
install
56 dh_gencontrol
-psigning-party
57 dh_gencontrol
-pkeylookup
-- -v3.0.
$(VERSION
)
61 # Build architecture-dependent files here.
62 binary-arch
: build
install
65 .PHONY
: build
clean binary-indep binary-arch binary
install configure