[Pkg-privacy-commits] [pond] 01/02: Disable buildtime tests that test runtime behaviour.

Ximin Luo infinity0 at debian.org
Thu Oct 15 10:10:44 UTC 2015


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

infinity0 pushed a commit to branch master
in repository pond.

commit afe4d4baa98f40250d408b466700f5f09cd62bec
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 15 02:24:34 2015 +0200

    Disable buildtime tests that test runtime behaviour.
---
 debian/changelog                          |  6 ++++++
 debian/patches/disable-runtime-test.patch | 21 +++++++++++++++++++++
 debian/patches/disable-tpm-test.patch     | 13 -------------
 debian/patches/series                     |  2 +-
 4 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8b41d2..4f73507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pond (0.1.1-3) UNRELEASED; urgency=medium
+
+  * Disable buildtime tests that test runtime behaviour.
+
+ -- Ximin Luo <infinity0 at debian.org>  Thu, 15 Oct 2015 02:16:44 +0200
+
 pond (0.1.1-2) experimental; urgency=medium
 
   * Add an optional systemd user service file.
diff --git a/debian/patches/disable-runtime-test.patch b/debian/patches/disable-runtime-test.patch
new file mode 100644
index 0000000..891e5de
--- /dev/null
+++ b/debian/patches/disable-runtime-test.patch
@@ -0,0 +1,21 @@
+Description: Disable buildtime tests that test runtime behaviour.
+Author: Ximin Luo <infinity0 at debian.org>
+Bug: https://github.com/agl/pond/issues/207
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/client/tpm/tpm_test.go
++++ b/client/tpm/tpm_test.go
+@@ -1,3 +1,5 @@
++// +build ignore
++
+ package tpm
+ 
+ import (
+--- a/client/system/system_test.go
++++ b/client/system/system_test.go
+@@ -1,3 +1,5 @@
++// +build ignore
++
+ package system
+ 
+ import (
diff --git a/debian/patches/disable-tpm-test.patch b/debian/patches/disable-tpm-test.patch
deleted file mode 100644
index 083e30f..0000000
--- a/debian/patches/disable-tpm-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Disable TPM tests
-Author: Ximin Luo <infinity0 at debian.org>
-Forwarded: not-needed
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/client/tpm/tpm_test.go
-+++ b/client/tpm/tpm_test.go
-@@ -1,3 +1,5 @@
-+// +build ignore
-+
- package tpm
- 
- import (
diff --git a/debian/patches/series b/debian/patches/series
index 64cf9d1..c607557 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-disable-tpm-test.patch
+disable-runtime-test.patch
 fix-nogtk-gui.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pond.git



More information about the Pkg-privacy-commits mailing list