Package: dirspec Version: 13.10-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
The Ubuntu package has autopkgtests for dirspec, that would be nice to have in Debian as well, the attached debdiff provides those
diff -Nru dirspec-13.10/debian/changelog dirspec-13.10/debian/changelog --- dirspec-13.10/debian/changelog 2015-09-20 23:50:02.000000000 +0200 +++ dirspec-13.10/debian/changelog 2015-10-02 15:07:23.000000000 +0200 @@ -1,3 +1,10 @@ +dirspec (13.10-2) unstable; urgency=medium + + * debian/control, debian/tests/control: + - Add autopkgtest tests, thanks Rodney Dawes + + -- Sebastien Bacher <seb...@ubuntu.com> Fri, 02 Oct 2015 15:02:28 +0200 + dirspec (13.10-1) unstable; urgency=medium * Sync version number with ubuntu (no changes) diff -Nru dirspec-13.10/debian/control dirspec-13.10/debian/control --- dirspec-13.10/debian/control 2015-09-20 23:49:41.000000000 +0200 +++ dirspec-13.10/debian/control 2015-10-02 15:05:29.000000000 +0200 @@ -13,8 +13,10 @@ python3-all, python3-setuptools, python3-testtools -Maintainer: Micah Anderson <mi...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Micah Anderson <mi...@debian.org> Standards-Version: 3.9.4 +XS-Testsuite: autopkgtest X-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 diff -Nru dirspec-13.10/debian/tests/control dirspec-13.10/debian/tests/control --- dirspec-13.10/debian/tests/control 1970-01-01 01:00:00.000000000 +0100 +++ dirspec-13.10/debian/tests/control 2015-10-02 15:03:53.000000000 +0200 @@ -0,0 +1,14 @@ +Tests: run-tests +Tests-Directory: . +Restrictions: rw-build-tree build-needed allow-stderr +Depends: @, + pep8, + pyflakes, + python, + python-all (>= 2.6.6-3), + python-setuptools, + python-testtools, + python3-all, + python3-setuptools, + python3-testtools +