Control: tags -1 + patch

Hi,

the reason for test failures is a need to
access .sdformat in HOME directory.


Patch that fix this issue is attached.

With this patch I was able to build sdformat
for i386, amd64, mips and mipsel.

Could you please consider including these changes?


Best Regards,
Dejan
diff -uNr sdformat-2.0.0.orig/debian/rules sdformat-2.0.0/debian/rules
--- sdformat-2.0.0.orig/debian/rules	2014-07-02 18:27:41.000000000 +0000
+++ sdformat-2.0.0/debian/rules	2014-09-11 17:29:45.000000000 +0000
@@ -14,7 +14,7 @@
 	dh_auto_build -- doc # Generate documentation.
 
 override_dh_auto_test:
-	LC_ALL=POSIX dh_auto_test
+	HOME=$(CURDIR) LC_ALL=POSIX dh_auto_test
 
 override_dh_strip:
 	dh_strip -a --dbg-package=libsdformat2-dbg
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to