tag 720728 + patch
tag 720817 + patch
thanks

        Dear Ondrej!

 I am uncertain whether you noticed the two release-critical bugreports
against the dnsval package.  Please find attached a patch to fix this
issue, there is nothing more needed than adding libssl-dev to the
Build-Depends.

 Actually I would have pushed that commit myself given that you stored
the VCS in collab-maint - only, that's not possible due to permissions.
Can you please fix that, too?

 Also, I noticed that the selftest that is run in the apps subdir does
require full network access, which isn't the case for some build
environments and not guaranteed for the buildds.  Please fix that,
otherwise it will stumble into dns request timeouts and potentially end
up in yet another FTBFS bug report.

 Thanks!
Rhonda
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.
-- 
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 1932712b521e242c1a69b836116eab6ee4b8710e Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs <rho...@debian.org>
Date: Thu, 19 Sep 2013 12:18:35 +0200
Subject: [PATCH] Add libssl-dev to Build-Depends to fix FTBFS (closes:
 #720728, #720817)

---
 debian/changelog |    6 ++++++
 debian/control   |    3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 304012f..696c4d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dnsval (2.0-2) unstable; urgency=low
+
+  * Add libssl-dev to Build-Depends to fix FTBFS (closes: #720728, #720817)
+
+ -- Gerfried Fuchs <rho...@debian.org>  Thu, 19 Sep 2013 11:58:08 +0200
+
 dnsval (2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #715542)
diff --git a/debian/control b/debian/control
index 5451771..21f5015 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Maintainer: Ondřej Surý <ond...@debian.org>
 Build-Depends: debhelper (>= 9),
 	       autotools-dev,
 	       chrpath,
-	       dh-autoreconf
+	       dh-autoreconf,
+	       libssl-dev
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://www.dnssec-tools.org/
-- 
1.7.10.4

Reply via email to