Control: tag -1 -moreinfo
I think you meant the "non-attatched" debdiff. ;p
Doh, here it is.
diff -Nru xfce4-notes-plugin-1.7.7/debian/changelog xfce4-notes-plugin-1.7.7/debian/changelog --- xfce4-notes-plugin-1.7.7/debian/changelog 2014-10-15 19:19:50.000000000 +0000 +++ xfce4-notes-plugin-1.7.7/debian/changelog 2014-11-10 20:16:01.000000000 +0000 @@ -1,3 +1,13 @@ +xfce4-notes-plugin (1.7.7-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use --with autotools_dev to fix build on arm64 (Really closes: 765272) + + note: the changelog entry for 1.7.7-4 claims that autoreconf was + introduced in that version but it seems that this change did not actually + happen. + + -- Peter Michael Green <plugw...@debian.org> Mon, 10 Nov 2014 20:13:49 +0000 + xfce4-notes-plugin (1.7.7-4) unstable; urgency=low [ Evgeni Golov ] diff -Nru xfce4-notes-plugin-1.7.7/debian/control xfce4-notes-plugin-1.7.7/debian/control --- xfce4-notes-plugin-1.7.7/debian/control 2014-10-15 19:09:15.000000000 +0000 +++ xfce4-notes-plugin-1.7.7/debian/control 2014-11-10 20:13:13.000000000 +0000 @@ -6,7 +6,7 @@ Build-Depends: autotools-dev, debhelper (>= 9), xfce4-panel-dev, libxml2-dev, libxml-parser-perl, intltool, libx11-dev, pkg-config, libgtk2.0-dev, libxfcegui4-dev, libxfconf-0-dev, libunique-dev, xfce4-dev-tools, automake, - libtool + libtool, autotools-dev Standards-Version: 3.9.6 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-notes-plugin/ diff -Nru xfce4-notes-plugin-1.7.7/debian/rules xfce4-notes-plugin-1.7.7/debian/rules --- xfce4-notes-plugin-1.7.7/debian/rules 2013-08-19 08:51:00.000000000 +0000 +++ xfce4-notes-plugin-1.7.7/debian/rules 2014-11-10 20:12:49.000000000 +0000 @@ -14,4 +14,4 @@ dh_makeshlibs -n -X /usr/lib/xfce4/panel-plugins %: - dh $@ --parallel + dh $@ --parallel --with autotools_dev