Source: adplug
Version: 2.2.1+dfsg3-0.1
Tags: patch

It does not build on arm64:

https://buildd.debian.org/status/package.php?p=adplug&suite=sid

Some patches were suggested in bug #757896 to make it build on
ppc64el. It seems to have built on ppc64el without those patches, but
the same patches are still required to make it build on arm64, so
please apply them. I'm attaching them again here for convenience.

Thanks.
diff -ru adplug-2.2.1+dfsg3.orig/debian/control adplug-2.2.1+dfsg3/debian/control
--- adplug-2.2.1+dfsg3.orig/debian/control	2011-05-25 15:28:24.000000000 +0000
+++ adplug-2.2.1+dfsg3/debian/control	2015-05-12 13:05:52.877136340 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Артём Попов <art...@ubuntu.com>
-Build-Depends: debhelper (>= 8), libbinio-dev, pkg-config
+Build-Depends: debhelper (>= 8), libbinio-dev, pkg-config, dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://adplug.sourceforge.net/
 
diff -ru adplug-2.2.1+dfsg3.orig/debian/rules adplug-2.2.1+dfsg3/debian/rules
--- adplug-2.2.1+dfsg3.orig/debian/rules	2011-03-17 13:57:05.000000000 +0000
+++ adplug-2.2.1+dfsg3/debian/rules	2015-05-12 13:06:09.827311918 +0000
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf
diff -ru adplug-2.2.1+dfsg3.orig/Makefile.am adplug-2.2.1+dfsg3/Makefile.am
--- adplug-2.2.1+dfsg3.orig/Makefile.am	2006-03-16 08:19:49.000000000 +0000
+++ adplug-2.2.1+dfsg3/Makefile.am	2015-05-12 13:06:42.317648464 +0000
@@ -1,4 +1,4 @@
-SUBDIRS = src doc adplugdb test
+SUBDIRS = src doc adplugdb
 
 EXTRA_DIST = adplug.spec adplug.qpg BUGS adplug.pc.in
 
diff -ru adplug-2.2.1+dfsg3.orig/doc/Makefile.am adplug-2.2.1+dfsg3/doc/Makefile.am
--- adplug-2.2.1+dfsg3.orig/doc/Makefile.am	2008-09-14 12:33:17.000000000 +0000
+++ adplug-2.2.1+dfsg3/doc/Makefile.am	2015-05-12 13:07:31.588158819 +0000
@@ -1,15 +1,14 @@
-info_TEXINFOS = libadplug.texi
+info_TEXINFOS =
 
-libadplug_TEXINFOS = fdl.texi
+libadplug_TEXINFOS =
 
 man_MANS = adplugdb.1
 
 EXTRA_DIST = adplugdb.1.in
 
-MOSTLYCLEANFILES = stamp-vti libadplug.info libadplug.info-1 \
-	libadplug.info-2
+MOSTLYCLEANFILES =
 
-CLEANFILES = libadplug.cps libadplug.fns libadplug.vrs
+CLEANFILES =
 
 DISTCLEANFILES = adplugdb.1
 

Reply via email to