tags 695607 + patch
thanks

The attached patch fixes this issue at least on m68k; the
dependency in debian/control is correct already, in the
current version (1.8.10-patch1-1), but debian/rules lacked
the whitelist (which I still think should be reversed).

Other port maintainers might want to do the same.

bye,
//mirabilos
-- 
17:08⎜«Vutral» früher gabs keine packenden smartphones und so
17:08⎜«Vutral» heute gibts frauen die sind facebooksüchtig
17:10⎜«Vutral» aber auch traurig; früher warst du als nerd voll am arsch
17:10⎜«Vutral» heute bist du als nerd der einzige der wirklich damit klarkommt
diff -Nru hdf5-1.8.10-patch1/debian/changelog 
hdf5-1.8.10-patch1/debian/changelog
--- hdf5-1.8.10-patch1/debian/changelog 2013-05-15 21:07:11.000000000 +0000
+++ hdf5-1.8.10-patch1/debian/changelog 2013-05-31 12:39:06.000000000 +0000
@@ -1,3 +1,9 @@
+hdf5 (1.8.10-patch1-1+m68k.1) unreleased; urgency=low
+
+  * Disable openmpi on m68k, too (Closes: #695607)
+
+ -- Thorsten Glaser <t...@mirbsd.de>  Fri, 31 May 2013 12:37:32 +0000
+
 hdf5 (1.8.10-patch1-1) unstable; urgency=low
 
   [ Helmut Grohne ]
diff -Nru hdf5-1.8.10-patch1/debian/rules hdf5-1.8.10-patch1/debian/rules
--- hdf5-1.8.10-patch1/debian/rules     2013-05-15 21:07:11.000000000 +0000
+++ hdf5-1.8.10-patch1/debian/rules     2013-05-31 12:36:37.000000000 +0000
@@ -38,6 +38,8 @@
 build_openmpi = no
 else ifeq ($(DEB_HOST_ARCH),hppa)
 build_openmpi = no
+else ifeq ($(DEB_HOST_ARCH),m68k)
+build_openmpi = no
 else ifeq ($(DEB_HOST_ARCH),mips)
 build_openmpi = no
 else ifeq ($(DEB_HOST_ARCH),mipsel)
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to