[Pkg-gnupg-commit] [libgpg-error] 08/35: build: Create an SWDB file during "make distcheck"
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Apr 25 21:47:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
commit 1e6c5a70b3b51f81d2fc1289129f6c3e1920ebcc
Author: Werner Koch <wk at gnupg.org>
Date: Mon Feb 8 19:44:06 2016 +0100
build: Create an SWDB file during "make distcheck"
* Makefile.am (distcheck-hook): New.
--
The SWDB file is used to update the swdb.mac file from the
gnupg-doc repo which is the source for
https://gnupg.org/swdb.lst
https://gnupg.org/swdb.lst.sig
Signed-off-by: Werner Koch <wk at gnupg.org>
---
Makefile.am | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 4f9f094..baeba14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,20 @@ dist-hook: gen-ChangeLog
$(top_srcdir)/libgpg-error.spec.in > $(distdir)/libgpg-error.spec
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
+distcheck-hook:
+ set -e; ( \
+ pref="#+macro: $$(echo $(PACKAGE_NAME)|tr '-' '_')_" ;\
+ reldate="$$(date -u +%Y-%m-%d)" ;\
+ echo "$${pref}ver $(PACKAGE_VERSION)" ;\
+ echo "$${pref}date $${reldate}" ;\
+ list='$(DIST_ARCHIVES)'; for i in $$list; do \
+ case "$$i" in *.tar.bz2) \
+ echo "$${pref}size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
+ echo "$${pref}sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
+ echo "$${pref}sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;;\
+ esac;\
+ done ) | tee $(distdir).swdb
+
gen_start_date = 2011-12-01T00:00:00
.PHONY: gen-ChangeLog
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list