Attempt to fix build on arm64 and ppc64el.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Thu, 18 Jun 2015 08:13:39 +0000 (10:13 +0200)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Thu, 18 Jun 2015 08:13:39 +0000 (10:13 +0200)
debian/control
debian/rules

index 8f9f6f45100ab436f5778f3fd50fa56341a2c423..d0b949a314f5351b676f10032e7dbb319027de79 100644 (file)
@@ -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),
index 8b6ed90ec7a83e306ec958340e38e7a3802d6241..a252c3e47740c167f4c2212fb48403bc31ec45fe 100755 (executable)
@@ -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