* Gerfried Fuchs <rho...@deb.at> [2013-09-19 12:27:14 CEST]:
> P.S.: Would be nice if you could fix this in the near future, I'd like
>    to upload a new irssi package with DANE support and it is waiting on
>    libval-dev being available.  Otherwise I'll have to consider doing an
>    NMU with the attached patch when I found a way to either disable the
>    test suite, or to check if there is some other way to mitigate that
>    part.

 Find attached a patch that disables the selftest.  Given that this runs
through now quickly I guess I plan to upload it by the weekend to be
able to test DANE support in irssi.

 Enjoy!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los      |
Fühlst du dich hilflos, geh raus und hilf, los    | Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los    |
>From bd7265bd425fa5fc8faa26dfd7cf11f8ac5312f6 Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs <rho...@debian.org>
Date: Thu, 19 Sep 2013 12:39:38 +0200
Subject: [PATCH 2/2] override_dh_auto_test to be a NOP

---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 696c4d6..1e63e7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 dnsval (2.0-2) unstable; urgency=low
 
   * Add libssl-dev to Build-Depends to fix FTBFS (closes: #720728, #720817)
+  * override_dh_auto_test to be a NOP to avoid the lengthy network-requiring
+    selftest suite to be run.
 
  -- Gerfried Fuchs <rho...@debian.org>  Thu, 19 Sep 2013 11:58:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 35d298d..6efd882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,3 +27,6 @@ override_dh_install:
 	done
 	chrpath -d debian/tmp/usr/bin/libval_check_conf
 	dh_install --list-missing -X.la
+
+override_dh_auto_test:
+	echo test would require network - disabled
-- 
1.7.10.4

Reply via email to