[SCM] giada/master: Attempt to fix build on arm64 and ppc64el.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 18 08:10:03 UTC 2015


The following commit has been merged in the master branch:
commit d2484c351d79051164eba8585a0a98012847eee4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 18 10:13:39 2015 +0200

    Attempt to fix build on arm64 and ppc64el.

diff --git a/debian/control b/debian/control
index 8f9f6f4..d0b949a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  dh-autoreconf,
+ autotools-dev,
  libsndfile1-dev (>= 1.0.25),
  libsamplerate0-dev (>= 0.1.8),
  libasound2 (>= 1.0.16),
diff --git a/debian/rules b/debian/rules
index 8b6ed90..a252c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ PKG = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,autotools-dev
 
 override_dh_autoreconf:
 	./autogen.sh

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list