diffstat of debian/ for fossil_1.27-2 fossil_1.27-2ubuntu1 changelog | 6 ++++++ control | 4 +++- rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff -Nru fossil-1.27/debian/changelog fossil-1.27/debian/changelog --- fossil-1.27/debian/changelog 2013-09-30 11:46:55.000000000 +0000 +++ fossil-1.27/debian/changelog 2014-02-13 17:25:36.000000000 +0000 @@ -1,3 +1,9 @@ +fossil (1:1.27-2ubuntu1) trusty; urgency=low + + * Use autotools-dev for arm64. + + -- Daniel T Chen Thu, 13 Feb 2014 12:25:25 -0500 + fossil (1:1.27-2) unstable; urgency=low * Build dependency on tcl for tclsh thanks to diff -Nru fossil-1.27/debian/control fossil-1.27/debian/control --- fossil-1.27/debian/control 2013-09-30 11:44:15.000000000 +0000 +++ fossil-1.27/debian/control 2014-02-13 17:25:13.000000000 +0000 @@ -1,9 +1,11 @@ Source: fossil Section: vcs Priority: optional -Maintainer: Barak A. Pearlmutter +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Barak A. Pearlmutter Standards-Version: 3.9.4 Build-depends: debhelper (>= 9), + autotools-dev, libsqlite3-dev, sqlite3, tcl | tcl8.5 | tclsh, diff -Nru fossil-1.27/debian/rules fossil-1.27/debian/rules --- fossil-1.27/debian/rules 2013-09-20 08:44:42.000000000 +0000 +++ fossil-1.27/debian/rules 2014-02-13 17:25:24.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ --parallel --with autotools-dev override_dh_auto_configure: dh_auto_configure -- --disable-internal-sqlite --json