diff -u make-dfsg-3.81/debian/changelog make-dfsg-3.81/debian/changelog --- make-dfsg-3.81/debian/changelog +++ make-dfsg-3.81/debian/changelog @@ -1,3 +1,12 @@ +make-dfsg (3.81-8.2ubuntu3) saucy; urgency=low + + * Temporarily prefer automake1.10, as the newest automake currently + available in the archive before 1.13; this version of make still + requires de-ANSI-fication support (closes: #709908). + * Mark make Multi-Arch: foreign (closes: #693926). + + -- Colin Watson Sat, 08 Jun 2013 23:11:00 +0100 + make-dfsg (3.81-8.2ubuntu2) quantal; urgency=low * Update config.guess,sub for aarch64 diff -u make-dfsg-3.81/debian/control make-dfsg-3.81/debian/control --- make-dfsg-3.81/debian/control +++ make-dfsg-3.81/debian/control @@ -7,13 +7,14 @@ XSBC-Original-Maintainer: Manoj Srivastava Standards-Version: 3.8.3.0 Homepage: http://www.gnu.org/software/make/ -Build-Depends: autoconf, automake | automaken, autopoint, file +Build-Depends: autoconf, automake1.10 | automaken, autopoint, file Package: make Section: devel Priority: standard Suggests: make-doc Architecture: any +Multi-Arch: foreign Description: An utility for Directing compilation. GNU Make is an utility which controls the generation of executables and other target files of a program from the program's source files. It