[Forensics-changes] [rdd] 01/01: Imported Debian patch 2.0.7-4

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Mar 11 19:14:15 UTC 2015


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

eriberto pushed a commit to branch debian
in repository rdd.

commit 9288e6925bc520941439787697d5d5f58c281867
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Wed Mar 11 15:24:21 2015 -0300

    Imported Debian patch 2.0.7-4
---
 debian/changelog              |  6 ++++++
 debian/patches/fix-FTBFS-hurd | 14 ++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 55f1a3e..cb5c3ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rdd (2.0.7-4) experimental; urgency=medium
+
+  * debian/patches/fix-FTBFS-hurd: added to fix the build on Hurd.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 11 Mar 2015 15:24:21 -0300
+
 rdd (2.0.7-3) experimental; urgency=medium
 
   * New maintainer and co-maintainer. Thanks a lot to Danny van der Meeren for
diff --git a/debian/patches/fix-FTBFS-hurd b/debian/patches/fix-FTBFS-hurd
new file mode 100644
index 0000000..d133b61
--- /dev/null
+++ b/debian/patches/fix-FTBFS-hurd
@@ -0,0 +1,14 @@
+Description: fix a FTBFS in Hurd, when trying to connect a local TCP port of
+             the build jail. So, the ttcpwriter test must be disabled for Hurd.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+
+Index: rdd-2.0.7/test/ttcpwriter.sh.in
+===================================================================
+--- rdd-2.0.7.orig/test/ttcpwriter.sh.in
++++ rdd-2.0.7/test/ttcpwriter.sh.in
+@@ -1,3 +1,5 @@
+ #!/bin/sh
+ 
++[ "$(uname -s)" = "GNU" ] && exit 0
++
+ @PYTHON@ ttcpwriter.py
diff --git a/debian/patches/series b/debian/patches/series
index 129edbe..903e51a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix-manpages
 fix-makefile
 fix-prototype
+fix-FTBFS-hurd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/rdd.git



More information about the forensics-changes mailing list