[SCM] libdiscid/master: Apply upstream patch to fix FTBFS on hurd-i386

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Oct 3 23:14:43 UTC 2013


The following commit has been merged in the master branch:
commit 8235e839fb1fe0c92502f30f0b6406e028ee5656
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Oct 4 01:12:47 2013 +0200

    Apply upstream patch to fix FTBFS on hurd-i386

diff --git a/debian/patches/generic-dev-null.patch b/debian/patches/generic-dev-null.patch
new file mode 100644
index 0000000..335a836
--- /dev/null
+++ b/debian/patches/generic-dev-null.patch
@@ -0,0 +1,21 @@
+Description: generic: fix default device test, fix LIB-60
+Origin: upstream,
+ https://github.com/metabrainz/libdiscid/commit/f70f443c598faa6921eb06d1f5fcb147b59bc592
+Last-Updated: 2013-10-04
+
+diff --git a/src/disc_generic.c b/src/disc_generic.c
+index 6a8b866..58c3167 100644
+--- a/src/disc_generic.c
++++ b/src/disc_generic.c
+@@ -26,7 +26,7 @@
+ 
+ 
+ char *mb_disc_get_default_device_unportable(void) {
+-	return "";
++	return "/dev/null";
+ }
+ 
+ 
+-- 
+1.8.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06f6ce8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+generic-dev-null.patch

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list