Source: 3depict
Version: 0.0.18-1
Tags: patch

I think you need to apply something like the attached patch. However,
you should probably read https://wiki.debian.org/Autoreconf yourself.

With the patch it built on arm64 for me. It wasn't in a fresh chroot,
but I've probably got the build-dependency right.
diff -ru 3depict-0.0.18.orig/debian/control 3depict-0.0.18/debian/control
--- 3depict-0.0.18.orig/debian/control	2015-05-17 22:14:56.000000000 +0000
+++ 3depict-0.0.18/debian/control	2015-05-29 18:57:10.620000000 +0000
@@ -13,7 +13,8 @@
                libxml2-dev,
                libmgl-dev (>= 2.0),
                libvigraimpex-dev,
-               automake
+               automake,
+               autotools-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/3depict.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/3depict.git
diff -ru 3depict-0.0.18.orig/debian/rules 3depict-0.0.18/debian/rules
--- 3depict-0.0.18.orig/debian/rules	2014-04-28 18:46:01.000000000 +0000
+++ 3depict-0.0.18/debian/rules	2015-05-29 18:56:29.230000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel 
+	dh $@ --parallel --with autotools-dev
 
 override_dh_auto_configure: 
 	LDFLAGS="$(LDFLAGS) -Wl,--as-needed" dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-openmp-parallel --disable-debug-checks --with-libpng-link="-lpng" --with-libpng-flags="-L/lib" --with-ftgl-prefix="/usr" --enable-mgl2
-- 
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to