Sorry, just changing the builddeps as I suggested to remove armel gnat
dep is not enough. It needs a clause in debian/rules too and
control.in too.
The f95 test fails:

Testing front-end f95
./test_f95.sh: line 55: 30317 Segmentation fault
$f95dir/x${index}f -dev $device -o ${OUTPUT_DIR}/x${index}f95.$dsuffix
$options 2>test.error
-- Process completed
***Failed

but the package builds ok. Patches are attached.

(cc-ing Colin Tuckley, our armel fortran wizard)
--- plplot-5.9.0/debian/control 2008-05-02 22:48:07.000000000 +0100
+++ plplot-5.9.0+armel-noada/debian/control     2008-05-02 22:51:08.000000000 
+0100
@@ -14,7 +14,7 @@
  python-gtk2-dev, libwxgtk2.6-dev, python-gnome2-dev,
  python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6),
  python-numpy (>= 1.0.4-4), ttf-freefont, java-gcj-compat-dev [!arm],
- fastjar, swig, gnat [!alpha !arm !mips !mipsel]
+ fastjar, swig, gnat [!alpha !arm !armel !mips !mipsel]
 Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
  docbook2x, opensp, jadetex
 Build-Conflicts: libplplot5,  octave2.1-headers
--- plplot-5.9.0/debian/control.in      2008-05-02 22:48:07.000000000 +0100
+++ plplot-5.9.0+armel-noada/debian/control.in  2008-05-02 22:51:08.000000000 
+0100
@@ -14,7 +14,7 @@
  python-gtk2-dev, libwxgtk2.6-dev, python-gnome2-dev,
  python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6),
  python-numpy (>= 1.0.4-4), ttf-freefont, java-gcj-compat-dev [!arm],
- fastjar, swig, gnat [!alpha !arm !mips !mipsel]
+ fastjar, swig, gnat [!alpha !arm !armel !mips !mipsel]
 Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
  docbook2x, opensp, jadetex
 Build-Conflicts: libplplot5,  octave2.1-headers
--- plplot-5.9.0/debian/rules   2008-05-02 22:48:07.000000000 +0100
+++ plplot-5.9.0+armel-noada/debian/rules       2008-05-02 22:47:09.000000000 
+0100
@@ -47,6 +47,10 @@
 BUILD_JAVA = no
 endif
 
+ifeq ($(DEB_BUILD_ARCH),armel)
+BUILD_ADA = no
+endif
+
 ifeq ($(DEB_BUILD_ARCH),mips)
 BUILD_ADA = no
 endif

Reply via email to