This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libtecla.
commit 73ab401a8d1b99565eab1cb5cef4e9d1894ac7c1 Author: Peter Michael Green <[email protected]> Date: Sun Sep 21 12:42:09 2014 +0000 Import Debian changes 1.6.2-1+arm64 libtecla (1.6.2-1+arm64) unreleased; urgency=medium * use dh $@ --with autotools_dev,autoreconf so that config.sub and config.guess get updated in this non-automake using package. Fixes build on arm64. --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 60ea043..e0fd6e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libtecla (1.6.2-1+arm64) unreleased; urgency=medium + + * use dh $@ --with autotools_dev,autoreconf so that config.sub and + config.guess get updated in this non-automake using package. Fixes build + on arm64. + + -- Peter Michael Green <[email protected]> Sun, 21 Sep 2014 12:42:09 +0000 + libtecla (1.6.2-1) unstable; urgency=medium * New upstream version diff --git a/debian/rules b/debian/rules index b03cf17..5d03678 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DH_VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ --with autotools_dev,autoreconf override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtecla.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
