Control: tags -1 + patch 

Hi,

it also fails on other architectures with the same error.
I tried it on i386, mips and mipsel.

As I saw from build status for lhapdf, 
this package was buit successfully in the past :
https://buildd.debian.org/status/package.php?p=lhapdf&suite=sid

The problem is that version of automake was change in mean time,
from 1.11.6 to 1.14.

A patch fixing this issue is attached.


Also, tests are disabled for hurd-i386, mips, mipsel and s390
with:
DEB_BUILD_OPTIONS += nocheck
but is needed to add 
export DEB_BUILD_OPTIONS
into debian/rules file.


Regards,
Dejan Latinović
Author: "Dejan Latinovic" <dejan.latino...@rt-rk.com>
Description: Remove srcdir due to changes in automake.
diff -uNr lhapdf-5.8.9.orig/octave/Makefile.am lhapdf-5.8.9/octave/Makefile.am
--- lhapdf-5.8.9.orig/octave/Makefile.am	2013-12-03 15:17:38.000000000 +0000
+++ lhapdf-5.8.9/octave/Makefile.am	2013-12-03 15:18:48.000000000 +0000
@@ -6,4 +6,4 @@
 	$(MKOCTFILE) -I$(top_srcdir)/include -v -g -o lhapdf.oct wrapoctave.cc -L$(top_builddir)/lib -L$(top_builddir)/lib/.libs -lLHAPDF
 
 TESTS_ENVIRONMENT = LHAPATH=$(top_srcdir)/PDFsets LD_LIBRARY_PATH="$(top_builddir)/lib/.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH}" $(OCTAVE)
-TESTS = $(srcdir)/lhapdf-octave-example1.m
+TESTS = lhapdf-octave-example1.m

Reply via email to