[Pkg-gnupg-commit] [gnupg2] 01/01: added temporary hook to view failing gpgtar test output on build daemons since i can't replicate the failures on my own build systems.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Jan 28 06:01:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit db3d63fdd3af341b7ae4ccf9925a94a6de0f3e52
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Jan 28 00:54:07 2016 -0500

    added temporary hook to view failing gpgtar test output on build daemons since i can't replicate the failures on my own build systems.
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ad7b7db..8a57616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnupg2 (2.1.11-2) unstable; urgency=medium
+
+  * added temporary hook to view failing gpgtar test output on build
+    daemons since i can't replicate the failures on my own build systems.
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Thu, 28 Jan 2016 00:53:29 -0500
+
 gnupg2 (2.1.11-1) unstable; urgency=medium
 
   * new upstream release
diff --git a/debian/rules b/debian/rules
index c1a4dc0..a4e9aa6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,3 +44,6 @@ override_dh_installman:
 	help2man --no-info -n "Check a passphrase on stdin against the patternfile" \
 		debian/tmp/usr/lib/gnupg2/gpg-check-pattern > debian/gpg-check-pattern.1
 	dh_installman
+
+override_dh_auto_test:
+	if ! dh_auto_test; then echo xxx; cat tests/gpgtar.test.log; echo xxx; false; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list