diff -Nru python-dateutil-1.5+dfsg/debian/changelog python-dateutil-1.5+dfsg/debian/changelog --- python-dateutil-1.5+dfsg/debian/changelog 2012-07-06 16:00:10.000000000 +0200 +++ python-dateutil-1.5+dfsg/debian/changelog 2013-11-04 16:42:41.000000000 +0100 @@ -1,3 +1,9 @@ +python-dateutil (1.5+dfsg-0.1ubuntu1) trusty; urgency=low + + * Enable autopkgtest. (LP: #1247877) + + -- Jean-Baptiste Lallement Mon, 04 Nov 2013 16:31:03 +0100 + python-dateutil (1.5+dfsg-0.1) unstable; urgency=low * Non-maintainer upload. diff -Nru python-dateutil-1.5+dfsg/debian/control python-dateutil-1.5+dfsg/debian/control --- python-dateutil-1.5+dfsg/debian/control 2011-08-30 22:20:10.000000000 +0200 +++ python-dateutil-1.5+dfsg/debian/control 2013-11-04 16:38:06.000000000 +0100 @@ -1,12 +1,14 @@ Source: python-dateutil Section: python Priority: optional -Maintainer: Guido Günther +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Guido Günther Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/calendarserver/python-dateutil.git Vcs-Browser: http://git.debian.org/?p=calendarserver/python-dateutil.git X-Python-Version: >= 2.3 +XS-Testsuite: autopkgtest Package: python-dateutil Architecture: all diff -Nru python-dateutil-1.5+dfsg/debian/tests/control python-dateutil-1.5+dfsg/debian/tests/control --- python-dateutil-1.5+dfsg/debian/tests/control 1970-01-01 01:00:00.000000000 +0100 +++ python-dateutil-1.5+dfsg/debian/tests/control 2013-11-04 16:27:30.000000000 +0100 @@ -0,0 +1,2 @@ +Tests: upstream +Depends: @ diff -Nru python-dateutil-1.5+dfsg/debian/tests/upstream python-dateutil-1.5+dfsg/debian/tests/upstream --- python-dateutil-1.5+dfsg/debian/tests/upstream 1970-01-01 01:00:00.000000000 +0100 +++ python-dateutil-1.5+dfsg/debian/tests/upstream 2013-11-04 16:29:10.000000000 +0100 @@ -0,0 +1,3 @@ +#!/bin/sh + +./test.py -v