Bug#695607: There, now, wasn’t t̲h̲a̲t̲ hard

Thorsten Glaser tg at mirbsd.de
Sun Jun 2 03:20:00 UTC 2013


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
-------------- next part --------------
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 <tg at 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)


More information about the Pkg-grass-devel mailing list