diffstat for xvidcore-1.3.2 xvidcore-1.3.2 changelog | 7 +++++++ control | 5 +++-- rules | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff -Nru xvidcore-1.3.2/debian/changelog xvidcore-1.3.2/debian/changelog --- xvidcore-1.3.2/debian/changelog 2012-03-18 14:17:38.000000000 +0000 +++ xvidcore-1.3.2/debian/changelog 2013-10-15 16:01:14.000000000 +0000 @@ -1,3 +1,10 @@ +xvidcore (2:1.3.2-9ubuntu1) saucy; urgency=low + + * Use the autotools-dev dh addon to update config.guess/config.sub for + arm64. + + -- Colin Watson Tue, 15 Oct 2013 17:01:13 +0100 + xvidcore (2:1.3.2-9) unstable; urgency=low * Pass hardened CPPFLAGS to CFLAGS. (Closes: #664512) diff -Nru xvidcore-1.3.2/debian/control xvidcore-1.3.2/debian/control --- xvidcore-1.3.2/debian/control 2012-03-16 22:33:10.000000000 +0000 +++ xvidcore-1.3.2/debian/control 2013-10-15 16:01:15.000000000 +0000 @@ -1,14 +1,15 @@ Source: xvidcore Section: libs Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Loïc Martin , Reinhard Tartler , Fabian Greffrath , Andres Mejia Build-Depends: debhelper (>= 8.1.3~), yasm (>= 1.0) [any-i386 amd64], - autoconf + autoconf, autotools-dev Standards-Version: 3.9.3 DM-Upload-Allowed: yes Homepage: http://www.xvid.org/ diff -Nru xvidcore-1.3.2/debian/rules xvidcore-1.3.2/debian/rules --- xvidcore-1.3.2/debian/rules 2012-03-16 22:29:32.000000000 +0000 +++ xvidcore-1.3.2/debian/rules 2013-10-15 16:01:01.000000000 +0000 @@ -4,7 +4,7 @@ %: dh $@ --sourcedirectory=build/generic \ - --parallel + --parallel --with autotools_dev override_dh_auto_configure: cd build/generic && autoconf