Hi!

 As announced I uploaded the fix for these two FTBFS bugs in dnsval.
Find attached the NMU diff and also the three commits that I added
locally so you can "git am" them directly.

 Thanks,
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    |
diff --git a/debian/changelog b/debian/changelog
index 304012f..1dfb470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+dnsval (2.0-1.1) unstable; urgency=low
+
+  * NMU to fix release critical FTBFS bugs.
+  * 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
+
 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/
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
>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 1/3] 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

>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/3] 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

>From 75210ac0206588e9236df0df685a9541eb555bd8 Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs <rho...@debian.org>
Date: Mon, 23 Sep 2013 10:21:36 +0200
Subject: [PATCH 3/3] document NMU in changelog

---
 debian/changelog |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e63e7e..1dfb470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-dnsval (2.0-2) unstable; urgency=low
+dnsval (2.0-1.1) unstable; urgency=low
 
+  * NMU to fix release critical FTBFS bugs.
   * 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.
-- 
1.7.10.4

Reply via email to