diff -pruN 1:1.13.3-1.1/debian/changelog 1:1.13.3-1.1ubuntu2/debian/changelog
--- 1:1.13.3-1.1/debian/changelog	2013-08-08 22:21:11.000000000 +0000
+++ 1:1.13.3-1.1ubuntu2/debian/changelog	2013-08-19 05:33:29.000000000 +0000
@@ -1,3 +1,18 @@
+automake1.13 (1:1.13.3-1.1ubuntu2) saucy; urgency=low
+
+  * debian/tests/control: Add allow-stderr restriction.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 19 Aug 2013 07:32:47 +0200
+
+automake1.13 (1:1.13.3-1.1ubuntu1) saucy; urgency=low
+
+  * Drop universe build-dependencies:
+    - cscope, python-virtualenv, gobjc++, lzip, ncompress.
+  * Add autopkgtest that builds src & runs full test-suite with above
+    universe dependencies.
+
+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Fri, 09 Aug 2013 13:31:13 +0100
+
 automake1.13 (1:1.13.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -pruN 1:1.13.3-1.1/debian/control 1:1.13.3-1.1ubuntu2/debian/control
--- 1:1.13.3-1.1/debian/control	2013-06-08 21:27:01.000000000 +0000
+++ 1:1.13.3-1.1ubuntu2/debian/control	2013-08-09 12:38:05.000000000 +0000
@@ -1,17 +1,19 @@
 Source: automake1.13
 Section: devel
 Priority: optional
-Maintainer: Eric Dorland <eric@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Eric Dorland <eric@debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: autoconf (>= 2.65), autotools-dev (>= 20020320.1),
  install-info,
 # Used in tests
- autopoint, bison, cscope, dejagnu, emacs, expect, flex, gcj-jdk,
- gobjc, gobjc++, gfortran, help2man, libglib2.0-dev, libtool, lzip,
- ncompress, openjdk-7-jdk, python, python-docutils, python-docutils,
- python-virtualenv, pkg-config, sharutils, texlive, texinfo (>= 4.9),
+ autopoint, bison, dejagnu, emacs, expect, flex, gcj-jdk,
+ gobjc, gfortran, help2man, libglib2.0-dev, libtool,
+ openjdk-7-jdk, python, python-docutils, python-docutils,
+ pkg-config, sharutils, texlive, texinfo (>= 4.9),
  valac, xutils-dev, zip
+XS-Testsuite: autopkgtest
 Homepage: http://www.gnu.org/software/automake/
 Vcs-Git: git://anonscm.debian.org/users/eric/automake1.13.git
 Vcs-Browser: http://git.debian.org/?p=users/eric/automake1.13.git
diff -pruN 1:1.13.3-1.1/debian/tests/control 1:1.13.3-1.1ubuntu2/debian/tests/control
--- 1:1.13.3-1.1/debian/tests/control	1970-01-01 00:00:00.000000000 +0000
+++ 1:1.13.3-1.1ubuntu2/debian/tests/control	2013-08-19 05:32:42.000000000 +0000
@@ -0,0 +1,8 @@
+Tests: fullbuild
+Restrictions: rw-build-tree allow-stderr
+Depends: @, debhelper, autoconf, autotools-dev, install-info,
+ autopoint, bison, cscope, dejagnu, emacs, expect, flex, gcj-jdk,
+ gobjc, gobjc++, gfortran, help2man, libglib2.0-dev, libtool, lzip,
+ ncompress, openjdk-7-jdk, python, python-docutils, python-docutils,
+ python-virtualenv, pkg-config, sharutils, texlive, texinfo,
+ valac, xutils-dev, zip
diff -pruN 1:1.13.3-1.1/debian/tests/fullbuild 1:1.13.3-1.1ubuntu2/debian/tests/fullbuild
--- 1:1.13.3-1.1/debian/tests/fullbuild	1970-01-01 00:00:00.000000000 +0000
+++ 1:1.13.3-1.1ubuntu2/debian/tests/fullbuild	2013-08-09 12:42:14.000000000 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+./debian/rules build
