diff --git a/debian/changelog b/debian/changelog index f0eba1f..815ae1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libatasmart (0.19-3) UNRELEASED; urgency=low + + * Use dh-autoreconf addon, to update config.sub|guess thus fixing FTBFS + on arm64 (LP: #1234343, Closes: #725203) + + -- Dmitrijs Ledkovs Thu, 03 Oct 2013 11:42:29 +0100 + libatasmart (0.19-2) unstable; urgency=low * debian/local/apport-hook.py: Fix syntax to be Python 3 compatible. diff --git a/debian/control b/debian/control index b636cfb..19e790c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, - libudev-dev + libudev-dev, + dh-autoreconf Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-utopia/libatasmart.git Vcs-Browser: http://git.debian.org/?p=pkg-utopia/libatasmart.git;a=summary diff --git a/debian/rules b/debian/rules index 6ea0a0c..b1f80f0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed