To easily install gpgwrap through the main Makefile, the gpgwrap Makefile
is patched with gpgwrap_makefile.diff.
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@398
b513b33f-fedd-0310-b452-
c3deb5f4c849
DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \
- sig2dot springgraph
+ sig2dot springgraph gpgwrap gpgdir
VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/')
TGZ=../signing-party_$(VERSION).orig.tar.gz
--- /dev/null
+Quilt
+===============================================================================
+This package uses quilt to manage all modifications to the upstream tarball.
+So, you may have a look at the /usr/share/doc/quilt/README.source file to get
+further information on how to use it.
[ Franck Joncourt ]
* Imported gpgdir. (Closes: #498167)
* Imported gpgwrap. (Closes: #454074)
+ Added Quilt framework/README.source to handle gpgwrap.
[ Thijs Kinkhorst ]
* Checked for policy 3.8.0, no changes.
--- /dev/null
+From: Franck Joncourt <franck.mail@dthconnex.com>
+Subject: [PATCH] fixes/gpgwrap_makefile
+
+This allows gpgwrap to be installed with the main Makefile.
+
+Signed-off-by: Franck Joncourt <franck.mail@dthconnex.com>
+
+---
+ gpgwrap/Makefile | 3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/gpgwrap/Makefile b/gpgwrap/Makefile
+index 30064df..ff6ead2 100644
+--- a/gpgwrap/Makefile
++++ b/gpgwrap/Makefile
+@@ -5,5 +5,8 @@ MAKE=make
+ all:
+ cd src && ${MAKE} all DIET="${DIET}"
+
++install:
++ install bin/gpgwrap $(DESTDIR)/usr/bin
++
+ clean:
+ cd src && ${MAKE} clean
+--
+tg: (9286c56..) fixes/gpgwrap_makefile (depends on: master)
--- /dev/null
+gpgwrap_makefile.diff
#!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
+
VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2)
configure: configure-stamp
touch $@
build: build-stamp
-build-stamp: configure-stamp
+build-stamp: $(QUILT_STAMPFN) configure-stamp
dh_testdir
$(MAKE)
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
$(MAKE) clean