[SCM] naspro-core/master: Drop patches, no longer needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 31 09:56:21 UTC 2012


The following commit has been merged in the master branch:
commit eab476c33fa0519901ea8f09cce1754c5d1ad45c
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 31 10:23:38 2012 +0100

    Drop patches, no longer needed.

diff --git a/debian/patches/0001-float_rounding.patch b/debian/patches/0001-float_rounding.patch
deleted file mode 100644
index e0121e2..0000000
--- a/debian/patches/0001-float_rounding.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix expected test results on alpha,s390,sparc{,64}.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: Stefano D'Angelo <zanga.mail at gmail.com>
----
- tests/string.c |    7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
---- naspro-core.orig/tests/string.c
-+++ naspro-core/tests/string.c
-@@ -415,7 +415,12 @@ main()
- 	else if (nchar != enchar)
- 		test_err("expected length: %d, returned length: %d",
- 			enchar, nchar);
--	else if (strcmp(buf2, "5.5556") != 0)
-+	else
-+#if defined (__alpha__) || defined (__s390__) || defined (__sparc__) || defined (__sparc64__)
-+	if (strcmp(buf2, "5.5555") != 0)
-+#else
-+	if (strcmp(buf2, "5.5556") != 0)
-+#endif
- 		test_err("expected '%.4f', returned '%s'", floatval, buf2);
- 		
- 	if(buf2 != NULL)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5a89e6a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-float_rounding.patch

-- 
naspro-core packaging



More information about the pkg-multimedia-commits mailing list